cs_set_user_model not working.
Ok, so the the plugin compiles and everything but the model does not set. Can anybody find out why? By the model not setting I mean that it does not load at spawn. And it precaches but it wont load.
Code:
/* Plugin generated by AMXX-Studio */ |
Re: cs_set_user_model not working.
Change
public client_connect(id) to public client_putinserver(id) |
Re: cs_set_user_model not working.
That didnt fix, but the plugin didnt work for any admin, not even the person with spec steamid
|
Re: cs_set_user_model not working.
your problem is that the hooked function doesn't match the function in the plugin
change Code:
public Spawn_event(id)Code:
public spawn_event(id) |
Re: cs_set_user_model not working.
yeah that shuld be it becase the code is case sensetiv.
|
Re: cs_set_user_model not working.
get_user_authid() returns valid info on client_authorized(). Also the length of this info is 35 chars not 32.
Try not to use ResetHUD for spawn events. Take a look here |
| All times are GMT -4. The time now is 11:00. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.