15.04.2012, 12:19
Heey all,
I want to skip classid 0 but everytime if i return it at onplayerrequestclass it shows CJ.
How can i skip the 0 returned class to the next class that returned with 1?
Why i need this? Because i want to save class if someone choose one.
So if he logged in the player only see his skin in class selection.
I hope you can help me.
Thanks Admigo
I want to skip classid 0 but everytime if i return it at onplayerrequestclass it shows CJ.
How can i skip the 0 returned class to the next class that returned with 1?
Код:
if(classid==0) { return 0; }
So if he logged in the player only see his skin in class selection.
I hope you can help me.
Thanks Admigo