get players in vehicle
#5

Well, thats impossible asumming you want to check if players are in the vehicle, or if you have the patient to do.
pawn Код:
if(IsPlayerInVehicle(0, vehicleid))
if(IsPlayerInVehicle(1, vehicleid))
//..........................................
if(IsPlayerInVehicle(500, vehicleid))
Until you hit 500, those are like.... 500 verificaitons a second with a timer? thats will quantify the lag you would have with the loop (wich is low...- the loop i mean).
Reply


Messages In This Thread
get players in vehicle - by Hirsw0w - 23.09.2014, 13:27
Re: get players in vehicle - by amirab - 23.09.2014, 13:32
Re: get players in vehicle - by Hirsw0w - 23.09.2014, 13:33
Re: get players in vehicle - by Hirsw0w - 23.09.2014, 16:55
Re: get players in vehicle - by XStormiest - 23.09.2014, 16:57
Re: get players in vehicle - by Vince - 23.09.2014, 17:30
Re: get players in vehicle - by Pottus - 23.09.2014, 17:54
Re : get players in vehicle - by streetpeace - 23.09.2014, 17:56
Re: get players in vehicle - by XStormiest - 23.09.2014, 18:10

Forum Jump:


Users browsing this thread: 1 Guest(s)