Thread: [Solved] weird Index out of bounds
View Single Post
JocAnis
Veteran Member
Join Date: Jun 2010
Old 05-23-2020 , 21:02   Re: weird Index out of bounds
Reply With Quote #14

i skipped some itesm from ModelItems, here is the full list:
Code:
new const ModelItems[][ eModels ] =
{
    { "Default", "gign", 0 }, //0
    { "Agent Smith", "agent", 1000 },
    { "Terminator", "terminator", 1500 },
    { "Lara (Girl Skin)", "lara", 2000 },
    { "Assassin", "assassin", 2500 },
    { "Goku", "goku", 3000 },
    { "Putin", "putin", 3500 },
    { "SWAT", "newswat", 4000 },
    { "VIP Skin", "vip", 4000 } //8 but 9. in the menu
}
Im really confused
__________________
KZ Public Autocup - PrimeKZ

My blog: http://primekz.xyz (in progress...) - not active (dec 2022)
JocAnis is offline