I am making a counter strike map, and I need help on my triggers.
I am making it so that when the game starts you get the buy weapons through the dialog button. These are my triggers:
Events:
A button is clicked for Pistolscreen
Conditions:
Clicked button equal to USP
Actions:
Create 1 pistolct for player1 center of CTSPAWN
Create USP and give it to last created unit.
My problem is that my map is 6v6 but when another player clicks the button, it will create only the unit for player 1. But I cant find a action where it creates the unit for the player that clicks it, but I dont want to make the triggers for everyone. |