swobj, for making new playerclasses in esf isnt really hard. >_> it wont be using like the ev_int_playerclass, but like:
Code:
new NubClass[33]
// blabla
public NubClass(id)
{
if(NubClass[id])
{
nubmodel = 1
//powerlevel stuff and thingys
}
}
__________________