HelpMake clients shoot every 5 seconds

Posts 13 of 3 · Page 1 of 1
Make clients shoot every 5 seconds
Hi all,
I am search a way to make clients shoot every 5 seconds.
Like that
Code:
foreach(player in level.players)
{
player doCommand("+attack");
wait 1;
player doCommand("-attack");
wait 5;
}
But doCommand doesn't exist.
Does someone know how to do it ?
Thanks
Use +actionslot not command.
I don't want to know when a button is pressed but to the game send to the console +attack.
Posts 13 of 3 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?