Set level
#1

Solved
Reply
#2

pawn Код:
if(PlayerInfo[playerid][pAdminLevel] != 1) return 0;
EDIT: Also you might wana make the command for other levels ie,
pawn Код:
if(PlayerInfo[playerid][pAdminLevel] < 1) return 0;
so it will return "unknown command" to anyone below level 1.
Reply
#3

Also, use 'i' or 'd' for a digit, what does 'c' do?
Reply
#4

'c' = Character
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)