Raised This Month: $ Target: $400
 0% 

Invalid cellvector handle provided (6:89:46)


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
Owner123
Member
Join Date: Jun 2010
Old 06-08-2010 , 10:13   Invalid cellvector handle provided (6:89:46)
Reply With Quote #1

Hi everyone. I'm new user on this forum but i observing this forum a long time
So, back to topic. I want to add more items to DiabloMod with other plugins.
I use this tutorial but i get errors
Code:
L 06/08/2010 - 16:08:01: Invalid cellvector handle provided (6:89:46)
L 06/08/2010 - 16:08:01: [AMXX] Displaying debug trace (plugin "dbmod_5.9lv3_forwards.amxx")
L 06/08/2010 - 16:08:01: [AMXX] Run time error 10: native error (native "ArrayGetArray")
L 06/08/2010 - 16:08:01: [AMXX]    [0] temp32.sma::award_item (line 4
I use this to get data:
PHP Code:
default:
        {
            
ExecuteForward(gFwItemgFwResultidrannum)
            if(
gFwResult == DIABLO_SUPERCEDE)
            {
                
player_item_name[id] = "None"
                
player_item_id[id] = 0
                reset_item_skills
(id)
            }
            else
            {
                new 
buffer[ItemData]
                
ArrayGetArray(ItemArrayrannumbuffer)
                
copy(player_item_name[id], 127buffer[ItemName])
                
format(buffer512"You Found item : %s :: %s"player_item_name[id], buffer[ItemShort])
                
show_hudmessage(idbuffer)
            }
            
        } 
If native function will need to solve my problem, i post with this.

Last edited by Owner123; 06-08-2010 at 10:22.
Owner123 is offline
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 05:16.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode