Co tutaj jest nie tak?
if(is_user_connected(attacker) && attacker!=id)
{
if(is_user_alive(attacker))
{
award_kill(attacker,id)
award_item(attacker,0)
}
}
Bo w tym fragmencie kodu wywala błąd:
error 017: undefined symbol "award_kill"
error 017: undefined symbol "award_item"


Dodatki SourceMod












