Passenger Bug
#1

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.
Reply
#2

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.
Reply
#3

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...
Reply
#4

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.
Reply
#5

Code:
public OnPlayerStateChange(playerid, newstate, oldstate)
{
    if(newstate == PLAYER_STATE_PASSENGER) SetPlayerArmedWeapon(playerid, 0);
    return 1;
}
Reply
#6

Quote:
Originally Posted by GalaxyHostFree
View Post
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.
Reply
#7

Quote:
Originally Posted by BenJackster
View Post
Just do that ^ and it will not let the Passenger Drive-by.
Then what's the point of gang war?
Reply
#8

Quote:
Originally Posted by FlawPaw
View Post
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.
Reply
#9

But I wanna he can shot, anyway ?
Reply
#10

You can't fix it, It's a SA-MP bug. Only the SA:MP staff can fix it.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)