SA-MP Forums Archive
[AJUDA] Comando aqi o/ - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [AJUDA] Comando aqi o/ (/showthread.php?tid=343819)



[AJUDA] Comando aqi o/ - 3V3RTON - 18.05.2012

RESOLVIDO.


Re: [AJUDA] Comando aqi o/ - zbt - 19.05.2012

troque
pawn Код:
if(nogame[playerid] == 1) return SendClientMessage(playerid, Vermelho, "[INFO] Vocк estб no Game use: /sairgame");
por

pawn Код:
if(nogame[playerid] && strcmp(cmdtext, "/sairgame", false))
    return SendClientMessage(playerid, -1, "[INFO] Vocк estб no Game use apenas: /sairgame");



Re: [AJUDA] Comando aqi o/ - 3V3RTON - 19.05.2012

RESOLVIDO.