Posts: 252
Threads: 79
Joined: Feb 2014
Reputation:
0
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...
Posts: 341
Threads: 28
Joined: Jan 2014
Reputation:
0
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...
Posts: 772
Threads: 79
Joined: Dec 2012
Just remove the command and compile the script.
Posts: 252
Threads: 79
Joined: Feb 2014
Reputation:
0
LOL I Mean I See Deathmatch Objects in freeroam too.. btw how to remove
Posts: 772
Threads: 79
Joined: Dec 2012
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.
Posts: 341
Threads: 28
Joined: Jan 2014
Reputation:
0
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.
Posts: 50
Threads: 11
Joined: Mar 2014
Reputation:
0
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.
Posts: 341
Threads: 28
Joined: Jan 2014
Reputation:
0
Oh.
Add SetPlayerVirtualWorld(playerid, 5); and SetPlayerInterior(playerid, 5); on the command.
Posts: 341
Threads: 28
Joined: Jan 2014
Reputation:
0
That's what I was thinking about eh.. atleast after I understood what he wants.