Weird death bug.
#3

This is all I have in it and I don't think it should give me any problem.

pawn Code:
public OnPlayerUpdate(playerid)
{
       
    if(GetPlayerWeapon(playerid) == WEAPON_MINIGUN) {
        Kick(playerid);
        return 0;
    }

   
    if(GetPlayerSpecialAction(playerid) == SPECIAL_ACTION_USEJETPACK) {
        Kick(playerid);
        return 0;
    }
    return 1;
}
Reply


Messages In This Thread
Weird death bug. - by [TRP]Eagle - 31.10.2010, 15:39
Re: Weird death bug. - by The_Moddler - 31.10.2010, 15:47
Re: Weird death bug. - by [TRP]Eagle - 31.10.2010, 16:04
Re: Weird death bug. - by The_Moddler - 31.10.2010, 16:16
Re: Weird death bug. - by [TRP]Eagle - 31.10.2010, 16:23
Re: Weird death bug. - by The_Moddler - 31.10.2010, 18:32
Respuesta: Weird death bug. - by xenowort - 31.10.2010, 18:51
Re: Weird death bug. - by Mean - 31.10.2010, 21:06

Forum Jump:


Users browsing this thread: 1 Guest(s)