27.11.2015, 13:42
Quote:
Save the ammo variables under OnPlayerDisconnect, and set them where ever the rest of the data is retrieved and set. Then simply use SetPlayerAmmo(playerid, weapon, ammovariable);
|
PHP код:
at onplayerdisconect
GetPlayerAmmo(playerid);
at onplayerload
SetPlayerAmmo(playerid, weapon, ammovariable);