Code:
public plugin_precache(){
precache_model("models/csaj.mdl")
}
public cmd_model(id){
new originI[3]
get_user_origin(id,originI,0)
originI[2]=originI[2]+25
new wom = create_entity("info_target");
entity_set_string(wom,EV_SZ_classname,"wom")
entity_set_model(wom,"models/csaj.mdl")
entity_set_origin(wom,originI)
}
Dont show csaj.mdl
pls help !!!!
thx