27.05.2012, 19:14
hum mas tenho uma duvida
Imagine eu tirando esse tmp Nгo vai dar erro?
pawn Код:
if(strcmp(cmd, "/registrar", true) == 0) {
new tmp[256];
tmp = strtok(cmdtext, idx);
// The command shouldn't work if an account with this
// nick already exists
if (udb_Exists(PlayerName(playerid))) {
SendClientMessage(playerid, COLOR_RED, "Tб querendo se registrar duas vezes??? use /logar");
return 1;

