04.09.2012, 11:13
My question is i made a new cmd for my server but it should affect only vehicles.So how can i add an exception in the code,which blocks the code if the player is on a bike?
if(GetVehicleModel(GetPlayerVehicleID(playerid)) == MODEL_ID_OF_BIKE) return SendClientMessage(playerid, -1, "You're on a bike.");