Y_Timer something wrong - 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)
+--- Thread: Y_Timer something wrong (
/showthread.php?tid=565479)
Y_Timer something wrong -
bigboy81 - 27.02.2015
I making some timer but i get some erors
Код:
new Timer:cufftimer[MAX_PLAYERS];
Код:
cufftimer[giveplayerid] = repeat CheckDist[10000](playerid, giveplayerid); //Start timer
Код:
timer:CheckDist[10000]()
{
stop cufftimer[playerid];
}
but it say
Код:
error 017: undefined symbol "stop"
but how i can define stop i cant define like new stop; will be not the function