Posts: 1,578
Threads: 15
Joined: Feb 2013
Reputation:
0
Are you saving the cash array inside a file or a database?
Posts: 76
Threads: 17
Joined: Aug 2014
Reputation:
0
I Dont Know How I Should Check It?
Posts: 76
Threads: 17
Joined: Aug 2014
Reputation:
0
Who Can Help? HMmmMmmmmMmmm
Posts: 1,349
Threads: 194
Joined: Jan 2014
Reputation:
0
see some tutorial they are way easy and have the perfect anti money hack
Posts: 76
Threads: 17
Joined: Aug 2014
Reputation:
0
Man What Are You Saying Im Said My Server Is Bug All Anti Cheat Dose Not Work Help Me For This
Posts: 10
Threads: 0
Joined: Dec 2013
Reputation:
0
Post your version of this code.
Post your OnPlayerConnect and other functions.
Posts: 76
Threads: 17
Joined: Aug 2014
Reputation:
0
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