Don't want player to go past a point?
#5

If you use an admin variable. Do an if statement
pawn Код:
if(!IsPlayerAdmin(playerid))
That's the default.

Here's mine,

pawn Код:
if(PlayerData[playerid][Admin] == 0)
Reply


Messages In This Thread
Don't want player to go past a point? - by Marcus_Devil - 31.07.2013, 20:45
Re: Don't want player to go past a point? - by CaveDweller - 31.07.2013, 20:46
Re : Don't want player to go past a point? - by Marcus_Devil - 31.07.2013, 20:52
Re: Don't want player to go past a point? - by CaveDweller - 01.08.2013, 00:01
Re: Don't want player to go past a point? - by DobbysGamertag - 01.08.2013, 00:08
Re: Don't want player to go past a point? - by ReVo_ - 01.08.2013, 00:30

Forum Jump:


Users browsing this thread: 1 Guest(s)