04.02.2010, 20:27
I wanna find a interior for my house. How do I find interiors with their ids and coords with MapEditor?
Originally Posted by ee100
I wanna find a interior for my house. How do I find interiors with their ids and coords with MapEditor?
|
Originally Posted by ee100
I can do /interior.. but I still need coords..
|
Originally Posted by Fedee!
Quote:
|
OnPlayerText(playerid, text[])
{
if(strcmp(text, "takeme", true) == 0)
{
SetPlayerInterior(playerid, 5);
SetPlayerPos(playerid, 246.1914, 1112.5812, 1085.0160);
SendClientMessage(playerid, COLOR, "Is this the interior you wanted to see?");
return 0;
}
return 1;
}