13.04.2015, 04:41
I do that so the command can return proper error message to player who execute it.If model is invalid model id,it should show that he has to use id between 400 and 611,and if vehicle limit is reached it should show a message saying that.
Also I cant use v[playerid]=CreateVehicle(); because v[playerid] is actually this
Also I cant use v[playerid]=CreateVehicle(); because v[playerid] is actually this
pawn Код:
#define v[%0] GetPlayerVehicleID[%0]