SA-MP Forums Archive
[SOLVED]please help me, i need this - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [SOLVED]please help me, i need this (/showthread.php?tid=88357)



[SOLVED]please help me, i need this - killdahobo99 - 26.07.2009

Can someone take this command and add a countdown timer to how it works?

Код:
 if (strcmp("/moon", cmdtext, true, 10) == 0 && IsPlayerAdmin(playerid) == 1)
	{
	SendPlayerFormattedText(playerid,"All get in a car!",0);
	SetGravity(0);
	return 1;
	}
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


Re: please help me, i need this - killdahobo99 - 26.07.2009

Never Mind [SOLVED]