07/03/2021 08:27 
	
	
	
		Fiz de duas formas, modificando somente o parâmetro interiorid e não foi, e também modifiquei os três parâmetros e também não foi.
	
	
	
	
Código PHP:
CMD:mundao(playerid)
{
    SetPlayerVirtualWorld(playerid, 19);
    SetPlayerPos(playerid, 1323.6721,1548.1473,14.8716);
    return 1;
}
public OnGameModeInit()
{
    CreateDynamicObject(19376, 1332.849487, 1555.820556, 9.820312, 0.000000, 0.000000, 0.000000, 19, 19, 19, 300.00, 300.00);
    return 1;
} 
