Falling from the sky[SetPlayerPos]
#1

Hello people.


I am having annoying problem when i stand on the checkpoint i suppose to teleport to ammonation but instead

I'm falling in the sky and yes i have tried to set the pos little higher and the second problem

That it gives me a dialog of weapons but it's not suppose to give me only when i go inside the ammonation and stand on the checkpoint that suppose to give me the dialog

Anyways. Here is my code

Код:
public OnPlayerEnterCheckpoint(playerid)
{
    if(IsPlayerInRangeOfPoint(playerid, 5, 2400.4871,-1981.3549,13.5469))
    {
	  SetPlayerPos(playerid, 316.6255,-168.4557,999.9716);
	  SetPlayerCheckpoint(playerid, 311.8095,-165.7344,999.6010,181.4448);
    }
    if(IsPlayerInCheckpoint(playerid))
    {
	  ShowPlayerDialog(playerid, 1, DIALOG_STYLE_LIST, "Choose your weapon", "Deagle\nShotgun\nSniper\nM4\nMP5\nCombat\nGrenade\nTec9", "Purchase", "Exit");
	}
	return 1;
}
And please when you fix it please explain how'd you did it.

Thanks.
Reply


Messages In This Thread
Falling from the sky[SetPlayerPos] - by Glossy42O - 20.11.2014, 15:45
Re: Falling from the sky[SetPlayerPos] - by Tamer - 20.11.2014, 15:46
Re: Falling from the sky[SetPlayerPos] - by Glossy42O - 20.11.2014, 15:47
Re: Falling from the sky[SetPlayerPos] - by Glossy42O - 20.11.2014, 15:52
Re: Falling from the sky[SetPlayerPos] - by GGRoleplay - 20.11.2014, 15:59
Re: Falling from the sky[SetPlayerPos] - by Glossy42O - 20.11.2014, 16:01
Re: Falling from the sky[SetPlayerPos] - by Rdx - 20.11.2014, 17:49
Re: Falling from the sky[SetPlayerPos] - by Glossy42O - 20.11.2014, 17:56
Re: Falling from the sky[SetPlayerPos] - by Rdx - 20.11.2014, 18:03
Re: Falling from the sky[SetPlayerPos] - by Glossy42O - 20.11.2014, 18:16

Forum Jump:


Users browsing this thread: 3 Guest(s)