freeroam/dm :o - 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: freeroam/dm :o (
/showthread.php?tid=502058)
freeroam/dm :o -
UfsDev - 22.03.2014
hello....... I type /dm and i see /Dm At freeroam too... i dont want like that.. /Dm Should no be in freeroam...................... hope u understand...
Re: freeroam/dm :o -
Equuuuin0X - 22.03.2014
Just remove the /dm command from the script if you want.
if you're talking about other's freeroam, it's not your choice to remove it or not...
Re: freeroam/dm :o -
Avi Raj - 22.03.2014
Just remove the command and compile the script.
Re: freeroam/dm :o -
UfsDev - 22.03.2014
LOL I Mean I See Deathmatch Objects in freeroam too.. btw how to remove
Re: freeroam/dm :o -
Avi Raj - 22.03.2014
Copy the mapping codes and import them in map editor.
And then gio to the place where the objects are.
Delete them and copy the codes and paste them in script.
Re: freeroam/dm :o -
Equuuuin0X - 22.03.2014
He asked if he can remove the objects, Avi.
Go to OnGameModeInIt();
You'll see tons of CreateObject or any other similiar with that, then delete them, done.
Re: freeroam/dm :o -
KilotD - 22.03.2014
You mean if you type /dm and you get TP'd to the DM location. - And you don't want people in freeroam to see the DM'ers, simply change the virtual world of the DM'ers so they're out in another world and the Freeroams are in another.
Re: freeroam/dm :o -
Equuuuin0X - 22.03.2014
Oh.
Add SetPlayerVirtualWorld(playerid, 5); and SetPlayerInterior(playerid, 5); on the command.
Re: freeroam/dm :o -
iThePunisher - 22.03.2014
Quote:
Originally Posted by Equuuuin0X
Oh.
Add SetPlayerVirtualWorld(playerid, 5); and SetPlayerInterior(playerid, 5); on the command.
|
Well if he do that objects just will be lost but that doesnt mean they will be deleted, so this can cause server lag
Re: freeroam/dm :o -
Equuuuin0X - 22.03.2014
That's what I was thinking about eh.. atleast after I understood what he wants.