Plugin for Admin doesn't work.
Code:
What is wrong with this code? It compiles fine, but it does nothing. This is what it is supposed to do: The admin can see expanding blue rings from every player. |
well first of all, u dont have ESP_loop() actually looped :)
Code:
and u cant get user's steamid before he is authorized, until that its just STEAM_ID_PENDING or sumtin.. so change client_connect() to client_authorized() (though i had a problem with client_authorized(), the id was still pending.. so if it doesnt work for u either, maybe set a task to check the access later 8) ) |
Code:
Thanks for the help :) |
oh, just looked it quickly through and didnt see u had it tasked again at the end :)
but having it looped with the "b" flag is much better, and no, then u dont need to have it at the end of the function |
These are things I changed:
The Loop was changed to: Code:
The Client Connect is now: Code:
Is there anything else I should change? I am testing it now. The code now works. Thank you very much for your help. |
| All times are GMT -4. The time now is 16:38. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.