Posts: 383
Threads: 70
Joined: Feb 2016
hey guys
i was searching for mixed letters and numbers but i couldnt find a tutorial or anything
if someone would show me would be very usefuly thanks in advanced
More details about what you want...
Posts: 383
Threads: 70
Joined: Feb 2016
Thanks that what i need
also how to get if player has writte the random numbers
for example
ShowPlayerDialog(playerid, 300,DIALOG_STYLE_INPUT,"Testing","Write [Random nr]" etc etc
then at response how to know if the player has used those numbers ?
Posts: 383
Threads: 70
Joined: Feb 2016
Posts: 383
Threads: 70
Joined: Feb 2016
Humm how can i remove the !Ј} etc ??
Posts: 383
Threads: 70
Joined: Feb 2016
can you gimme something else @SickAttack
just simple numbers and letters
example A2T31SA
not needed for Ј!Ј%
Posts: 4,759
Threads: 33
Joined: Dec 2013
Reputation:
0
Create an array with the characters you want to appear in the string and do the same thing Gammix did (using random values from the array), but using strcat instead of format.