g bug
#6

Quote:
Originally Posted by ajwar
Посмотреть сообщение
you also need to press h while sitting as a passenger
There isn't any fix for this. I'm afraid. However I have an idea, give me some minutes.

EDIT:

You can disable player weapons when he is as passenger on NRG.

pawn Код:
public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger)
{
     if(vehicleid == 522 && ispassenger) SetPlayerArmedWeapon(playerid, 0);
     return 1;
}
Also you can check if there isn't a driver on NRG then remove weapons. If there is a driver and he gets damage, give the same or minus something damage to the passenger, it's up to you.
Reply


Messages In This Thread
g bug - by ajwar - 28.08.2013, 13:44
Re: g bug - by Cypress - 28.08.2013, 13:49
Re: g bug - by ajwar - 28.08.2013, 13:53
Re: g bug - by Cypress - 28.08.2013, 13:54
Re: g bug - by ajwar - 28.08.2013, 14:05
Re: g bug - by Cypress - 28.08.2013, 14:14
Re: g bug - by Richie© - 28.08.2013, 14:18

Forum Jump:


Users browsing this thread: 3 Guest(s)