01.09.2015, 18:54
Sу usar "||"
Ex:
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;
}