02.11.2014, 08:51
pawn Код:
if(GetPlayerVehicleID(playerid)!=playerVariables[playerid][Vehicleid])return SendClientmessage(playerid,-1,"You must be in your own car");// change the playerVariables[playerid][Vehicleid] to the player variable where you save the owned car of the player
// above brozues code