11.10.2011, 18:58
Se fosse integer era differente, mas como sscanf faz gravaзгo de valores terias que criar novos vars.
pawn Код:
new texto1[64 char],texto2[64 char];
if(sscanf(params,"s[64]s[64]",texto1,texto2)) return SendClientMessage(playerid,COR_MENSAGENS_GANG," Use /gcriar [NOME] [TEMA]");
print(texto1);
print(texto2);