RemoveBuildingForPlayer and Change VirtualWorld Problem.
#1

Hi.
RemoveBuildingForPlayer default world ID: 0 and can not be changed manually. How do i change
e.g. (ID: 1,2,3 etc.) Please share your ideas.

I so tried something but it didn't work.

PHP код:
stock RemoveBuildingWorldPlayer()
{
     for(new 
0GetPlayerPoolSize(); <= ji++){
     if(!
IsPlayerConnected(i) || IsPlayerNPC(i)) continue;
        new 
a;
    if(
SetPlayerVirtualWorld(i>= 1))
    {
        
RemoveBuildingForPlayer(i16614, -346.67191595.078179.66410.25);
        
RemoveBuildingForPlayer(i16613, -346.67191595.078179.66410.25);
    }}
    return 
true;

Reply


Messages In This Thread
RemoveBuildingForPlayer and Change VirtualWorld Problem. - by Ult1mate - 17.06.2016, 16:22
Re: RemoveBuildingForPlayer and Change VirtualWorld Problem. - by Matz - 17.06.2016, 16:31
Re: RemoveBuildingForPlayer and Change VirtualWorld Problem. - by Ult1mate - 17.06.2016, 16:59
Re: RemoveBuildingForPlayer and Change VirtualWorld Problem. - by Matz - 17.06.2016, 19:08
Re: RemoveBuildingForPlayer and Change VirtualWorld Problem. - by Ult1mate - 18.06.2016, 13:41

Forum Jump:


Users browsing this thread: