Run time error 10 cs_set_user_money
1 Attachment(s)
why it show at my sv ?
L 01/29/2009 - 00:01:40: [CSTRIKE] Player out of range (0) L 01/29/2009 - 00:01:40: [AMXX] Run time error 10 (plugin "asd.amxx") (native "cs_set_user_money") - debug not enabled! L 01/29/2009 - 00:01:40: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes). I don't know . Show my sma It no problem. |
Re: Run time error 10 cs_set_user_money
enable debug first
|
Re: Run time error 10 cs_set_user_money
You can't pass player's id to roundstart event, it's global, so just loop them:
Code:
/* Plugin generated by AMXX-Studio */ |
Re: Run time error 10 cs_set_user_money
Quote:
EX: asddebug.amxx ? |
Re: Run time error 10 cs_set_user_money
You need to check and see if the player exists in the server Snow, otherwise you will get 11 run time errors for each non-existing client
Quote:
Quote:
|
Re: Run time error 10 cs_set_user_money
Code:
yourplugin.amxx debugQuote:
Edited code ya. |
Re: Run time error 10 cs_set_user_money
Quote:
It also show Run time error 10 (plugin "asd.amxx") (native "cs_set_user_money") - debug not enabled! |
Re: Run time error 10 cs_set_user_money
This it after debug.
L 01/29/2009 - 00:20:03: [CSTRIKE] Invalid player 1 L 01/29/2009 - 00:20:03: [AMXX] Displaying debug trace (plugin "asd.amxx") L 01/29/2009 - 00:20:03: [AMXX] Run time error 10: native error (native "cs_set_user_money") L 01/29/2009 - 00:20:03: [AMXX] [0] asd.sma::GiveAwp (line 22) |
Re: Run time error 10 cs_set_user_money
Use the updated code?
|
Re: Run time error 10 cs_set_user_money
Quote:
|
| All times are GMT -4. The time now is 01:45. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.