22.09.2017, 10:37
Ok, so i was editing a CG:RP Script for my server. And i decided to remove the vehicle system of The CG:RP, and download MadeMan's AVS one, i have this one problem, i couldn't combine it with the script, cause CG:RP script uses an anti money cheat which is this:
What i was willing to do is just use his filterscript, but just change the code to GiveMoney, but can't cause its in a separate gamemode. I need help.
Код:
stock GiveMoney(playerid, money) { PlayerInfo[playerid][pCash] += money; ResetPlayerMoney(playerid); GivePlayerMoney(playerid, PlayerInfo[playerid][pCash]); return 1; }