Author Topic: I need some mods, do they exist?  (Read 805 times)

I had an idea for a Gang war city build, but I need some event mods that I don't have.
Brace yourselves. Events only.

Change clantags
Change clantag color
Respawn a single player without resetting minigame
A way to save materials (VCE wise)
A way to change player clothe color.
A way to jail players (almost positive this exists)

If/As I find any more, I will post them.

If this is doable with VCE or any other basic events, please give me the line.
If any of these were created and failed, dont bother posting them.
I know several of these exist.
Please give me the link to the forumpage or RTB page if you find any.
All help is appreciated.

Go?

Change clantagsAlready made
Change clantag colorNot made yet. Probobly possible.
Respawn a single player without resetting minigameConsole
A way to save materials (VCE wise)EASY
A way to change player clothe color.Bot event, EditAppearance
A way to jail players (almost positive this exists)JailMod

Thanks for that, but you didnt really explain much, but at least now I know they all exist.
Please elaborate on the Player respawn and material save.
« Last Edit: January 09, 2011, 07:23:27 PM by Skyfrost »


Thanks for that, but you didnt really explain much, but at least now I know they all exist.
Please elaborate on the Player respawn and material save.

For the Player respawn he means, in the console use this code:
Code: [Select]
findClientByName("Player").player.instantRespawn();

For the Player respawn he means, in the console use this code:
Code: [Select]
findClientByName("Player").player.instantRespawn();
Maybe somebody could make that code into an event

Maybe somebody could make that code into an event
Client -> instantRespawn
Unless that was removed due to abuse.

For the Player respawn he means, in the console use this code:
Code: [Select]
findClientByName("Player").player.instantRespawn();
Code: [Select]
FindClientByBL_ID("ID").instantrespawn();Would work too, I believe.

Code: [Select]
FindClientByBL_ID("ID").instantrespawn();Would work too, I believe.
If BL_ID works, then it should. I just have never tried using that part-command.