[FilterScript] [FS] Las Venturas Admin Garage by Sergio_team
#1

Hi, today i mapped a map for my server, its a basic admin garage located in Las Venturas, enjoy the map.

Screens:


AMX-> http://www.mediafire.com/download.php?it1zm0znwhw
PWN-> http://www.mediafire.com/download.php?m0zqaney2mh

Commands:

Quote:

if (strcmp(cmd, "/admingarage", true) == 0)
{
new x_nr[256];
x_nr = strtok(cmdtext, idx);
if(!strlen(x_nr))
{
SendClientMessage(playerid, COLOR_WHITE, "|____ADMIN GARAGE LAS VENTURAS___________|");
SendClientMessage(playerid, COLOR_WHITE, "Use: /admingarage [command] ");
SendClientMessage(playerid, COLOR_WHITE, " open (Open the garage)");
SendClientMessage(playerid, COLOR_WHITE, " close (close the garage)");
SendClientMessage(playerid, COLOR_WHITE, "|____________________________________________ |");
return 1;
}
else if(strcmp(x_nr,"open",true) == 0)
{
MoveObject(gateadmin,2063.247,2437.530,-1.294, 3.5); // Abierta
}
else if(strcmp(x_nr,"close",true) == 0)
{
MoveObject(gateadmin,2063.247,2437.530,11.294,3.5) ;//Cerrada
}
}

The Commands are in spanish, in the FS, but take this "quote" translated to english
Reply
#2

links appear to be dead.
Reply
#3

Yes the link is dead , to me atleast
Reply
#4

Both, dont work. i dono if u have to add anything into the Map.pwn butt. both english and stock. doesint work.
/garageadmin abrir or open. nothing happens.
Reply
#5

hola eres espaсol, si lo eres agregame al msn shu.rober.69@hotmail.com esque me da unos errores esto.
Reply
#6

people can still get in that garage
Reply
#7

ei sergio como te va ;P soy de samp tilens, nos conociamos jaaj
Reply
#8

Quote:
Originally Posted by madridisto17
hola eres espaсol, si lo eres agregame al msn shu.rober.69@hotmail.com esque me da unos errores esto.
You know you fail when you can't understand English.
Reply
#9

Muy bueno el script sergio!
Reply
#10

Quote:
Originally Posted by Sergio_team
Hi, today i mapped a map for my server, its a basic admin garage located in Las Venturas, enjoy the map.

Screens:


AMX-> http://www.mediafire.com/download.php?it1zm0znwhw
PWN-> http://www.mediafire.com/download.php?m0zqaney2mh

Commands:

Quote:

if (strcmp(cmd, "/admingarage", true) == 0)
{
new x_nr[256];
x_nr = strtok(cmdtext, idx);
if(!strlen(x_nr))
{
SendClientMessage(playerid, COLOR_WHITE, "|____ADMIN GARAGE LAS VENTURAS___________|");
SendClientMessage(playerid, COLOR_WHITE, "Use: /admingarage [command] ");
SendClientMessage(playerid, COLOR_WHITE, " open (Open the garage)");
SendClientMessage(playerid, COLOR_WHITE, " close (close the garage)");
SendClientMessage(playerid, COLOR_WHITE, "|____________________________________________ |");
return 1;
}
else if(strcmp(x_nr,"open",true) == 0)
{
MoveObject(gateadmin,2063.247,2437.530,-1.294, 3.5); // Abierta
}
else if(strcmp(x_nr,"close",true) == 0)
{
MoveObject(gateadmin,2063.247,2437.530,11.294,3.5) ;//Cerrada
}
}

The Commands are in spanish, in the FS, but take this "quote" translated to english

Thxx man for this!
Reply
#11

this is very nice!

Quote:

Sergio_team

you stole my name
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)