I Have done a part of my new mixmaker,and i make something like that....
PHP Code:
new const CanSay[][] =
{
"name",
"name1",
"name2"
}
PHP Code:
//init
//Func
Loop's here
switch(get_pcvar_num(cvar))
{
case 1 :
{
containi(name,CanSay[i])
}
case 2:
{
containi(name,CanSay[i])
}
case 3:
{
containi(name,CanSay[i])
}
}
But i can use name (of the const) but,no name1 and name2,i don't wan't to make a loop per case.