Hiding part of a dialog
#1

Hey silly question but can i hide part of my /help so players cant see the admin case 9: there like they can see

all the normal ones but just not the admin help
Reply
#2

pawn Код:
if(GetPVarInt(playerid,"pAdmin") >= 1)
{
    ShowPlayerDialog(...,"HELP\nCMDS\nADMIN HELP","OK","CANCLE");
}
else if(GetPVarInt(playerid,"pAdmin") < 1)
{
     ShowPlayerDialog(...,"HELP\nCMDS","OK","CANCLE");
}
Reply
#3

Thanks it works great
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)