16.05.2014, 19:11
Did you copy-paste the code from somewhere? You should declare it:
and LockedCar should be declared too or else it will give you the same error (017).
pawn Код:
// global:
new PlayerCar[MAX_PLAYERS];
// NOTE: don't forget to reset it on connect..