#6

I'm guessing you're using Grand Larceny (aka grandlarc, default Gamemode by the SA-MP team).

This gamemode doesn't allow miniguns, so if you ARE using it, look for

pawn Code:
public OnPlayerUpdate(playerid)
and remove all the weapons you don't want people to get kicked with, like the minigun line in the script:

pawn Code:
// Don't allow minigun
if(GetPlayerWeapon(playerid) == WEAPON_MINIGUN)
{
    Kick(playerid);
    return 0;
}
Reply


Messages In This Thread
Kick - by viosteaua98 - 07.10.2011, 21:13
Re: Kick - by =WoR=G4M3Ov3r - 07.10.2011, 21:22
Re: Kick - by viosteaua98 - 07.10.2011, 21:24
Re: Kick - by AndreT - 07.10.2011, 21:27
Re: Kick - by =WoR=G4M3Ov3r - 07.10.2011, 21:28
Re: Kick - by grand.Theft.Otto - 07.10.2011, 21:35
Re: Kick - by viosteaua98 - 07.10.2011, 21:42
Re: Kick - by grand.Theft.Otto - 07.10.2011, 21:46
Re: Kick - by viosteaua98 - 07.10.2011, 21:51
Re: Kick - by grand.Theft.Otto - 07.10.2011, 21:53
Re: Kick - by viosteaua98 - 07.10.2011, 21:58
Re: Kick - by grand.Theft.Otto - 07.10.2011, 22:33
Re: Kick - by =WoR=G4M3Ov3r - 07.10.2011, 22:35
Re: Kick - by viosteaua98 - 07.10.2011, 23:15
thanks friend - by Naveen123 - 10.08.2017, 07:24

Forum Jump:


Users browsing this thread: 1 Guest(s)