Page 1 of 1

Native error in "get_user_maxspeed"

Posted: Wed Aug 03, 2005 12:14 am
by algee2005

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?

Posted: Wed Aug 03, 2005 6:46 am
by ferret
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.

Posted: Thu Aug 04, 2005 1:28 am
by algee2005
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.