Questions.
#10

Quote:
Originally Posted by TLN
Посмотреть сообщение
Hm, didn't check your code properly, will try that.

EDIT
Same problem.
So you're currently detecting the virtual worlds differently, correct? (Make sure your not detecting if the player's virtual world is 1 in all of them.)

Examples of the way it should be:

Store 1.
pawn Код:
if(IsPlayerInRangeOfPoint(playerid, 3.0, 6.092340, -31.724231, 1003.549438) && GetPlayerVirtualWorld(playerid) == 1) // Store 1.
Store 2.
pawn Код:
if(IsPlayerInRangeOfPoint(playerid, 3.0, 6.092340, -31.724231, 1003.549438) && GetPlayerVirtualWorld(playerid) == 2) // Store 2.
If that's correct, make sure your not setting the players to the same cords with SetPlayerPos in every store exit.
Reply


Messages In This Thread
Questions. - by TLN - 01.03.2014, 23:09
Re: Questions. - by Kar - 01.03.2014, 23:13
Re: Questions. - by TLN - 01.03.2014, 23:14
Re: Questions. - by Vince - 01.03.2014, 23:48
Re: Questions. - by TLN - 01.03.2014, 23:49
Re: Questions. - by xser - 02.03.2014, 01:49
Re: Questions. - by TLN - 02.03.2014, 01:54
Re: Questions. - by xser - 02.03.2014, 01:58
Re: Questions. - by TLN - 02.03.2014, 01:59
Re: Questions. - by xser - 02.03.2014, 02:11

Forum Jump:


Users browsing this thread: 1 Guest(s)