Objects Help
#1

I Use Streamer Plugin with CreateDynamicObjectEx.

i create objects in virtualworlds to each minigame in my gamemode,

How to delete a object in virtualworld 1, with no delete object in virtualworld 30 .??
Reply
#2

I don't understand you. You want to delete an object from virtual world one, but not virtual world thirty?
Reply
#3

Exact. i Have 4 minimodes.

Mode | Virtualworld
WAR = 1
MINIGUNWAR = 2
Race = 3..50
Stunt = 54

i use random maps bro, i need change new maps after a time, without delete objects in other games.!

an example: ARRIBA, NewDawn TDM
Reply
#4

48 hours after.. not solved.
Reply
#5

Can i see your script pm me it ill try to fix it because its too hard to fix if i cant see the script
Reply
#6

see script? for what?

"i use random maps bro, i need change new maps after a time, without delete objects in other games.!"

i need delete objects from WAR MINIGAME without Delete objetcs in RACE MODE.


Example:

if(GetObjectVirtualworld(objectid) == 1 ){
DestroyModeObject(objectid);
}


I Use a XML .map loader, and CreateDynamicObjectEx
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)