23.11.2014, 16:02
Hi, Guys I Need Weapon Save But Not 1 More Than 1 Weapons
Thx For Helping! .!
Thx For Helping! .!
//the save
dini_IntSet(File, "Weapons", GetPlayerWeapon(playerid));
dini_IntSet(File, "Ammo", GetPlayerAmmo(playerid));
new weapon = dini_Int(File, "Weapons");
new ammo = dini_Int(File, "Ammo");
GivePlayerWeapon(playerid, weapon, ammo);
//Giving Player Weapon
ohh sorry my bad hare's the code :
pawn Код:
|