Where is this ? - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Where is this ? (
/showthread.php?tid=211177)
Where is this ? -
Michael@Belgium - 14.01.2011
hll everybody, my question is: What interior id is this ?
I want to move to this arena for my derby server ...
Re: Where is this ? -
JaTochNietDan - 14.01.2011
pawn Код:
SetPlayerPos(playerid,-1401.8794,932.6443,1041.5313);
SetPlayerInterior(playerid,15);
Should get you there, taken from my old gamemode
Re: Where is this ? -
Michael@Belgium - 14.01.2011
Quote:
Originally Posted by JaTochNietDan
pawn Код:
SetPlayerPos(playerid,-1401.8794,932.6443,1041.5313); SetPlayerInterior(playerid,15);
Should get you there, taken from my old gamemode 
|
Yeah, im there

but you know where it is located, i want to edit the ... map ^^
Re: Where is this ? -
JaTochNietDan - 14.01.2011
Well I don't know how you would actually get there using a map editor
If you were using JernejL's map editor, you could try setting your position to that. But I don't know if his map editor supports interiors!
Re: Where is this ? -
Michael@Belgium - 14.01.2011
Quote:
Originally Posted by JaTochNietDan
Well I don't know how you would actually get there using a map editor
If you were using JernejL's map editor, you could try setting your position to that. But I don't know if his map editor supports interiors!
|
yeah, ok im going to look soon ^^ ty btw
Re: Where is this ? -
Michael@Belgium - 15.01.2011
Quote:
Originally Posted by JaTochNietDan
Well I don't know how you would actually get there using a map editor
If you were using JernejL's map editor, you could try setting your position to that. But I don't know if his map editor supports interiors!
|
Aa, another question ;pp You've had a derby server ?! So did you have something if one person wins, then it says: "<playername> has win ! "
pawn Код:
GetPlayerName( ... );
SendClientMessage(playerid, COLOR_GREEN, " <playername> is the winner !"); //or something ... :p
// OR
GameTextForPlayer(playerid, "<playername> is the winner !" , 3, 4);
You understand

?