[AJUDA]Liberar 2 Comandos
#6

tenta isto:
pawn Код:
stock IsPodeSair(playerid, cmd[])
{
    if(!strfind(cmdtext, "/sair", true) != -1) return true;
    if(!strfind(cmdtext, "/mp", true) != -1 ) return true;
    if(!strfind(cmdtext, "/report", true) != -1) return true;
    return 0;
}
Reply


Messages In This Thread
[AJUDA]Liberar 2 Comandos - by ReDKiiL - 04.01.2012, 01:42
Re: [AJUDA]Liberar 2 Comandos - by [O.z]Caroline - 04.01.2012, 01:50
Re: [AJUDA]Liberar 2 Comandos - by ReDKiiL - 04.01.2012, 02:19
Re: [AJUDA]Liberar 2 Comandos - by [O.z]Caroline - 04.01.2012, 02:40
Re: [AJUDA]Liberar 2 Comandos - by ReDKiiL - 04.01.2012, 03:00
Re: [AJUDA]Liberar 2 Comandos - by [O.z]Caroline - 04.01.2012, 03:03
Re: [AJUDA]Liberar 2 Comandos - by ReDKiiL - 04.01.2012, 03:14
Re: [AJUDA]Liberar 2 Comandos - by Lуs - 04.01.2012, 03:15
Re: [AJUDA]Liberar 2 Comandos - by [O.z]Caroline - 04.01.2012, 03:20
Re: [AJUDA]Liberar 2 Comandos - by Lуs - 04.01.2012, 14:51

Forum Jump:


Users browsing this thread: 1 Guest(s)