Hey Guys Im not sure if this will work so i need help.
PHP Code:
public ham_zombie_knife(id)
{
if(cs_get_user_team(id) == CS_TEAM_CT && is_user_alive(id) )
{
if (PlayerLevel[id] == 1)
{
SetHamParamFloat(4, 1.0)
}
if (PlayerLevel[id] == 2)
{
SetHamParamFloat(4, 1.1)
}
if (PlayerLevel[id] == 3)
{
SetHamParamFloat(4, 1.2)
}
if (PlayerLevel[id] == 4)
{
SetHamParamFloat(4, 1.3)
}
}
}
__________________