17.06.2015, 03:30
Thats because the Virtual World is the same for you and for theother player. You can use something like this:
This will set the player's world to its id plus 500. I mean if one player is with ID 45 the virtual world should be ID 545.
Код:
SetPlayerVirtualWorld(playerid, playerid + 500);