Admin System WITHOUT registration system
#1

im looking for a good fs admin system with cool commands but that work only with rcon admins, and not with a registration system (my gm alrady got a regisration system). in filterscript forum i fount nothing...any suggestion?
Reply
#2

DIY.
You can edit admin level check to IsPlayerAdmin.eg:[PAWN[
if(PlayerInfo[playerid][pAdminLevel] >= 1)
//to
if(IsPlayerAdmin)
Reply
#3

Quote:
Originally Posted by yezizhu
DIY.
You can edit admin level check to IsPlayerAdmin.eg:[PAWN[
if(PlayerInfo[playerid][pAdminLevel] >= 1)
//to
if(IsPlayerAdmin)
pawn Код:
if(IsPlayerAdmin(playerid))
..would be better.
Reply
#4

anyone can help me in this?
Reply
#5

  • Open script
  • Go to Edit => Search and Replace
  • Type the var for adminlevel in the search (e.g. PlayerInfo[playerid][pAdmin])
  • Type IsPlayerAdmin(playerid) in the replace
  • Click search.
Reply
#6

Quote:
Originally Posted by Vince
  • Open script
  • Go to Edit => Search and Replace
  • Type the var for adminlevel in the search (e.g. PlayerInfo[playerid][pAdmin])
  • Type IsPlayerAdmin(playerid) in the replace
  • Click search.
Ok maybe you should read,
If he did that, The registration system will still be there,
Which he does not want
Reply
#7

Quote:
Originally Posted by JoeDaDude
Quote:
Originally Posted by Vince
  • Open script
  • Go to Edit => Search and Replace
  • Type the var for adminlevel in the search (e.g. PlayerInfo[playerid][pAdmin])
  • Type IsPlayerAdmin(playerid) in the replace
  • Click search.
Ok maybe you should read,
If he did that, The registration system will still be there,
Which he does not want
well if its in the GM he can easilly search for the lines and get rid of them
Reply
#8

Quote:
Originally Posted by Vince
  • Open script
  • Go to Edit => Search and Replace
  • Type the var for adminlevel in the search (e.g. PlayerInfo[playerid][pAdmin])
  • Type IsPlayerAdmin(playerid) in the replace
  • Click search.
done. Result? only a lots of error
Reply
#9

http://forum.sa-mp.com/index.php?topic=27726.0
Reply
#10

Quote:
Originally Posted by Mike_Logan
love u
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)