Help Please - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Help Please (
/showthread.php?tid=317160)
Help Please -
Adrian84 - 10.02.2012
i got a problem that im using a mapped interior and i loaded it as a filterscript successfully loaded i even check server start log and i went into the server now idk how to go in the interior please help me how i go to the mapped interior how do i find the cordinates or go to it help me please!!!!
Re: Help Please -
Soulbad - 10.02.2012
well create a teleport and u can go to a certain coordinates by drive a plane and type /dl
Re: Help Please -
Adrian84 - 10.02.2012
how do i create a teleport its seems hard
Re: Help Please -
Zarky - 12.02.2012
On PAWNO You can create one
Код:
if(strcmp,"/Myinterior", true) ==0)
{
SetPlayerPos(playerid, FloatX,FloatY,FloatZ); //Put your inferior's Coordinates there but using /dl to view the corrdinates
}
Then go ingame and type /myinterior it will Teleport you there
You can add a Message Like Welcome to my interior.
Код:
SendClientMessage(playerid,(The Color Here As define),"Welcome to my interior!:);
Remember, Look at the Bottom Right Side. and Type /dl Once
Re: Help Please -
SomeGuy#1 - 12.02.2012
Please Read The Rules, you MUST give your thread a descriptive title.
Re: Help Please -
KingHual - 12.02.2012
SetPlayerInterior(playerid, interiorid)