Mod'a używam: http://amxx.pl/topic...od-20-jiggmode/
public eDeath()
{
new attacker = read_data( 1 );
new ofiara = read_data( 2 );
if(ofiara != attacker && attacker != 0)
{
if(get_user_team(attacker) == get_user_team(ofiara))
{
zabil_swojego[attacker] = true;
set_user_frags(attacker,get_user_frags(attacker)+1)
}
PlayerXP[attacker] += xp_kill;
UstawCzas(attacker,20,1)
set_hudmessage(255, 212, 0, 0.50, 0.33, 1, 6.0, 4.0);
ShowSyncHudMsg(attacker, SyncHudObj2, "+%i", xp_kill);
return PLUGIN_CONTINUE;
}
return PLUGIN_CONTINUE;
}


Dodatki SourceMod







SawMod_2-23.amxx






