i have 3 questions
1 i have a shop with points and i want that if player that didnt was in the server will get x points i mean if he is not in the nvault
2 i build this code
PHP Code:
new armor = get_user_armor(victim);
new health = get_user_health(victim);
new szName[32];
get_user_name(victim,szName,31)
if(armor && cs_get_user_team(attacker) == CS_TEAM_T && DayActive)
{
set_hudmessage(255, 0, 0, 0.01, 0.29, 0, 6.0, 12.0)
show_hudmessage(attacker, "Name: %s^nHealth: %d^nArmor: %d", szName, health, armor)
}
else if(cs_get_user_team(attacker) == CS_TEAM_T && DayActive)
{
set_hudmessage(255, 0, 0, 0.01, 0.29, 0, 6.0, 12.0)
show_hudmessage(attacker, "Name: %s^nHealth: %d", szName, health)
}
}
its with ham take dmg and there is 1 thing i dont know how to do when i hit hemm its shows hes health but not the health with the -health i hited hemm how can i cout it to?
3 i have an jailbreak lr and i want if there is 1 terror and only 1 ct left and the terror won the duel so it will do alot of rings to hemm
thaks for who ever helps