22.05.2014, 12:08
Srry For +Post
i fixed the above stuff
i need help now with this
i have PPC_Trucking gm it has anti-money
i cant use the code RewardPlayer too errors
if (CollectedWage[playerid] <= 0) return SendClientMessage(playerid, COLOR_RED, "You don't have any wage earned yet!");
new string[80];
format(string,sizeof(string),"You have collected $%d", CollectedWage[playerid]);
SendClientMessage(playerid, COLOR_YELLOW, string);
RewardPlayer(playerid, CollectedWage[playerid]);
CollectedWage[playerid] = 0;
SavePlayerOrgInfo(playerid);
plz help.
i fixed the above stuff
i need help now with this
i have PPC_Trucking gm it has anti-money
i cant use the code RewardPlayer too errors
if (CollectedWage[playerid] <= 0) return SendClientMessage(playerid, COLOR_RED, "You don't have any wage earned yet!");
new string[80];
format(string,sizeof(string),"You have collected $%d", CollectedWage[playerid]);
SendClientMessage(playerid, COLOR_YELLOW, string);
RewardPlayer(playerid, CollectedWage[playerid]);
CollectedWage[playerid] = 0;
SavePlayerOrgInfo(playerid);
plz help.