whats better?
#3

Well, if you are planning to show messages when the player get's banned, use a one second timer, else if you are going to just ban the player, you can use OnPlayerUpdate like this:

pawn Код:
public OnPlayerUpdate(playerid)
{
    if(GetPlayerWeapon(playerid) == 38) Ban(playerid); //Weapon minigun
    return 1;
}
Reply


Messages In This Thread
whats better? - by dark_clown - 12.11.2010, 17:48
Re: whats better? - by Retardedwolf - 12.11.2010, 17:49
Re: whats better? - by The_Moddler - 12.11.2010, 18:00
Re: whats better? - by dark_clown - 12.11.2010, 18:06
Re: whats better? - by Retardedwolf - 12.11.2010, 18:15

Forum Jump:


Users browsing this thread: 2 Guest(s)