Spawning with the saved weapons. -
know how to do it.
Код:
new weapons[13][2];
for (new i = 0; i < 13; i++) GetPlayerWeaponData(playerid, i, weapons[i][0], weapons[i][1]);
dini_IntSet(bestand, "weaponSlot0", weapons[0][0]);
dini_IntSet(bestand, "weaponSlot0Ammo", weapons[0][1]);
dini_IntSet(bestand, "weaponSlot1", weapons[1][0]);
dini_IntSet(bestand, "weaponSlot1Ammo", weapons[1][1]);
dini_IntSet(bestand, "weaponSlot2", weapons[2][0]);
dini_IntSet(bestand, "weaponSlot2Ammo", weapons[2][1]);
dini_IntSet(bestand, "weaponSlot3", weapons[3][0]);
dini_IntSet(bestand, "weaponSlot3Ammo", weapons[3][1]);
dini_IntSet(bestand, "weaponSlot4", weapons[4][0]);
dini_IntSet(bestand, "weaponSlot4Ammo", weapons[4][1]);
dini_IntSet(bestand, "weaponSlot5", weapons[5][0]);
dini_IntSet(bestand, "weaponSlot5Ammo", weapons[5][1]);
dini_IntSet(bestand, "weaponSlot6", weapons[6][0]);
dini_IntSet(bestand, "weaponSlot6Ammo", weapons[6][1]);
dini_IntSet(bestand, "weaponSlot7", weapons[7][0]);
dini_IntSet(bestand, "weaponSlot7Ammo", weapons[7][1]);
dini_IntSet(bestand, "weaponSlot8", weapons[8][0]);
dini_IntSet(bestand, "weaponSlot8Ammo", weapons[8][1]);
dini_IntSet(bestand, "weaponSlot9", weapons[9][0]);
dini_IntSet(bestand, "weaponSlot8Ammo", weapons[9][1]);
dini_IntSet(bestand, "weaponSlot10", weapons[10][0]);
dini_IntSet(bestand, "weaponSlot10Ammo", weapons[10][1]);
dini_IntSet(bestand, "weaponSlot11", weapons[11][0]);
dini_IntSet(bestand, "weaponSlot11Ammo", weapons[11][1]);
dini_IntSet(bestand, "weaponSlot12", weapons[12][0]);
dini_IntSet(bestand, "weaponSlot12Ammo", weapons[12][1]);
I hope this info. was enough, if not.. Ask
I. C.
Re: Spawning with the saved weapons. -
Re: Spawning with the saved weapons. -
Can you give me the script, i'm pretty new so i don't exactly know what you mean.
I. c.