15.11.2013, 07:14
ah ya, so i made this function for OnPlayerDeath, OnPlayerSpawn, OnPlayerDisconnect
here are the errors:
i removed every ; from the function at OnPlayerDeath, OnPlayerSpawn, OnPlayerDisconnect, and these errors appeared .. P.S every function i used at these cases, is same, there's no different..
here are the errors:
Quote:
C:\Users\Ultimate\Downloads\samp03x_svr_R2_win32\g amemodes\text.pwn(111) : error 033: array must be indexed (variable "Captured") C:\Users\Ultimate\Downloads\samp03x_svr_R2_win32\g amemodes\text.pwn(161) : error 033: array must be indexed (variable "Captured") C:\Users\Ultimate\Downloads\samp03x_svr_R2_win32\g amemodes\text.pwn(170) : error 033: array must be indexed (variable "Captured") C:\Users\Ultimate\Downloads\samp03x_svr_R2_win32\g amemodes\text.pwn(235) : error 055: start of function body without function header C:\Users\Ultimate\Downloads\samp03x_svr_R2_win32\g amemodes\text.pwn(236) : error 010: invalid function or declaration C:\Users\Ultimate\Downloads\samp03x_svr_R2_win32\g amemodes\text.pwn(23 : error 010: invalid function or declaration C:\Users\Ultimate\Downloads\samp03x_svr_R2_win32\g amemodes\text.pwn(244) : error 010: invalid function or declaration C:\Users\Ultimate\Downloads\samp03x_svr_R2_win32\g amemodes\text.pwn(24 : error 010: invalid function or declaration C:\Users\Ultimate\Downloads\samp03x_svr_R2_win32\g amemodes\text.pwn(252) : error 010: invalid function or declaration C:\Users\Ultimate\Downloads\samp03x_svr_R2_win32\g amemodes\text.pwn(257) : error 010: invalid function or declaration C:\Users\Ultimate\Downloads\samp03x_svr_R2_win32\g amemodes\text.pwn(262) : error 010: invalid function or declaration C:\Users\Ultimate\Downloads\samp03x_svr_R2_win32\g amemodes\text.pwn(264) : error 010: invalid function or declaration C:\Users\Ultimate\Downloads\samp03x_svr_R2_win32\g amemodes\text.pwn(265) : error 010: invalid function or declaration C:\Users\Ultimate\Downloads\samp03x_svr_R2_win32\g amemodes\text.pwn(273) : error 017: undefined symbol "Killtimer" C:\Users\Ultimate\Downloads\samp03x_svr_R2_win32\g amemodes\text.pwn(274) : error 033: array must be indexed (variable "CountVar") C:\Users\Ultimate\Downloads\samp03x_svr_R2_win32\g amemodes\text.pwn(292) : warning 211: possibly unintended assignment C:\Users\Ultimate\Downloads\samp03x_svr_R2_win32\g amemodes\text.pwn(294) : warning 202: number of arguments does not match definition C:\Users\Ultimate\Downloads\samp03x_svr_R2_win32\g amemodes\text.pwn(296) : warning 211: possibly unintended assignment C:\Users\Ultimate\Downloads\samp03x_svr_R2_win32\g amemodes\text.pwn(29 : warning 202: number of arguments does not match definition C:\Users\Ultimate\Downloads\samp03x_svr_R2_win32\g amemodes\text.pwn(306) : warning 215: expression has no effect C:\Users\Ultimate\Downloads\samp03x_svr_R2_win32\g amemodes\text.pwn(306) : error 001: expected token: ";", but found "[" C:\Users\Ultimate\Downloads\samp03x_svr_R2_win32\g amemodes\text.pwn(306) : error 029: invalid expression, assumed zero C:\Users\Ultimate\Downloads\samp03x_svr_R2_win32\g amemodes\text.pwn(306) : warning 215: expression has no effect C:\Users\Ultimate\Downloads\samp03x_svr_R2_win32\g amemodes\text.pwn(306) : error 001: expected token: ";", but found "]" C:\Users\Ultimate\Downloads\samp03x_svr_R2_win32\g amemodes\text.pwn(306) : fatal error 107: too many error messages on one line |