hi, i have one problem...
i have this:
Code:
new Cname[33] //class name
new Cdesc[33] //class description
new Cexpe[33] //class xp
new Cvida[33] //clas live
new Cchal[33] //class armour
and i every one need have one id, the id of this class
in =
Code:
public native_register_class(const class_name[],const class_desc[],const xp,const live,const armour)
{
//here set the id of the class and save in a new "Cid"(class id) and the Cname[Cid] (Cname of the class id) etc...
}
and i have the problem of the ID of the class and the problem in Cname[Cid] = class_name
i want to do this =
Cname[Cid][] = "here the text of class_name in the native"