10.05.2009, 20:58
Search the forums for a user/admin system, and just add the variable setting thing to the login command...
It'd probably help if you knew how to script, but in essence here is what you need:
Globally:
In Login Command:
It'd probably help if you knew how to script, but in essence here is what you need:
Globally:
pawn Код:
new VariableName[MAX_PLAYERS];
pawn Код:
VariableName[playerid] = 1;