Thanks
Anyway iam having a problem with something else...
It doesnt set random bot...
PHP Code:
new Special_Bot[33]
public plugin_init()
{
register_event("HLTV", "event_new_round", "a", "1=0", "2=0")
}
public event_new_round()
{
set_task(2.0, "set_special_bot")
}
public set_special_bot()
{
new players[32], count
get_players(players, count, "adh")
if(count)
{
new iPlayer = players[random(count)]
Special_Bot[iPlayer] = true
set_user_health(iPlayer, 250)
}
}
Edit:
Having this problem:
Error: Number of arguments does not match definition on line 233
Line: TerminateRound( RoundEndType_TeamExtermination, TeamWinning_Ct )
Do i need use orpheu?
__________________