26.07.2009, 02:30
Can someone take this command and add a countdown timer to how it works?
So the countdown starts and it sends everyone a message saying "get in a car, your about to go to the moon" and when the countdown of 10 secounds is over, this command i have works?
How do i do this? can someone edit this command and add it to it? Thank you
Код:
if (strcmp("/moon", cmdtext, true, 10) == 0 && IsPlayerAdmin(playerid) == 1) { SendPlayerFormattedText(playerid,"All get in a car!",0); SetGravity(0); return 1; }
How do i do this? can someone edit this command and add it to it? Thank you