[Map] [MAP]Admin House
#1

Admin House
Information:That's a admin house with nice interior .(filterscript)
Location:El Quebrados -
Screens:

Commands:
To open the front door use /opend1 , and to close it /closed1.
To open the back door use /opend2 , and to close it /closed2.
To teleport in the house use /aht.
All commands need rcon login
Credits:RaZZoR
Download:

Rapidshare
Reply
#2

Soooo what is it? A house for admins? Or meeting place? O_o Put a description please. Still looks pretty cool though. I'm gonna try it. It's a filterscript? Sorry for the nub question. I'm new to scripting >_<
Reply
#3

Quote:
Originally Posted by Zack9764
Soooo what is it? A house for admins? Or meeting place? O_o Put a description please. Still looks pretty cool though. I'm gonna try it. It's a filterscript? Sorry for the nub question. I'm new to scripting >_<
Yes its a filterscript.
Reply
#4

looks nice, i'm gonna try it out.
Reply
#5

gj u lil TOny Hawk
Reply
#6

good work mister cmg
Reply
#7

Nic, but dude, add an Admin check or look a bit at this code
pawn Код:
if (strcmp(cmdtext, "/opend1", true) == 0)
    {
        MoveObject(door, -1478.891235, 2643.351563, 59.087662, 3.5);
        return 1;
    }

    if (strcmp(cmdtext, "/closed1", true) == 0)
    {
        MoveObject(door , -1483.239014, 2643.393066, 59.073196, 3.5);
        return 1;
    }
    if (strcmp(cmdtext, "/opend2", true) == 0)
    {
      MoveObject(door2,-1467.543579, 2623.611084, 59.080223, 3.5);
      return 1;
    }
    if (strcmp(cmdtext, "/closed2", true) == 0)
    {
        MoveObject(door2,-1470.028564, 2623.604492, 59.073196, 3.5);
        return 1;
    }
Strange , seems everyone can use it, and u sayd that only admins...:\
GJ anyway
Reply
#8

Quote:
Originally Posted by [DSK
Zh3r0 ]
Nic, but dude, add an Admin check or look a bit at this code
pawn Код:
if (strcmp(cmdtext, "/opend1", true) == 0)
    {
        MoveObject(door, -1478.891235, 2643.351563, 59.087662, 3.5);
        return 1;
    }

    if (strcmp(cmdtext, "/closed1", true) == 0)
    {
        MoveObject(door , -1483.239014, 2643.393066, 59.073196, 3.5);
        return 1;
    }
    if (strcmp(cmdtext, "/opend2", true) == 0)
    {
      MoveObject(door2,-1467.543579, 2623.611084, 59.080223, 3.5);
      return 1;
    }
    if (strcmp(cmdtext, "/closed2", true) == 0)
    {
        MoveObject(door2,-1470.028564, 2623.604492, 59.073196, 3.5);
        return 1;
    }
Strange , seems everyone can use it, and u sayd that only admins...:\
GJ anyway
Ok i added
Код:
if(IsPlayerAdmin(playerid));
So the new update needs rcon login to use the commands.
What means GJ?
GJ = Great Job?
Reply
#9

It means Good Job, or Great Job. And yes, this is a pretty nice script .
Reply
#10

Quote:
Originally Posted by MasterAssasin
It means Good Job, or Great Job. And yes, this is a pretty nice script .
Ok,thanks.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)