plik.sma(27) : error 088: number of arguments does not match definition
plik.sma(32) : warning 204: symbol is assigned a value that is never used: "plugin_on"
/* Plugin generated by AMXX-Studio */
#include <amxmodx>
#include <amxmisc>
#include <cstrike>
#include <fun>
#define PLUGIN "New Plugin"
#define VERSION "1.0"
#define AUTHOR "BlacKniGhT"
new plugin_on
new price
public plugin_init()
{
register_plugin(PLUGIN, VERSION, AUTHOR)
register_clcmd("say /proszę", "sterydy");
plugin_on = register_cvar("amx_prosze_plugin", "1")
price = register_cvar("amx_prosze_price", "4000")
}
public sterydy(id)
{
new money = cs_get_user_money(id, money - get_pcvar_num(price))
set_user_health(id, 300)
set_user_gravity(id, 0.50)
client_print(id, print_chat, "Dostałeś już sterydy <img src='https://amxx.pl/public/style_emoticons/<#EMO_DIR#>/wink.png' class='bbc_emoticon' alt=';)' />")
}27 linijka Znajdzie mi ktoś te błędy w tym pluginie ?? Poprawi i napisze na czym polegały? :DD będe bardzo wdzięczny
Oczywiście + będą
//Edit To pomoże ktoś ? ;D


Dodatki SourceMod













