Jump to content

Help


Hans
Go to solution Solved by TheSilencerPL,

Recommended Posts

Hi.

How I can take another gun example medic taking ppsh. I mean command for this.

And how i can disable activate mines on teammates.

My lua files dont read by console i've error  that lua can't be loaded

Thanks

Edited by Hans
Link to comment
Share on other sites

  • Management
  • Solution

How I c

 

How I can take another gun example medic taking ppsh. I mean command for this.

http://mygamingtalk.com/wiki/index.php/Silent_Mod_Server_Cvar#g_mode

flag 8

 

 

And how i can disable activate mines on teammates.

http://mygamingtalk.com/wiki/index.php/Silent_Mod_Server_Cvar#g_friendlyFireOpts

flag 4

additionally you could add flag 32 too.

Link to comment
Share on other sites

medic with ppsh is terrible :D

it would be safer to use all weapon pickup via a custom command available to high admins

 

[command]
command  = allweappickup
exec     = set g_mode 8
desc     = pickup all weapons
syntax   = 
levels   = ....
 
[command]
command  = allweappickupoff
exec     = set g_mode 0
desc     = turn off (pickup all weapons)
syntax   = 
levels   = ....
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...