[FilterScript] [FS] Admin Base - 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: [FilterScript] [FS] Admin Base (
/showthread.php?tid=85245)
[FS] Admin Base -
DJ_AxeL - 06.07.2009
Admin Base
Contain:
3 nivels.
1 House.
Cars.
Bikes.
Helis.
Hydras.
Shamals.
Boats.
__________________________________________________ ____________
Watch photos.
ScreenShots
[b]__________________________________________________
Teleport command
/adminh
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
if(strcmp(cmdtext,"/adminh",true)==0)
{
new vehicleid = GetPlayerVehicleID(playerid);
new State = GetPlayerState(playerid);
if(IsPlayerInAnyVehicle(playerid) && State == PLAYER_STATE_DRIVER)
{
GameTextForPlayer(playerid,"Admin Base",4000,6);
return SetVehiclePos(vehicleid,3088.3850,-976.0178,32.1193);
}
SetPlayerPos(playerid,3088.3850,-976.0178,32.1193);
GameTextForPlayer(playerid,"Admin Base",4000,6);
return 1;
}
return 0;
}
____________________
_______________________________________
Download
_____________
_____________________________
Credits to DokerJr
_______________
Comment plss
Made By DokerJr
Re: [FS] Admin Base -
adi360 - 06.07.2009
Good work
Re: [FS] Admin Base -
breakpaper - 06.07.2009
how to install it on my server?
Re: [FS] Admin Base -
ByFukara - 06.07.2009
just download file and copy the fs to filterscpirt files and open server.cfg and write line on filterscpirt filterscpirt name and start your server
Re: [FS] Admin Base -
craponnaruto - 07.07.2009
Do you have to drive to this manually or can you teleport to it?
Re: [FS] Admin Base -
d3v3n - 24.07.2009
teleport read it says
Re: [FS] Admin Base -
andruw_martis - 10.03.2011
what is the command for open the gate??
Re: [FS] Admin Base -
Ironboy - 10.03.2011
Anyway good work
Re: [FS] Admin Base -
jedes - 08.04.2011
how to open the gate?
Re: [FS] Admin Base -
Ironboy - 08.04.2011
Nice work