How do i use the game_player_equip entit Created 11 years ago2012-10-30 18:57:04 UTC by Raigon Raigon

Created 11 years ago2012-10-30 18:57:04 UTC by Raigon Raigon

Posted 11 years ago2012-10-30 18:57:04 UTC Post #310670
Hi!

I am having trouble getting the game_player_equip entity to trigger for only terrorists or only counter-terrorists in the new CS: Global Offensive SDK.

As for now i can make all players spawn with exactly the same weapon setup but i need to have them spawn with ak47 for terrorists and m4a1 for counter-terrorist.

Is there any good way to trigger it? I can't seem to find any trigger entities in the list.

Thanks
Posted 11 years ago2012-11-06 12:15:25 UTC Post #310819
Does game_player_equip have a filtername think? If it does - try with the team filter. That way you'll need 2 game_player_equip entities and 2 filters. Trigger the game_player_equip entities using different entity, that is triggered at the start of each round. Hope this helps.
You must be logged in to post a response.