10.05.2014, 15:16
The error is on this function:
"C:\Users\shalev\Desktop\ъйчйд згщд (2)\SuperDM\filterscripts\Vehicle-System.pwn(51) : error 017: undefined symbol "C" - What this means is that "C" isn't defined so you must define it.
Example:
pawn Код:
if(CPS_IsPlayerInCheckpoint(playerid, C))
Example:
pawn Код:
new C;