21.11.2012, 09:03
Can you show us atleast the line 9639?
EDIT:
By the way, aVehicle should be a string.
EDIT:
pawn Код:
if(sscanf(params, "sI(-1)I(-1)", aVehicle, Color1, Color2))
pawn Код:
new aVehicle[ 64 ];
if(sscanf(params, "s[64]I(-1)I(-1)", aVehicle, Color1, Color2))