View Single Post
HamletEagle
AMX Mod X Plugin Approver
Join Date: Sep 2013
Location: Romania
Old 11-20-2017 , 13:42   Re: Run speed issue after upgrading to SteamCMD and latest AMX Mod X
Reply With Quote #5

Quote:
Originally Posted by 3vo View Post
Not quite sure how I could be more explicit. set_user_maxspeed does not work within a Ham_Spawn call any longer, even when setting the post flag to 1, whereas you were able to affect a client within that call prior.



Something did change with how Ham_Spawn functions though, even if it isn't with Ham_Spawn itself. It is very easy to test and I can send files or quickly start a server to display it if you would like.

Using my older setup, functions could be ran on clients directly within a Ham_Spawn call with setting post to 1 ( RegisterHam(Ham_Spawn, "player", "ham_PlayerSpawn_Post", 1) ). Now, anything you try to do to a client in that call does not actually happen. The only workaround that I was able to find was to set a task 0.1 seconds later that contains anything you want to do to a client.
No, it didn't. Provide some test code because I'm sure you are doing something wrong.
__________________

Last edited by HamletEagle; 11-20-2017 at 13:42.
HamletEagle is offline