24.07.2006, 13:15
Quote:
Originally Posted by DJDD
About to try it live now, but noticed something before, /get and /goto arn't in the /shelp list. Only minor but it means none of my lower admins will use it since they won't know about it.
|
Don't you have a way to contact them all at once?
anyway, search this line:
pawn Code:
if(Level[playerid] >= 2) { format(temp,sizeof(temp),"%s %s%s",temp,prefix,"shortcuts"); thisline++; if(thisline % 5 == 0) { SendClientMessage(playerid, COLOR_WHITE,temp); temp = GetHelp(playerid,"help2",1);} }
pawn Code:
if(Level[playerid] >= 2) { format(temp,sizeof(temp),"%s %s%s",temp,prefix,"goto"); thisline++; if(thisline % 5 == 0) { SendClientMessage(playerid, COLOR_WHITE,temp); temp = GetHelp(playerid,"help2",1);} }
if(Level[playerid] >= 2) { format(temp,sizeof(temp),"%s %s%s",temp,prefix,"get"); thisline++; if(thisline % 5 == 0) { SendClientMessage(playerid, COLOR_WHITE,temp); temp = GetHelp(playerid,"help2",1);} }