VirtualWorld for object ?
#1

Hello, is there any way to set a virtual world for object ?
I saw Incognito's streamer, but there is no function for setvirtualworld for object.
Reply
#2

AFAIK no, but you can do something like this:
pawn Код:
for(new i = 0; i < MAX_PLAYERS; i++)
{
    if( (IsPlayerConnected(i)) && (GetPlayerVirtualWorld(i) == /*idk*/) )
    {
        CreatePlayerObject(i,modelid, Float:X, Float:Y, Float:Z, Float:rX, Float:rY, Float:rZ, Float:DrawDistance = 0.0);
    }
}
Reply
#3

Is there otherwise or not ?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)