new Float: EURO = cs_get_money(id); //co tu mialo byc, kompiluje sie to wogóle?
new MONEY = cs_get_user_money(id);
csgo_add_money(id, EURO + 10.0);
cs_set_user_money(id, MONEY + 1200);
->
new Float: EURO = csgo_get_money(id);
new MONEY = cs_get_user_money(id);
csgo_add_money(id, EURO + 10.0);
cs_set_user_money(id, MONEY + 1200);
zamien, skompiluj i powiedz


Dodatki SourceMod






csgo_mod.amxx






