SA-MP Forums Archive
[FS/MAP]Admin's Villaz - 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]Admin's Villaz (/showthread.php?tid=55461)



[FS/MAP]Admin's Villaz - extra - 16.11.2008

I've created 2 Mansions for admins
There are 2 gates
Commands: /opengate /closegate /opengarage /closegarage /adminhouse
Teleport Comand:
pawn Код:
if(strcmp(cmdtext,"/adminhouse",true)==0)
{
new vehicleid = GetPlayerVehicleID(playerid);
new State = GetPlayerState(playerid);
if(IsPlayerInAnyVehicle(playerid) && State == PLAYER_STATE_DRIVER)
{
GameTextForPlayer(playerid,"Welcome To Admins Villaz",4000,6);
LinkVehicleToInterior(vehicleid,0);
SetPlayerInterior(playerid,0);
return SetVehiclePos(vehicleid,-1444.0,1007.1,7.1);
}
SetPlayerPos(playerid,-1444.0,1007.1,7.1);
SetPlayerInterior(playerid,0);
GameTextForPlayer(playerid,"Welcome To Admins Villaz",4000,6);
return 1;
}
Credits: heatON StartER

Pics:






Links:
http://www.sendspace.com/file/b8h4am
http://rapidshare.com/files/16412576...house.pwn.html

ENJOY !!


Re: [FS/MAP]Admin's Villaz - Danut - 16.11.2008

to much objects this'll crash my server

# bravo orisicum


Re: [FS/MAP]Admin's Villaz - extra - 16.11.2008

I know but thx
Stiu da mersi oricum


Re: [FS/MAP]Admin's Villaz - SilverWolf21 - 16.11.2008

And where is this admin house?


Re: [FS/MAP]Admin's Villaz - whooper - 16.11.2008

make a tele off the objects and then slap urself to get out of the object...

nice work


Re: [FS/MAP]Admin's Villaz - Danut - 16.11.2008

i think is somewhere...in LV ?


Re: [FS/MAP]Admin's Villaz - Rks25 - 16.11.2008

Quote:
Originally Posted by Danut
to much objects this'll crash my server

# bravo orisicum
Use a streamer than

@ heatON: nice man.


Re: [FS/MAP]Admin's Villaz - extra - 16.11.2008

I'm sorry i forgot to say where is located this Map
Is in SF
I've created a teleport comand:

Код:
if(strcmp(cmdtext,"/adminhouse",true)==0)
{
new vehicleid = GetPlayerVehicleID(playerid);
new State = GetPlayerState(playerid);
if(IsPlayerInAnyVehicle(playerid) && State == PLAYER_STATE_DRIVER)
{
GameTextForPlayer(playerid,"Welcome To Admins Villaz",4000,6);
LinkVehicleToInterior(vehicleid,0);
SetPlayerInterior(playerid,0);
return SetVehiclePos(vehicleid,-1444.0,1007.1,7.1);
}
SetPlayerPos(playerid,-1444.0,1007.1,7.1);
SetPlayerInterior(playerid,0);
GameTextForPlayer(playerid,"Welcome To Admins Villaz",4000,6);
return 1;
}
Thx to all


Re: [FS/MAP]Admin's Villaz - sidhu123 - 16.11.2008

Woah.. What ID light is that?.. The one with the blue, white, and red bulb
It looks lovely!


Re: [FS/MAP]Admin's Villaz - extra - 18.11.2008

hmm i don't know that object id but you can find it in Miscellanous-Special there go down and you will find it