SA-MP Forums Archive
[FilterScript] Admin Base (ZAdminBase) - 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: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] Admin Base (ZAdminBase) (/showthread.php?tid=476548)

Pages: 1 2


Re: Admin Base (ZAdminBase) - blackgangs - 15.03.2014

so cool i think i will try it in my server


Re: Admin Base (ZAdminBase) - AroseKhanNiazi - 15.03.2014

How u get that pink and Yellow color on cmds,help bla bla


Re: Admin Base (ZAdminBase) - ManGoe - 15.03.2014

And What to set in the parameters>
Parameters:
(Float, Float:y, text[])
x X-Coordinate
y Y-Coordinate
text[] The text in the textdraw.


in them?


Re: Admin Base (ZAdminBase) - ManGoe - 15.03.2014

Nice FS


Re: Admin Base (ZAdminBase) - Zues - 15.03.2014

@ ManGoe, to make thing easier just use a textdraw editor like https://sampforum.blast.hk/showthread.php?tid=290640 then you can make them ig, it's much faster.


Re: Admin Base (ZAdminBase) - AdHaM612 - 16.03.2014

Great Work Man


Re: Admin Base (ZAdminBase) - Zues - 27.03.2014

Quote:
Originally Posted by AdHaM612
Посмотреть сообщение
Great Work Man
Thank you!


Re: Admin Base (ZAdminBase) - redspeed - 13.09.2016

Nice


Re: Admin Base (ZAdminBase) - Ultraz - 13.09.2016

Nice Work sir.
Nice Map too.


Re: Admin Base (ZAdminBase) - AmanGhazi - 14.02.2017

Help me How set this abase cmd for lvl 1 admin code plz


Re: Admin Base (ZAdminBase) - RyderX - 14.02.2017

Quote:
Originally Posted by AmanGhazi
Посмотреть сообщение
Help me How set this abase cmd for lvl 1 admin code plz
For example;


PHP код:
CMD:abase(playerid,params[])
{
      if(
playerData[playerid][playerLevel] > 1)
      {
           
SetPlayerPos(playerid, .........);
      }
      else
      {
       
SendClientMessage(playerid,-1,"Only VIP level 1 Can use this command!");
      }

hope you understood what i meant to tell


Re: Admin Base (ZAdminBase) - Rigel - 28.02.2017

Quote:
Originally Posted by RyderX
Посмотреть сообщение
For example;


PHP код:
CMD:abase(playerid,params[])
{
      if(
playerData[playerid][playerLevel] > 1)
      {
           
SetPlayerPos(playerid, .........);
      }
      else
      {
       
SendClientMessage(playerid,-1,"Only VIP level 1 Can use this command!");
      }

hope you understood what i meant to tell
where to put it? is it in the main filterscript?, in the admin filterscript? or in the gamemode?


Re: Admin Base (ZAdminBase) - castiel12 - 02.05.2018

why when i close the gate, it is not equal to the position when same open the gate?


Re: Admin Base (ZAdminBase) - AlberBM - 07.05.2018

Make new link for pictures please


Re: Admin Base (ZAdminBase) - AlberBM - 08.05.2018

good !

+REP


Re: Admin Base (ZAdminBase) - Zues - 23.12.2018

Quote:
Originally Posted by castiel12
Посмотреть сообщение
why when i close the gate, it is not equal to the position when same open the gate?
This was posted in 2013, I don't remember how this even looks like but I'd imagine that being a version problem since this script is almost 6 years old?


Re: Admin Base (ZAdminBase) - samiulla - 25.12.2018

Quote:
Originally Posted by Zues
Посмотреть сообщение
This was posted in 2013, I don't remember how this even looks like but I'd imagine that being a version problem since this script is almost 6 years old?
Also there is a garage with locked.
how to open it?