Quote:
Originally Posted by AmigaBlizzard
It's quite easy to convert a script from using client-side money to server-side money.
Everywhere the script reads
PHP код:
GetPlayerMoney(playerid)
Replace it with
PHP код:
PlayerMoney[playerid]
|
Just make a function such as Player_GetMoney and make it return the PlayerMoney variable.