make from civilian vehicle to police vehicle
#2

You can like if you got a system

Code:
OnPlayerEnterVehicle(playerid,vehicleid){
If(Job == 7 // player id's job)
{
return 1;
}
if(Job != 7)
{
SendClientMessage(playerid,0xFF0000AA,"You must be cop to enter the vehicle");
return 0; // or RemovePlayerFromVehicle
}
}
Reply


Messages In This Thread
make from civilian vehicle to police vehicle - by breakpaper - 11.09.2009, 18:59
Re: make from civilian vehicle to police vehicle - by The_Tough - 11.09.2009, 19:45
Re: make from civilian vehicle to police vehicle - by breakpaper - 11.09.2009, 19:48
Re: make from civilian vehicle to police vehicle - by The_Tough - 11.09.2009, 20:32

Forum Jump:


Users browsing this thread: 1 Guest(s)