How to make auto eject
#8

at the topof your script go
pawn Код:
new adminveh;
then change that line to
pawn Код:
adminveh = AddStaticVehicle(487,-221.8909,2658.0103,62.7782,181.4946,46,46);
then use
pawn Код:
new vid;
vid = GetPlayerVehicleID(playerid);
if(vid == adminveh && !IsPlayerAdmin(playerid))RemovePlayerFromVehicle(playerid);
Reply


Messages In This Thread
How to make auto eject - by PilotXtreme - 11.11.2010, 05:37
Re: How to make auto eject - by (SF)Noobanatior - 11.11.2010, 05:43
Re: How to make auto eject - by PilotXtreme - 11.11.2010, 06:08
Re: How to make auto eject - by (SF)Noobanatior - 11.11.2010, 06:11
Re: How to make auto eject - by PilotXtreme - 11.11.2010, 06:14
Re: How to make auto eject - by (SF)Noobanatior - 11.11.2010, 06:18
Re: How to make auto eject - by PilotXtreme - 11.11.2010, 06:23
Re: How to make auto eject - by (SF)Noobanatior - 11.11.2010, 06:46
Re: How to make auto eject - by PilotXtreme - 11.11.2010, 06:53
Re: How to make auto eject - by Rafa - 11.11.2010, 09:03

Forum Jump:


Users browsing this thread: 4 Guest(s)