View Single Post
EpicMonkey
buttmonkey
Join Date: Feb 2012
Old 04-14-2016 , 12:30   Re: [REQ] freequips with freeguns too
Reply With Quote #3

Quote:
Originally Posted by EFFx View Post
Add
PHP Code:
if(get_user_team(id) == 1)
{
give_item(id,"weapon_ak47")
cs_set_user_bpammo(idCSW_AK47,90)
}
else if(
get_user_team(id) == 2)
{
give_item(id,"weapon_m4a1")
cs_set_user_bpammo(idCSW_M4A1,90)
cs_set_user_defuse(id,1)

Read through this: https://forums.alliedmods.net/showthread.php?t=42159, find round start there. You've missed it in another thread as well.
EpicMonkey is offline