public mojshit(id) { if (PlayerLevel[id] == 1) { (PlayerClass[id] = "Begginer"); }
return PLUGIN_CONTINUE }
this is the code, but, when i compile, i got errors..
help me, I want, when i get 1lvl i got that class, example
Level 1,Class Begginer. how to do that?