25.10.2018, 09:32
Quote:
You can do something like this,
Code:
new vw = 1: SetPlayerVirtualWorld(playerid, vw):// here vw of the 1st player joining will be 1 vw++: //after he enters to the world we make the vw 2 then the next player joining will be vw2 Gimme a rep if it was helpful |
Here's what you can do.
Code:
SetPlayerVirtualWorld(playerid, playerid);