Help Realy Want Help - 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: Help Realy Want Help (
/showthread.php?tid=276710)
Help Realy Want Help -
[MKD]Max - 14.08.2011
Today i have made new time its work all fine its work 100% but what i need is when the time get to 0:00
change the map please help me that thing i cant do please help
Код:
public MissionTimer()
{
for (new i=0; i<MAX_PLAYERS;i++)
{
new str[34];
TimeS--;
if(TimeM == 0 && TimeS == 0)
{
}
if(TimeS == -1)
{
TimeM--;
TimeS = 59;
}
format(str,sizeof(str),"%02d:%02d", TimeM, TimeS);
TextDrawSetString(Textdraw1,str);
return 1;
}
Re: Help Realy Want Help -
=WoR=Varth - 15.08.2011
https://sampwiki.blast.hk/wiki/SendRconCommand