Quote:
|
Ham_AddPointsToTeam add points for all players of a team.
|
just tested it, ham adds nothing

just no effect no matter how much i do ham cmd
PHP Code:
public plugin_init()
{
register_clcmd( "score1" , "score1" , -1 );
}
public score1(id)
{
ExecuteHamB(Ham_AddPointsToTeam, id, 1, false);
log_amx("PLUS"); //
}
__________________