SA-MP Forums Archive
Map VirtualWorlds - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Map VirtualWorlds (/showthread.php?tid=478692)



Delete Please! - SeV_ - 30.11.2013

Hey Broґs.


I Still Making a MultiMode Server.

i Load Objects with Filterscripts.

Each map is a FilterScript.

Exemple:

A51 Map = DM_1.amx = VIRTUALWORLD 1;
Kill_In_Cassino = DM_2.amx = VIRTUALWORLD 3;

How do I create a VirtualWorld objects for each filterscript. And when to set another map. not destroy other maps filterscripts


Sry for my Very bad English


ENGLISH R.i.P


Re: Map VirtualWorlds - Mitchy - 30.11.2013

Something like this?: (this is completely untested and it is only something I would believe be the case.)

pawn Код:
new vw = GetPlayerVirtualWorld(playerid);

if(vw == 312) // place ur virtual world number you would like the objects to be placed on
{
    load objects in here
}



Re: Map VirtualWorlds - SeV_ - 30.11.2013

No man. thx.


Problem is not to create the object. is delete it without deleting objects from other assets filterscripts.

for example. I have 3 filterscripts connected.

But just want to delete maps from filterscript 2.



Re: Map VirtualWorlds - Mitchy - 30.11.2013

You could use RCON commands to Stop and start the filterscript I believe. Meaning that if you stop for example

Filterscript_1.amx, Filterscript_2.amx would still be running. And the reverse. (Filterscript_1 is stopped, rcon command can re-execute it.)


Re: Map VirtualWorlds - SeV_ - 30.11.2013

yeah. i use this.

but. i need delete objects from Filterscript_1.amx without deleting the rest.


help: Turning off filterscript he already excluded automatically? (I've never tested)


Re: Map VirtualWorlds - SeV_ - 30.11.2013

Resolved..


Sorry!!!