[HELP] PlayerIntoVehicle
#1

Okay i got this :

Код:
public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger)
{
	if(IsPlayerInVehicle(playerid, 462))
	{
	GivePlayerMoney(playerid, -25);
	}
	else
	(
	GameTextForPlayer(playerid, "Not Enough ~g~ Money",1500,5);
	
	}
and i want the player to be ejected from the vehicle when he doesn't got enough money. what code i need to add?

Sorry for my english.
Reply


Messages In This Thread
[HELP] PlayerIntoVehicle - by Smiths - 08.09.2009, 10:35
Re: [HELP] PlayerIntoVehicle - by saiberfun - 08.09.2009, 10:47
Re: [HELP] PlayerIntoVehicle - by Smiths - 08.09.2009, 11:01
Re: [HELP] PlayerIntoVehicle - by saiberfun - 08.09.2009, 11:05
Re: [HELP] PlayerIntoVehicle - by Zeex - 08.09.2009, 11:57
Re: [HELP] PlayerIntoVehicle - by saiberfun - 08.09.2009, 12:41
Re: [HELP] PlayerIntoVehicle - by Correlli - 08.09.2009, 13:34
Re: [HELP] PlayerIntoVehicle - by saiberfun - 08.09.2009, 13:44
Re: [HELP] PlayerIntoVehicle - by Coicatak - 08.09.2009, 15:14
Re: [HELP] PlayerIntoVehicle - by saiberfun - 08.09.2009, 15:24
Re: [HELP] PlayerIntoVehicle - by Coicatak - 08.09.2009, 18:36
Re: [HELP] PlayerIntoVehicle - by Smiths - 08.09.2009, 20:50
Re: [HELP] PlayerIntoVehicle - by Coicatak - 09.09.2009, 12:02

Forum Jump:


Users browsing this thread: 1 Guest(s)