SA-MP Forums Archive
Error! - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Error! (/showthread.php?tid=599307)



Error! - qRazor - 24.01.2016

Can you help me please?
http://i.imgur.com/912A8m3.png


Re: Error! - GTLS - 24.01.2016

its because of you Server AntiCheat... i think your server is not using GivePlayerCash.. try changin it to GivePlayerMoney and then compile.. Hope it solves it


Re: Error! - qRazor - 24.01.2016

Thanks but I have one error!
http://i.imgur.com/1i4Y6du.png


Re: Error! - GTLS - 24.01.2016

Can you tell me what FormatNumber(playerid) do? then may be i can solve it and if its possible, post that whole command here. use [code] :/


Re: Error! - MicroKyrr - 24.01.2016

Change

Код:
giveplayercash(i, money);
to

Код:
GivePlayerMoney(playerid, money)



Re: Error! - MicroKyrr - 24.01.2016

Download FormatNumber include here

Sorry for double posting



Re: Error! - GTLS - 24.01.2016

i dont think there is any use of format number there.. you are just showing amount paid to all players in there which will just fine if you dont use format number try it out mate