CMD:setworld(playerid,params[]){ if(isnull(params)) return SendClientMessage(playerid,-1,"USAGE: /setworld <World ID>"); SetPlayerVirtualWorld(playerid,strval(params)); return 1;}