[FilterScript] [FS] Admin Base
#1

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
Reply
#2

Good work
Reply
#3

how to install it on my server?
Reply
#4

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
Reply
#5

Do you have to drive to this manually or can you teleport to it?
Reply
#6

teleport read it says
Reply
#7

what is the command for open the gate??
Reply
#8

Anyway good work
Reply
#9

how to open the gate?
Reply
#10

Nice work
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)