22.01.2018, 09:16
Hi. I want an admin command to insteantanously spawn the airdrop.
But when i type airdrop it spams airdrop continuously. I want only once without changing the timer.
Код HTML:
CMD:airdrop(playerid)
{
if(pInfo[playerid][pAdminLevel] >= 6)
{
SetTimer("Airdrop", 1, true);
}
return 1;
}


