←  Szukam pluginu

AMXX.pl: Support AMX Mod X i SourceMod

»

Zmiana napisy kto wygrał rundę

Locked

  • +
  • -
Death_Player's Photo Death_Player 10.12.2010

Szukam pluginu który zmienia nazwę standardowego "Counter Terrorist win" i "Terrorist Win" na coś innego.
Quote

  • +
  • -
Maussanti's Photo Maussanti 10.12.2010


#include <amxmodx>
#include <amxmisc>
#include <colorchat>


public plugin_init() {


register_event("SendAudio", "t_win", "a", "2&%!MRAD_terwin")
register_event("SendAudio", "ct_win", "a", "2&%!MRAD_ctwin")

}



public ct_win()
{
ColorChat(id,GREEN," Runde wygrala druzyna^x03 Anty Terrorystow.")


}
public t_win()
{
ColorChat(id,GREEN," Runde wygrala druzyna ^x03 Terrorystow.")

}




Jest to kod by G[o]Q

Sprawdź czy działa!
Edited by Maussanti, 10.12.2010 21:06.
Quote
Locked