You are not logged in.
Hi
On N!tmod 2.1RC1 (2.6b server), I'm trying to create a custom command in order to switch between an only headshot mode and the classic aiming mode.
I've tested some commands but no one worked.
ex :
[command]
command = headshoton
exec = /set g_headshot 1
desc = only headshot
levels = 4 5 6
[command]
command = headshotoff
exec = /set g_headshot 0
desc = only headshot off
levels = 4 5 6
OR
[command]
command = headshoton
exec = /rcon **** set g_headshot 1
desc = only headshot
levels = 4 5 6
[command]
command = headshoton
exec = /rcon **** set g_headshot 1
desc = only headshot
levels = 4 5 6
I need some help to make it work, beacause it's a very usefull command for my server.
Thanks
Offline
Try:
[command]
command = headshoton
exec = g_headshot 1
desc = only headshot
levels = 4 5 6
[command]
command = headshotoff
exec = g_headshot 0
desc = only headshot off
levels = 4 5 6
Offline
It works perfectly.
Thanks WoL
Offline