Witam!
Próbuję zrobić, aby CT miało model pingwina zamiast granata. W ręce inny model działa cudownie, lecz po rzuceniu jest to normalny granat. Co jest źle w tym kodzie?
public FW_FM_Setmodel(id, ent, model[]){
if(get_user_team(id) == 2){
if(equali(model,"models/w_hegrenade.mdl")){
engfunc(EngFunc_SetModel, ent, gPingwinModelW);
return FMRES_SUPERCEDE;
}
}
return FMRES_IGNORED;
}
Z góry dzięki <3


Dodatki SourceMod



Temat jest zamknięty








