A weird bug with my aleave command
#1

Код:
CMD:aleave(playerid, params[])
{
   if(InArena1[playerid] == 1)
   {
    SetPlayerInterior(playerid, 0);
    SetPlayerVirtualWorld(playerid, 0);
    SendClientMessage(playerid, -1, "{EFB509}(INFO) You have left arena1!");
    SpawnPlayer(playerid);
   }
   else
   {
	  SendClientMessage(playerid, -1, "{c3c3c3}(INFO) You're not in the arena!");
   }
   return 1;
}
.

When I use that command, Instead of spawning, It spawns me at the sky somewhere far, Why so?
Reply


Messages In This Thread
A weird bug with my aleave command - by ivndosos - 26.01.2018, 18:12
Re: A weird bug with my aleave command - by RowdyrideR - 26.01.2018, 18:25
Re: A weird bug with my aleave command - by ivndosos - 26.01.2018, 18:31
Re: A weird bug with my aleave command - by rfr - 26.01.2018, 18:45
Re: A weird bug with my aleave command - by ivndosos - 26.01.2018, 18:51

Forum Jump:


Users browsing this thread: 1 Guest(s)