30.03.2013, 15:13
Quote:
|
no, put this on the bottom of the script....
Code:
stock GetAdminName(playerid)
{
new adminname[128];
switch(PlayerInfo[playerid][AdminLevel])
{
case 0: adminname = "0";
case 1: adminname = "Moderator";
case 2: adminname = "Administrator";
case 3: adminname = "Management";
case 4: adminname = "Owner";
}
return adminname;
}
|
)EDIT: I tested the command with my own ID and didn't show the names just the reason. It looked like this >
Code:
has kicked . Reason: testing the command


