View Single Post
Abhinash
Senior Member
Join Date: Jan 2015
Location: India,kolkata
Old 11-18-2020 , 14:06   Re: Invalid index 0 (count 0) help me fix it
Reply With Quote #3

I tried the correct way like this but still error stays --
Code:
new const g_cHumanModels[][] =
{
    "model_one",
    "model_two",
    "model_three",
    "model_four"
}
Anyone knows how to fix it ?

Last edited by Abhinash; 11-18-2020 at 14:13.
Abhinash is offline