Anyone know? - 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: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Anyone know? (
/showthread.php?tid=648239)
Anyone know? -
KyNe - 18.01.2018
Does anyone know this interior?
coz this from my old server (2years ago )
now im rebuild my gamemode
Re: Anyone know? -
Sew_Sumi - 18.01.2018
You'll need to find it but here's a list that may help...
http://files.sa-mp.com/interiors.txt
I do know that interior though, it has an upstairs portion that overlooks the spot where you are standing.
Re: Anyone know? -
KyNe - 18.01.2018
Quote:
Originally Posted by Sew_Sumi
You'll need to find it but here's a list that may help...
http://files.sa-mp.com/interiors.txt
I do know that interior though, it has an upstairs portion that overlooks the spot where you are standing.
|
how can i know without picture
Re: Anyone know? -
Sew_Sumi - 18.01.2018
Quote:
Originally Posted by KyNe
how can i know without picture
|
If there are no pictures available, then maybe it's time to learn how to cope with simply being handed the information in text form.
(It's not that hard to put them into a command man... Either as an enum, or manually putting the params in... Either way, there are ways that don't rely on having a wiki with pictures to make it so simple that no-one will put effort into using the information provided.)
Re: Anyone know? -
KyNe - 18.01.2018
Quote:
Originally Posted by Sew_Sumi
If there are no pictures available, then maybe it's time to learn how to cope with simply being handed the information in text form.
(It's not that hard to put them into a command man... Either as an enum, or manually putting the params in... Either way, there are ways that don't rely on having a wiki with pictures to make it so simple that no-one will put effort into using the information provided.)
|
First,if you wont help then dont reply
Re: Anyone know? -
Kane - 18.01.2018
It's one of the burglary houses. Maybe in the 20s. Go through the interior list.
Re: Anyone know? -
blewert - 18.01.2018
Is it this one? We have the same teleport in our gamemode.
PHP код:
SetPlayerInterior(playerid, 7);
SetPlayerPos(playerid, 226.1118, 1024.4648, 1084.0078);
KyNe -
Sew_Sumi - 18.01.2018
Quote:
Originally Posted by KyNe
First,if you wont help then dont reply
|
Pretty sure I did help as the interior is highly likely to be listed in that txt file... Don't be all bitter just because I didn't hand you code to simply copy and paste.
Lest, if you'd searched, you'd have likely have found Spectres Hidden Interiors script, which also likely has the interior in it as well.
Re: Anyone know? -
chneubeul - 18.01.2018
Hello,
i use this site to check id of some stuffs :
http://weedarr.wikidot.com/
Re: Anyone know? -
KyNe - 19.01.2018
Quote:
Originally Posted by blewert
Is it this one? We have the same teleport in our gamemode.
PHP код:
SetPlayerInterior(playerid, 7);
SetPlayerPos(playerid, 226.1118, 1024.4648, 1084.0078);
|
Founded,Thanks