Ladmin 1337 score
#1

Hi, i need a few codes: In Ladmin4v2 system, when admin 3-5Level Administrator connect, automatically set his scores to 1337. Please codes!!
Reply
#2

This should be in scripting discussion, but anyways, I use LAdmin, here:

pawn Код:
public OnPlayerConnect(playerid)
{
    if(PlayerInfo[playerid][Level] >= 3) // if their level is greater than or equal to three, it will set the score
    {
        SetPlayerScore(playerid,1337);
    }
    return 1;
}
Reply


Forum Jump:


Users browsing this thread: 4 Guest(s)