04.10.2011, 22:02
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;
}