Godfather
#1

How do I take a script, such as the godfather, make it so you cant hack money?
Reply
#2

put this under OnPlayerUpdate....

Quote:

if(GetPlayerMoney(playerid) != PlayerInfo[playerid][pCash])
{
ResetPlayerMoney(playerid);
GivePlayerMoney(playerid,PlayerInfo[i][pCash]);
}

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)