SA-MP Forums Archive
[HELP] Save anti-moneyhack!!! - 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: [HELP] Save anti-moneyhack!!! (/showthread.php?tid=498608)



[HELP] Save anti-moneyhack!!! - falco3205 - 04.03.2014

hello guys
I am creating a roleplay server and I should save the antimoneyhack but it gives me the following errors

PHP Code:
#include <moneyhax>
#include <moneyhax_FS>
dini_IntSet(path"Money"GivePlayerMonez(playerid));//160
dini_IntSet(path"Money"GivePlayerMonez(playerid));//953 
ERROR:
PHP Code:
C:\Users\Fabio Falcone\Desktop\OklaHoma City\gamemodes\gm.pwn(160) : warning 202number of arguments does not match definition
C
:\Users\Fabio Falcone\Desktop\OklaHoma City\gamemodes\gm.pwn(953) : warning 202number of arguments does not match definition
Pawn compiler 3.2.3664              Copyright 
(c1997-2006ITB CompuPhase
3 Warnings




Re: [HELP] Save anti-moneyhack!!! - HK - 04.03.2014

pawn Code:
dini_Int(path, "Money", GivePlayerMonez(playerid));//160

dini_Int(path, "Money", GivePlayerMonez(playerid));//953
Let me know if it work


Re: [HELP] Save anti-moneyhack!!! - falco3205 - 04.03.2014

Double Error!!

Quote:

C:\Users\Fabio Falcone\Desktop\OklaHoma City\gamemodes\gm.pwn(160) : warning 202: number of arguments does not match definition
C:\Users\Fabio Falcone\Desktop\OklaHoma City\gamemodes\gm.pwn(160) : warning 202: number of arguments does not match definition




Re: [HELP] Save anti-moneyhack!!! - HK - 04.03.2014

There's not errors, its warnings.


Re: [HELP] Save anti-moneyhack!!! - falco3205 - 04.03.2014

but server not start!!


Re: [HELP] Save anti-moneyhack!!! - falco3205 - 04.03.2014

PHP Code:
----------
Loaded log file"server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3z, (C)2005-2014 SA-MP Team
[12:40:37filterscripts ""  (string)
[
12:40:37
[
12:40:37Server Plugins
[12:40:37] --------------
[
12:40:37]  Loading pluginsscanf
[12:40:37]   Failed.
[
12:40:37]  Loaded 0 plugins.
[
12:40:37
[
12:40:37Ban list
[
12:40:37] --------
[
12:40:37]  Loadedsamp.ban
[12:40:37
[
12:40:37
[
12:40:37Filterscripts
[12:40:37] ---------------
[
12:40:37]   Loaded 0 filterscripts.
[
12:40:37Script[gamemodes/gm.amx]: Run time error 19"File or function is not found"
[12:40:37Number of vehicle models
the sscanf is present in server!!


Re: [HELP] Save anti-moneyhack!!! - KhaledElkhourashi - 04.03.2014

Update your plugins lol, Run time error 19 = No plugins loaded or found to start the server with it.

If it's needed.