IfIsPlayerAdmin
#1

Hey, i have ladmin system, and i would like to change npc_record from IfIsPlayerAdmin to IfIsPlayerLAdmin but it doesnt compile after doing that, cause i want to put it to ban everyone that attempts rcon log in but i wnt npc_record to work for Admins in LADMIN!
thanks!
Reply
#2

lol, Change

pawn Код:
if(!IsPlayerAdmin(playerid)) return 0;
to


pawn Код:
if(!IsPlayerLAdmin(playerid)) return 0;
And as for the Errors Tell us Them.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)