04.07.2016, 13:28
Hey,
I hope you all are good. The thing is Server sided giving lot of false alarm. How to fix that. Example of code is like that.
Giving lot's of false reports.
I hope you all are good. The thing is Server sided giving lot of false alarm. How to fix that. Example of code is like that.
Код:
new MoneyServerSided[MAX_PLAYERS];
GivePlayerMoneyEx(playerid, money)
{
MoneyServerSided[playerid] += money;
ResetPlayerMoney(playerid);
GivePlayerMoney(playerid,MoneyServerSided[playerid]);
return MoneyServerSided[playerid];
}


