[Ajuda] Comandos Dependentes
#4

Se for usar somente para admin logado na rcon, deve usar o operador lуgico de negaзгo, 'NOT' ou mais conhecido como '!' "diferente"...

Logo se vocк usar o cуdigo abaixo todos podem usar, pois vai retornar verdadeiro:
PHP код:
if ( IsPlayerAdmin(playerid) )
    return 
SCM(...); 
O correto seria:
PHP код:
if( !IsPlayerAdmin(playerid) )
    return 
SCM(...); 
Reply


Messages In This Thread
Comandos Dependentes - by Matthy - 20.06.2014, 19:06
Re: Comandos Dependentes - by ProKillerpa - 20.06.2014, 19:12
Respuesta: Comandos Dependentes - by Matthy - 20.06.2014, 19:17
Re: Comandos Dependentes - by Schocc - 20.06.2014, 19:28
Respuesta: Re: Comandos Dependentes - by Matthy - 20.06.2014, 19:33
Re: Comandos Dependentes - by MultiKill - 20.06.2014, 19:43
Respuesta: Re: Comandos Dependentes - by Matthy - 20.06.2014, 20:05
Re: Comandos Dependentes - by Schocc - 20.06.2014, 20:11

Forum Jump:


Users browsing this thread: 2 Guest(s)