What's wrong with this?
#3

Quote:
Originally Posted by xerox8521
Посмотреть сообщение
You missed RemovePlayerFromVehicle(playerid);
Like this?

Код:
else if(IsLeoVehicle(vehicleid) && PlayerInfo[playerid][pFac] != 1)
	    {
		    new Float:pos[3];
                    RemovePlayerFromVehicle(playerid);
		    GetPlayerPos(playerid, pos[0], pos[1], pos[2]);
		    SetPlayerPos(playerid, pos[0], pos[1], pos[2]);
		    SendClientMessage(playerid, COLOR_ORANGE, " You can't start the engine as it belongs to the LSPD.");
Reply


Messages In This Thread
What's wrong with this? - by TheSnaKe - 29.01.2014, 17:21
AW: What's wrong with this? - by xerox8521 - 29.01.2014, 17:23
Re: AW: What's wrong with this? - by TheSnaKe - 29.01.2014, 17:35
Re: What's wrong with this? - by TheSnaKe - 29.01.2014, 18:01

Forum Jump:


Users browsing this thread: 2 Guest(s)