Witajcie w konsoli wyświetla mi się takie coś "Run time error 10: native error (native "cs_get_user_money")" jak temu zapobiegnąć ? Błąd mnie irytuje, wszystko działa jak należy
)
{
new mojakasa = cs_get_user_money(id);
if(has_flags(id, VIP))
{
if(mojakasa > 16000){
client_print(id, print_chat, "[1]");
}
else
{
client_print(id, print_chat, "[2]");
cs_set_user_money(id, mojakasa+1000);
}
}
return PLUGIN_HANDLED
}


Dodatki SourceMod




Temat jest zamknięty









