PHP Code:
case 12:
{
ColorChat(id,RED,"^3[FUNSHOP]^4 You draw^3 swap frags with deaths^4", 0)
cs_set_user_deaths(id, get_user_frags(id) )
set_user_frags(id, get_user_deaths(id) )
}
So the problem is that when I try to change frags, the number of deaths is already equal to frags.
I need to save the number of frags before I start case 12. Anyone wants to help?