Quote:
Originally Posted by Grim_
You load the data into this array:
pawn Код:
PlayerInfo[playerid][pWeapon][0] = dini_Int(file, "wSlot0");
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 Код:
GiveZaiatWeapon(playerid, PlayerInfo[playerid][pWeapon][0], PlayerInfo[playerid][pWeaponAmmo][0]);
|
Ty. I will try and get back to you