admin level 0 code - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: admin level 0 code (
/showthread.php?tid=86742)
admin level 0 code -
[mad]MLK - 15.07.2009
I need a Code so when a player joins it sets the admin level to 0 ( I have ladmin) if you know of one please tell me thanks in advance
Re: admin level 0 code -
coffeecup92 - 15.07.2009
pawn Код:
public OnPlayerConnect(playerid)
{
PlayerInfo[playerid][AdminLevel] = 0;
return 1;
}
Ask in the script's thread next time.
Re: admin level 0 code -
Correlli - 15.07.2009
And don't make 2 or more topics about the same problem.
Re: admin level 0 code -
kaisersouse - 15.07.2009
tsk tsk mlk