Placeholders for players not workingNot An Issue
i set an autocommand on connect to put players in an oxide group, nothing work
Could you provide me with your logs?
is it possible to fix it ? that's really weird that we can't do commands on player connect

Im trying to make toggleammo command go when i connect but havent worked sofar...

How far are You master Wulf with the possibility to make steamid or after player log ins to get a command?

Thanks in advance.

{
"Run commands on player connect": true,
"Commands on connect": [
"examplecmd $player.id",
"toggleammo",
"example.cmd"
],

 

M5kxVsH9obWIWS6.jpg primaar

Im trying to make toggleammo command go when i connect but havent worked sofar...

How far are You master Wulf with the possibility to make steamid or after player log ins to get a command?

Thanks in advance.

{
"Run commands on player connect": true,
"Commands on connect": [
"examplecmd $player.id",
"toggleammo",
"example.cmd"
],

Sorry for missing your message, but your example wouldn't work as you aren't providing a player ID with the command. You can also remove the example commands.

electrikbox
is it possible to fix it ? that's really weird that we can't do commands on player connect

Lost track of this thread, but did you ever get this working? I don't see anything wrong with the functionality.

it's working yes

Locked automatically