Quote:
Originally Posted by Relaxing
1) Line 220: weapons_natives() function is missing.
2) Line 356: I think WeaponTeam:str_to_num(PrimaryWeapon[WPN_TEAM])
should be WeaponTeam[str_to_num(PrimaryWeapon[WPN_TEAM])]
& WeaponAcces:str_to_num(PrimaryWeapon[WPN_ACCES])
to WeaponAcces[str_to_num(PrimaryWeapon[WPN_ACCES])]
3) Line 358: Same as line 356.
4) @ line 673 all params must me integers.
AddWeapon(id, Menu, Name[], Acces[], Level[], WeaponID)
AddWeapon(id, Menu, PrimaryWeapon[k][WPN_MENUNAME], PrimaryWeapon[k][WPN_ACCES], PrimaryWeapon[k][WPN_LEVEL], k);
Also @ line 691 the same goes for CanAcces no
Some weapons seem not dealing damage. Basically full of bugs.
|
It worked, I did it somehow

Thanks a lot for your help, i apreciate it ++1