21.09.2014, 18:20
Alright, recently I have been doing a certain command, I want if the player didn't type anything in the 'doorname' it gives the name None.. how to do that in sscanf.
etc..
like if the doorname is empty set the doorname = "None";
Thanks in advance.
pawn Код:
if(sscanf(params,"s[32]s[32]", type, doorname))
like if the doorname is empty set the doorname = "None";
Thanks in advance.