16.10.2014, 11:29
If you mean an enter command use these
Or else give me more information on what you need help with.
Use an editor to get to the location then test it and use the save command ((/save)) then open the savedpositions and get the coords, use that and put it into the command.
This code will be making sure the player is at the entrance/exit
And this code will set the player to the new coords
This will set the players to a certain interiorid, make sure to use this function for default interiors or you will fall through the interior.
Or else give me more information on what you need help with.
Use an editor to get to the location then test it and use the save command ((/save)) then open the savedpositions and get the coords, use that and put it into the command.
Код:
IsPlayerInRangeOfPoint(playerid, Range, X, Y, Z);
Код:
SetPlayerPos(playerid, X, Y, Z);
Код:
SetPlayerInterior(playerid, interiorid);