26.04.2018, 14:10
Hey!
I wanna do something like
but that "empty" would represent a random world which is empty. and this would work for all players who spawn
I wanna do something like
Quote:
public OnPlayerSpawn(playerid) { SetPlayerVirtualWorld(playerid, empty); return 1; } |