16.04.2011, 18:56
Try this, I made some errors in my first attempt lol.
pawn Код:
if(vehicleid == 433)
{
SetVehicleParamsForPlayer(vehicleid, playerid, false, true);
SendClientMessage(playerid, COLOR_YELLOW, "You are not qualified to drive this vehicle!");
}