Anti minugn
#3

if(GetPlayerWeapon(playerid) == WEAPON_MINIGUN)
{
SendClientMessage(playerid,0xFF5A00FF,"You where kicked by the system.Reason:Minigun");
new pName[MAX_PLAYER_NAME];
new string[48];
GetPlayerName(playerid, pName, sizeof(pName));
format(string, sizeof(string), "%s where kicked by the system.Reason: Minigun ", pName);
SendClientMessageToAll(0xFF5A00FF, string);
Kick(playerid);
return 0;
}

I think that looks better in your script
Reply


Messages In This Thread
Anti minugn - by Face9000 - 08.09.2010, 16:02
Re: Anti minugn - by Mauzen - 08.09.2010, 16:08
Re: Anti minugn - by Flabsch - 08.09.2010, 16:17
Re: Anti minugn - by LarzI - 08.09.2010, 16:23
Re: Anti minugn - by jonrb - 08.09.2010, 17:11
Re: Anti minugn - by Stefan_Toretto - 08.09.2010, 17:18
Re: Anti minugn - by F_Lexx - 08.09.2010, 17:28
Re: Anti minugn - by Face9000 - 08.09.2010, 17:30
Re: Anti minugn - by Tommy_Connin - 09.09.2010, 05:26

Forum Jump:


Users browsing this thread: 1 Guest(s)