SA-MP Forums Archive
[HELP]: y_timers - 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: [HELP]: y_timers (/showthread.php?tid=323838)



[HELP]: y_timers - junkbuster - 07.03.2012

Код:
warning 218: old style prototypes used with optional semicolumns
Line:

pawn Код:
task SaveAccounts[300000]()
Each task gives that warning.

And if I put "Timer:SaveAccounts" - pawncc.exe does not respond, something I am failing?


Respuesta: [HELP]: y_timers - junkbuster - 08.03.2012

RESOLVED.

Solution

Quote:
Originally Posted by ******
Посмотреть сообщение
Remove:
To fix this you first need to remove this line:
pawn Код:
#pragma semicolon 0