Hi, i wanted to know how to store a data globaly, in one varible, like first the character, and second the models
i thought something like this:
PHP Code:
// Global
// 12 for the max characters, and 2 for the max lvls ( in models )
new __int_CLASSLVL[12][2] =
{
// 0 = Goku
// "goku.mdl"
// "ssjgoku.mdl"
// 1 = Freezer
// "freezer.mdl"
// how to write something like that correctly?, and if its possible of course
}
Then for use it:
PHP Code:
// *= how can i check the max of lvls, thinking that goku will have 2 and freezer 1
if(__int_LVL[Client] < __int_CLASSLVL[__int_PJ[Client][*])