Objects different world
#3

Replace the last parameter ...

Ex:
pawn Код:
CreateDynamicObject(5333,3203.70000000,-772.20000000,18.80000000,0.00000000,0.00000000,355.00000000, -1);
pawn Код:
CreateDynamicObject(5333,3203.70000000,-772.20000000,18.80000000,0.00000000,0.00000000,355.00000000, 2);// Virtual world = 2
pawn Код:
if(!strcmp(cmdtext, "/adminarea", true))
{
    SetPlayerPos(x, y, z); //ls airport only for admins
    SetPlayerVirtualWorld(playerid, 2); // Vw = 2
    return true;
}
Reply


Messages In This Thread
Objects different world - by Pro_Scriptor - 16.07.2012, 13:34
Re: Objects different world - by newbienoob - 16.07.2012, 13:37
Re: Objects different world - by ViniBorn - 16.07.2012, 13:37
Re: Objects different world - by Pro_Scriptor - 16.07.2012, 13:42

Forum Jump:


Users browsing this thread: 1 Guest(s)