[HELP] Banning Players With Weapons
#1

Hey,

I Added this to my GM to reset player weapons but how would i make it if they have weapons they get banned ? heres the code:

pawn Код:
forward reset();
public reset()
{
    for(new playerid = 0; playerid < MAX_PLAYERS; playerid++)
    {
    ResetPlayerWeapons(playerid);
    }
    return 1;
}
and OnGameModeInit()
pawn Код:
SetTimer("reset",1000,true);
how would that be done ? please help XD
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)