10.09.2018, 20:35
Quote:
PHP Code:
Not tested. |
Code:
public OnPlayerSpawn(playerid) { new str[128]; new vw = GetPlayerVirtualWorld(playerid); format(str, sizeof(str),"Virtual world is %d", vw); SendClientMessage(playerid, -1, str); return 1; }
"Virtual world is 0"
I'm getting really confused as to why actors are not spawning..