06.10.2016, 15:53
PHP код:
if(!IsPlayerInAnyVehicle(playerid)) // If the player is not in any vehicle
if(IsPlayerInAnyVehicle(playerid) && GetVehicleModel(GetPlayerVehicleID(playerid)) == 411) // If the player is not in Infernus for example

