Quote:
Originally Posted by Jhob94
Since he uses bot id he is not passing a real player id. The only thing that could happen would be the code not work if updateclientdata ignores bots.
|
As We have tried to say since the beginning, FM_UpdateClientData is not called for bots, which means his code below will always return false.
PHP Code:
if( id == g_iFirstBotId )
__________________