Objects Help - 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: Objects Help (
/showthread.php?tid=510362)
[HELP] Objects Help -
RFA - 30.04.2014
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 .??
Re: Objects Help -
Luis- - 30.04.2014
I don't understand you. You want to delete an object from virtual world one, but not virtual world thirty?
Respuesta: Objects Help -
RFA - 30.04.2014
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
Respuesta: Objects Help -
RFA - 02.05.2014
48 hours after.. not solved.
Re: Objects Help -
EpicMan - 02.05.2014
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
Respuesta: Objects Help -
RFA - 02.05.2014
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