Quote:
Originally Posted by zmd94
NewKidz, just try to change below:
Code:
public fwHamPlayerSpawnPost(id)
{
if(!is_user_bot(id))
set_task(get_cvar_float("zp_delay")+5.0, "ClCmdSelectModel",id)
}
-->
Code:
public fwHamPlayerSpawnPost(id)
{
set_task(get_cvar_float("zp_delay")+5.0, "ClCmdSelectModel",id)
}
|
Okay thankyou sir, I will test it tomorrow.
I will tell u it work or not