SA-MP Forums Archive
Help MoneyCheat - 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 MoneyCheat (/showthread.php?tid=536379)



Help Me For AntiMoney Hacks - Ramin - 09.09.2014

Who One Can Help Me?
I Have Problem For MoneyHacks Im Added AntiMoney Hack In My Gamemode And All dose Not Works
I Dont Know When I Add Anti Money Cheats Why Player Join To Server His Money Set To Zero

https://sampforum.blast.hk/showthread.php?tid=71136

Im Added This But not Fixed!


Re: Help MoneyCheat - Stinged - 09.09.2014

Are you saving the cash array inside a file or a database?


Re: Help MoneyCheat - Ramin - 09.09.2014

I Dont Know How I Should Check It?


Re: Help MoneyCheat - Ramin - 09.09.2014

Who Can Help? HMmmMmmmmMmmm


Re: Help MoneyCheat - AroseKhanNiazi - 09.09.2014

see some tutorial they are way easy and have the perfect anti money hack


Re: Help MoneyCheat - Ramin - 09.09.2014

Man What Are You Saying Im Said My Server Is Bug All Anti Cheat Dose Not Work Help Me For This


Re: Help MoneyCheat - Padevex - 09.09.2014

Post your version of this code.

Post your OnPlayerConnect and other functions.


Re: Help MoneyCheat - Ramin - 09.09.2014

public OnPlayerConnect(playerid)
{
GameTextForPlayer(playerid,"SCM",5000,4);
SendClientMessage(playerid,COLOR_WHITE,"SCM"); // Welcome message
SendClientMessage(playerid,COLOR_YELLOW,"SCM");
new string[64], pName[MAX_PLAYER_NAME];
GetPlayerName(playerid,pName,MAX_PLAYER_NAME);
format(string,sizeof string,"%s has joined the server.",pName);
SendClientMessageToAll(0xFFFFFFAA,string);
if(fexist(UserPath(playerid)))
{
INI_ParseFile(UserPath(playerid), "LoadUser_%s", .bExtra = true, .extra = playerid);
ShowPlayerDialog(playerid, DIALOG_LOGIN, DIALOG_STYLE_INPUT,""COL_WHITE"Login",""COL_WHITE" Type your password below to login.","Login","Quit");
}
else
{
ShowPlayerDialog(playerid, DIALOG_REGISTER, DIALOG_STYLE_INPUT,""COL_WHITE"Registering...",""C OL_WHITE"Type your password below to register a new account.","Register","Quit");
}
return 1;
}


+ Rep Fot Fix My PRoblem


Re: Help MoneyCheat - AroseKhanNiazi - 10.09.2014

Quote:
Originally Posted by Padevex
Посмотреть сообщение
Post your version of this code.

Post your OnPlayerConnect and other functions.
why you need it -_-

+ see this for what you asked
https://sampforum.blast.hk/showthread.php?tid=189607
https://sampforum.blast.hk/showthread.php?tid=292898