16.02.2012, 10:58
(
Последний раз редактировалось L0zaix; 16.02.2012 в 11:01.
Причина: Adding something
)
@Twisted_Insane, they didn't see it.
@IvancheBG to make a admin not for rcon first create a enum for adminlevel
it will be something like
then you can now use this
i'm not good at explaining you can find more information about this in a Register/Login tutorial
@IvancheBG to make a admin not for rcon first create a enum for adminlevel
it will be something like
pawn Код:
enum pInfo
{
adminlevel,
};
new PlayerInfo[MAX_PLAYERS][pInfo];
pawn Код:
if(PlayerInfo[playerid][adminlevel] > /* Putthelevelyouwant*/) //checks if you are admin
{
//codes
}
else return //codes - this will block the player that are not admin