05.01.2013, 02:25
You load the data into this array:
So, doesn't it make sense that you should give the player the weapon based off the information loaded (which is in that array)?
pawn Код:
PlayerInfo[playerid][pWeapon][0] = dini_Int(file, "wSlot0");
pawn Код:
GiveZaiatWeapon(playerid, PlayerInfo[playerid][pWeapon][0], PlayerInfo[playerid][pWeaponAmmo][0]);