27.03.2014, 17:56
If you use specifier "s" without any size, it's by default 32.
Use a size for it, an example:
Change 24 to the size of oname (if it's not 24).
Use a size for it, an example:
pawn Код:
if(sscanf(params,"iis[24]",orgid,orggenre,oname)) return SCM(playerid,grey,"Usage: /createorg [Orgid] [Genre] [Name]");