[FS/MAP]Admin's Villaz
#8

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
Reply


Messages In This Thread
[FS/MAP]Admin's Villaz - by extra - 16.11.2008, 18:28
Re: [FS/MAP]Admin's Villaz - by Danut - 16.11.2008, 18:44
Re: [FS/MAP]Admin's Villaz - by extra - 16.11.2008, 18:49
Re: [FS/MAP]Admin's Villaz - by SilverWolf21 - 16.11.2008, 18:51
Re: [FS/MAP]Admin's Villaz - by whooper - 16.11.2008, 18:56
Re: [FS/MAP]Admin's Villaz - by Danut - 16.11.2008, 19:00
Re: [FS/MAP]Admin's Villaz - by Rks25 - 16.11.2008, 19:03
Re: [FS/MAP]Admin's Villaz - by extra - 16.11.2008, 19:25
Re: [FS/MAP]Admin's Villaz - by sidhu123 - 16.11.2008, 22:17
Re: [FS/MAP]Admin's Villaz - by extra - 18.11.2008, 18:01

Forum Jump:


Users browsing this thread: 1 Guest(s)