Help MoneyCheat
#1

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!
Reply
#2

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

I Dont Know How I Should Check It?
Reply
#4

Who Can Help? HMmmMmmmmMmmm
Reply
#5

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

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

Post your version of this code.

Post your OnPlayerConnect and other functions.
Reply
#8

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
Reply
#9

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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)