Native error in "get_user_maxspeed"

Post here to report bugs in Warcraft3 XP. Please read the sticky.

Moderator: Forum Moderator

Locked
algee2005
Peon
Posts: 25
Joined: Sun Jul 10, 2005 1:45 pm

Native error in "get_user_maxspeed"

Post by algee2005 » Wed Aug 03, 2005 12:14 am

Code: Select all

L 08/02/2005 - 21:46:54: [AMXX] Native error in "get_user_maxspeed" on line 4452 (file "warcraft3.sma").
L 08/02/2005 - 21:46:54: [FUN] Invalid player 3
this comes up 1-2 times a day in our logfiles, is this something i need to worry about?

User avatar
ferret
Lead Warcraft 3 XP Developer
Posts: 422
Joined: Wed Jul 06, 2005 8:20 am
Location: Atlanta, GA
Contact:

Post by ferret » Wed Aug 03, 2005 6:46 am

Ignore it. There's not much I can do to eliminate this. It usually happens when a player disconnects but the plugin still wants to do something to them.

I can put an is_user_connected() check in the speed functions, but even then it might still happen every now and then. It won't hurt the plugin though.
-< www.gamehavoc.com >-

Lazarus Long: And I know you didn't because the Server Files are version 2.2.6 and the file you posted is version 2.2.5, so do as I told you above and don't ever lie to me again or help is gone!

algee2005
Peon
Posts: 25
Joined: Sun Jul 10, 2005 1:45 pm

Post by algee2005 » Thu Aug 04, 2005 1:28 am

thanks.
i might as well play around with the code, being a programmer at work i feel all home in sma files :D

meh, i suggest you to add an log_amx entry for access to wc3_givexp - so people can find abusing admins. i have done this for our plugin and will test it today.

Locked