SA-MP Forums Archive
YSI timer - 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: YSI timer (/showthread.php?tid=581924)



YSI timer - DusanInfinity - 16.07.2015

When i compile my gamemode i get this warning:
Код:
warning 218: old style prototypes used with optional semicolumns
And that line is:
Код:
timer FarmTimer[450](playerid)
P.S. timer working fine but i receive this...


Re: YSI timer - Mariciuc223 - 16.07.2015

try to make your "timer" like this FarmTimer[450][playerid] and tell if work ... (I don't know what FS you have)

or

Код HTML:
FarmTimer(playerid, 450);



Re: YSI timer - DusanInfinity - 16.07.2015

I have Y_timers, YSI....


Re: YSI timer - DusanInfinity - 18.07.2015

Can anyone help me