Quote from: GTA-Cheng on Aug 12, 2020, 02:40 PMHello, how do robots work in other worlds?i think you are trying to set bot's world, just find bot with FindPlayer then set his world
example,
Code Select
if ( cmd == "changeworld" )
{
local plr = FindPlayer(Your ro-bots' nick or id);
plr.World = 512;
}




