[help] Car
#4

Quote:
Originally Posted by TeddyBear
check your old rpg mod and go down to,

pawn Код:
public OnPlayerExitVehicle(playerid, vehicleid)
{
    return 1;
}
And tell me what is there.
there is nothing i can say it that but here it is

Код:
public OnPlayerExitVehicle(playerid, vehicleid)
{
	if (GetPlayerState(playerid) == 1)
	{
		return 1;
	}
	if(gGas[playerid] == 1)
	{
	  GameTextForPlayer(playerid, "~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~Left car", 500, 3);
	}
	return 1;
}
Reply


Messages In This Thread
[help] Car - by tony_fitto - 16.02.2009, 18:37
Re: [help] Car - by whooper - 16.02.2009, 19:06
Re: [help] Car - by Nimphious - 16.02.2009, 19:09
Re: [help] Car - by tony_fitto - 16.02.2009, 19:30
Re: [help] Car - by Nimphious - 16.02.2009, 19:32
Re: [help] Car - by tony_fitto - 16.02.2009, 20:15
Re: [help] Car - by tony_fitto - 17.02.2009, 18:27

Forum Jump:


Users browsing this thread: 1 Guest(s)