Quote:
Originally Posted by IgorLuiz
Sу usar "||"
Ex:
PHP Code:
CMD:suicide(playerid) || CMD:kill(playerid)
{
if(gettime() - Tempokill[playerid] < 00)return SendClientMessage(playerid, aa, "You have to wait 3 minouts before you can use the command again!");
Tempokill[playerid] = gettime();
SetPlayerHealth(playerid, 0);
return 1;
}
|
Irmгo da onde vocк tirou isso? zcmd nгo aceita isto! Processador de comandos й diferente de comparador de strings.
#INFUNCIONAL