Admin base -
Speed - 23.01.2011
Hey, i made a Admin Base it is my first relase FS
Pic:
http://i55.tinypic.com/34odce8.png
http://i51.tinypic.com/10wp8w9.png
http://i55.tinypic.com/20hlijk.png
http://i55.tinypic.com/6prldx.png
I will add more pics later
Download:
pastebin:
http://pastebin.com/yuT5UNSw
Mediafire:
http://www.mediafire.com/?33hajd33aau323j
EnYoj!!
CMDS:
/gotoa
/aopen1
/aopen2
/aclose1
/aclose2
Re: Admin base -
killanator10 - 23.01.2011
Nice i like it
Re: Admin base -
sherlock - 23.01.2011
commands,who can enter them,location?
Re: Admin base -
wolfcock - 23.01.2011
Quote:
Originally Posted by sherlock
commands,who can enter them,location?
|
Look at pic, look in script and you WILL EASILY FIND IT....
if (strcmp("/aopen1", cmdtext, true, 10) == 0)
{
MoveObject(admina, 1242.091,-2573.087,-5.25, 3.45);
SendClientMessage(playerid,yellow, "You are open door(1) on Admin Base.");
return 1;
}
if (strcmp("/aopen2", cmdtext, true, 10) == 0)
{
MoveObject(adminb, 889.423,-2573.138,-5.25, 3.45);
SendClientMessage(playerid,yellow, "You are open door(2) on Admin Base.");
return 1;
}
if (strcmp("/aclose1", cmdtext, true, 10) == 0)
{
MoveObject(admina, 1242.091,-2573.087,5.638, 3.45);
SendClientMessage(playerid,yellow, "You are closing door(1) on Admin Base.");
return 1;
}
if(strcmp(cmdtext, "/gotoa", true) == 0)
{
SetPlayerPos(playerid, 1250.114,-2572.827,3.42

;
SendClientMessage(playerid,red, "Welcome to Admin Base.");
return 1;
}
if (strcmp("/aclose2", cmdtext, true, 10) == 0)
{
MoveObject(adminb, 889.423,-2573.138,5.688, 3.45);
SendClientMessage(playerid,yellow, "You are closing door(2) on Admin Base..");
return 1;
}
Re: Admin base -
Janek17 - 23.01.2011
good job
Re: Admin base -
sherlock - 23.01.2011
Quote:
Originally Posted by wolfcock
Look at pic, look in script and you WILL EASILY FIND IT....
if (strcmp("/aopen1", cmdtext, true, 10) == 0)
{
MoveObject(admina, 1242.091,-2573.087,-5.25, 3.45);
SendClientMessage(playerid,yellow, "You are open door(1) on Admin Base.");
return 1;
}
if (strcmp("/aopen2", cmdtext, true, 10) == 0)
{
MoveObject(adminb, 889.423,-2573.138,-5.25, 3.45);
SendClientMessage(playerid,yellow, "You are open door(2) on Admin Base.");
return 1;
}
if (strcmp("/aclose1", cmdtext, true, 10) == 0)
{
MoveObject(admina, 1242.091,-2573.087,5.638, 3.45);
SendClientMessage(playerid,yellow, "You are closing door(1) on Admin Base.");
return 1;
}
if(strcmp(cmdtext, "/gotoa", true) == 0)
{
SetPlayerPos(playerid, 1250.114,-2572.827,3.42  ;
SendClientMessage(playerid,red, "Welcome to Admin Base.");
return 1;
}
if (strcmp("/aclose2", cmdtext, true, 10) == 0)
{
MoveObject(adminb, 889.423,-2573.138,5.688, 3.45);
SendClientMessage(playerid,yellow, "You are closing door(2) on Admin Base..");
return 1;
}
|
no shit. he should have put that in the first topic,duh.
Re: Admin base -
Speed - 23.01.2011
Ty to all
Re: Admin base -
sherlock - 23.01.2011
thanks for adding cmds.
Re: Admin base -
[Ips]Guh - 23.01.2011
Is Very Good..
Re: Admin base -
duany123 - 23.01.2011
Good Job !