[HELP] About Money Hack +Rep 1 !!!
#4

You need to convert all GivePlayerMoney to GivePlayerCash first thing you must to do
is Create new stock , not only giveplayercash you can change it to all what you want like
BeriPlayerUang or GivePlayerDollars like what you want

Quote:

stock GivePlayerCash(playerid, money)
{
SetPVarInt(playerid, "Cash", GetPVarInt(playerid, "Cash")+money);
GivePlayerMoney(playerid, money);
return 1;
}

After this you must convert all GivePlayerMoney to GivePlayerCash , You can use replace for it

SetPVarInt(playerid, "Cash", GetPVarInt(playerid, "Cash")+money); << This for your variable , if your variable is money or dollar change "Cash" to Money or Dollar , Sorry for my bad english CMIIW

if you want fast replace

find GivePlayerMoney(playerid,
replace with GivePlayerCash(playerid, after it apply to all script what you got, sorry for my bad english iam indonesian
Reply


Messages In This Thread
[HELP] About Money Hack +Rep 1 !!! - by VenomMancer - 28.09.2013, 05:34
Re: [HELP] About Money Hack +Rep 1 !!! - by zrelly - 28.09.2013, 05:38
Re: [HELP] About Money Hack +Rep 1 !!! - by SAMProductions - 28.09.2013, 07:28
Re: [HELP] About Money Hack +Rep 1 !!! - by HolyScripter - 16.10.2013, 16:05
Re: [HELP] About Money Hack +Rep 1 !!! - by Blademaster680 - 17.10.2013, 09:18
Re: [HELP] About Money Hack +Rep 1 !!! - by VenomMancer - 18.10.2013, 16:28

Forum Jump:


Users browsing this thread: 1 Guest(s)