Map VirtualWorlds
#1

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
Reply
#2

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
}
Reply
#3

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.
Reply
#4

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.)
Reply
#5

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)
Reply
#6

Resolved..


Sorry!!!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)