Passenger Bug - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP (
https://sampforum.blast.hk/forumdisplay.php?fid=3)
+--- Forum: Bug Reports (
https://sampforum.blast.hk/forumdisplay.php?fid=20)
+--- Thread: Passenger Bug (
/showthread.php?tid=500753)
Passenger Bug -
GuyYahood1 - 15.03.2014
Hey,
I'll play with my friend Gang War and I found large bug!
Video:[ame]http://www.youtube.com/watch?v=GR0NPROjrlE[/ame]
Thanks you,
XArena's Team.
Re: Passenger Bug -
iPrivate - 15.03.2014
Bug is already known and has been present (at least for me) in the whole 0.3 development. I am not sure if 'OnPlayerTakeDamage' get's called in this case, but if it does than it can be fixed, but if it cannot take the damage than you shall kill the player with chainsaw ONLY.
Re: Passenger Bug -
GuyYahood1 - 15.03.2014
Well this is very big problem I'm playing in Gang War server and I need to take care of this problem and I don't know what to do...
Re: Passenger Bug -
iPrivate - 15.03.2014
It is not problem for Gang War servers only, but for Deathmatch servers and in those servers it is called 'Drive-by killing' which makes the player not killable. Mostly a fix is /slap command to get him slapped.
Re: Passenger Bug -
GalaxyHostFree - 16.03.2014
Code:
public OnPlayerStateChange(playerid, newstate, oldstate)
{
if(newstate == PLAYER_STATE_PASSENGER) SetPlayerArmedWeapon(playerid, 0);
return 1;
}
Re: Passenger Bug -
Parallex - 16.03.2014
Quote:
Originally Posted by GalaxyHostFree
Code:
public OnPlayerStateChange(playerid, newstate, oldstate)
{
if(newstate == PLAYER_STATE_PASSENGER) SetPlayerArmedWeapon(playerid, 0);
return 1;
}
|
Just do that ^ and it will not let the Passenger Drive-by.
Re: Passenger Bug -
FlawPaw - 16.03.2014
Quote:
Originally Posted by BenJackster
Just do that ^ and it will not let the Passenger Drive-by.
|
Then what's the point of gang war?
Re: Passenger Bug -
GalaxyHostFree - 17.03.2014
Quote:
Originally Posted by FlawPaw
Then what's the point of gang war?
|
So do you know how to fix it? Can you fix it by saying your opinion? Dear, it's a bug that never been solve for years. What I showed was one of a anti-passanger abuse.
Re: Passenger Bug -
GuyYahood1 - 18.03.2014
But I wanna he can shot, anyway ?
Re: Passenger Bug -
sampplayer12 - 19.03.2014
You can't fix it, It's a SA-MP bug. Only the SA:MP staff can fix it.