hello all i got another problem,when i chose a class my server crashes only when i choose class with this commands:
Code:
cs_reset_user_model(id);
cs_set_user_model(id, "models/player/witch/witch.mdl");
when i chose that class the server just crashes
the code is registered
Code:
// register_event("ResetHUD", "resetModel", "b")
this is included too
Code:
public plugin_precache()
{
precache_model("models/player/witch/witch.mdl")