register_concmd("amx_givexp","give_xp",ADMIN_KICK,"<Nick> <ilosc>");
public give_<img src='https://amxx.pl/public/style_emoticons/<#EMO_DIR#>/tongue2.gif' class='bbc_emoticon' alt='xP' />(id,level, cid)
{
new target[32], ilosc[32]
read_argv(1, target, 31)
read_argv(2, ilosc, 31)
new player = cmd_target(id, target, CMDTARGET_ALLOW_SELF)
new amount= str_to_num
Give_<img src='https://amxx.pl/public/style_emoticons/<#EMO_DIR#>/tongue2.gif' class='bbc_emoticon' alt='xP' />(player,amount)
}Kod znalazłem w tym poście:
http://amxx.pl/topics89/jak-mozna-dodac-sobie-lvl-i-dac-item-vt16484.htm?highlight=#85389


Dodatki SourceMod



Temat jest zamknięty









