public eventRoundEnd( id ) { if(is_user_alive(id)) { new XPtoGive = 400 // Change amount of XP ColorChat(id,"You have received %s for surviving the round", XPtoGive); iXp[id]+= XPtoGive
} }
To:
PHP Code:
public eventRoundEnd( id ) { if(is_user_alive(id)) { ColorChat(id,"You have received 400 for surviving the round"); iXp[id]+= 400