[FS/MAP] Adminhouse9, San Fiero
#1

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
Reply
#2

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!\

Reply
#3

Great work!
Goed werk!
Reply
#4

where is t on map
Reply
#5

How can I modify it so only skin 217 can open it
Reply
#6

Looks Alright !
Reply
#7

pretty awesome but where can i find it in san fiero
Reply
#8

Thats nice az dude
Reply
#9

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
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)