Interior
#1

Hi, I made a teleport to the interior, and when I signed the team flying between the heaven.
Here's the code:
Код:
if(!strcmp(cmdtext, "/game_save"))
  {
    SetPlayerPos(playerid, 2233.7468, -1165.6075, 1029.7969);
    SendClientMessage(playerid, 0x33AA33AA, "To back:/exit_save");
    return 1;
  }
My bad English
Reply
#2

Help, please :{
Reply
#3

You must take the player to the interior first:

pawn Код:
// add this before 'SetPlayerPos'.
SetPlayerInterior(playerid, interiorid); // change interiorid for the id of the interior you wanna take them to.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)