[DiscordArchive] Mmm, so if it's not showing what value String is I guess it's picking the entries at random?
[DiscordArchive] Mmm, so if it's not showing what value String is I guess it's picking the entries at random?
Archived author: H0lysp4nk • Posted: 2020-04-28T22:55:57.727000+00:00
Original source
Mmm, so if it's not showing what value String is I guess it's picking the entries at random?
Archived author: Kitzunu • Posted: 2020-04-28T22:56:37.274000+00:00
Original source
perhaps
Archived author: H0lysp4nk • Posted: 2020-04-28T22:57:48.207000+00:00
Original source
`const uint32 String = args[1];`
Archived author: H0lysp4nk • Posted: 2020-04-28T22:57:55.043000+00:00
Original source
I wonder if it's because this isn't being cast to an int?
Archived author: H0lysp4nk • Posted: 2020-04-28T22:57:57.997000+00:00
Original source
`const uint32 String = (int)args[1];`
Archived author: Kitzunu • Posted: 2020-04-28T22:58:13.327000+00:00
Original source
didnt even know that was possible Lol
Archived author: H0lysp4nk • Posted: 2020-04-28T22:58:23.042000+00:00
Original source
Give that a try
Archived author: Kitzunu • Posted: 2020-04-28T22:58:32.963000+00:00
Original source
won't hurt
Archived author: H0lysp4nk • Posted: 2020-04-28T22:59:03.037000+00:00
Original source
Archived author: Kitzunu • Posted: 2020-04-28T22:59:38.140000+00:00
Original source
well... no, but it is weird, because some values don't even return anything