06.12.2012, 19:15
Change this
to this
I also recommend doing a check if the input is numerical so that if a player actually types in the model ID as a parameter, the command won't try to get the vehicle model from, for example, the name "435".
pawn Код:
new id;
pawn Код:
new id[20]; //20 cells just to be sure you can fit all the vehicles' names