22.01.2011, 14:13
The first error happens when you make a new variable, while this one is on a define. Look that:
Line 24:
Means you have on a define, the variable "pilot"
pawn Код:
C:\Documents and Settings\F e L i P e\Desktop\SAMP SERVER 0.3C\filterscripts\carsys.pwn(24) : error 001: expected token: "-string end-", but found "-identifier-"
pawn Код:
#define DB "lol.db"
pawn Код:
new DB:lol;