SA-MP Forums Archive
[FS/MAP] Adminhouse9, San Fiero - 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: [FS/MAP] Adminhouse9, San Fiero (/showthread.php?tid=46345)



[FS/MAP] Adminhouse9, San Fiero - reallifescript - 07.08.2008

We have made a new hq
It is located in San Fiero, at the roof of a building
There is 1 gate
-Maingate: /9maino /9mainc
-Elevator: /9liftu /9liftd
-Garage: /9garageo /9garagec



Some screenhosts
-Helipad
-Garage
-Tower
-Garage
-House






Download link : Click here to download


Re: [FS/MAP] Adminhouse9, San Fiero - s1k - 11.08.2008

lol its like a pimped out house with max security
Nice Work! Good job! I Might Use For My Server! Keep up the good work. You should just make an interior. Maybe make a club interior...Oh you should only let the admins open the gate. If you want an example download my admin island and look at the teleports. They Are only able to teleport when they are logged into Rcon!\




Re: [FS/MAP] Adminhouse9, San Fiero - Maikel - 12.08.2008

Great work!
Goed werk!


Re: [FS/MAP] Adminhouse9, San Fiero - andy reid - 20.01.2009

where is t on map


Re: [FS/MAP] Adminhouse9, San Fiero - SLaY3R - 18.03.2009

How can I modify it so only skin 217 can open it


Re: [FS/MAP] Adminhouse9, San Fiero - *ToM* - 18.03.2009

Looks Alright !


Re: [FS/MAP] Adminhouse9, San Fiero - OGganza - 21.03.2009

pretty awesome but where can i find it in san fiero


Re: [FS/MAP] Adminhouse9, San Fiero - Holden - 21.03.2009

Thats nice az dude


Re: [FS/MAP] Adminhouse9, San Fiero - a!DaN)_)-) - 24.07.2010

erm to make the commands only for admins add this above the command like so ;

this function
Код:
 if(!IsPlayerAdmin(playerid)) return SendClientMessage(playerid, 0xFF0000AA, "This command can only be used by an admin!!");
so a command will look like this

Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
	if (strcmp(cmdtext, "/9maino", true)==0)
       {
          if(!IsPlayerAdmin(playerid)) return SendClientMessage(playerid, 0xFF0000AA, "This command can only be used by an admin!!");

	  MoveObject (gate1,1527.228515625, 663.748046875, 3.1211261749268,2);
      SendClientMessage(playerid, COLOR_RED, "Main Gate Opened");
      return 1;
       }
P.S the best way to find it is to create a teleport to an object there then just like try jump out of the object lol