25.02.2010, 16:08
Quote:
Originally Posted by Torran
Thats not the problem,
The problem is its not setting my velocity, if(!IsPlayerInAnyVehicle(playerid)) SendClientMessage(playerid, COLOR_RED, "You need to be in a vehicle to use this command"); Is better than pawn Код:
|
if(!IsPlayerInAnyVehicle(playerid)) return SendClientMessage(playerid, COLOR_RED, "You need to be in a vehicle to use this command");