Raised This Month: $ Target: $400
 0% 

Invalid cellvector handle provided (6:89:46)


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Owner123
Member
Join Date: Jun 2010
Old 06-08-2010 , 12:22   Re: Invalid cellvector handle provided (6:89:46)
Reply With Quote #1

PHP Code:
enum _:ItemData
{
    
ItemName[128],
    
ItemShort[101],
    
ItemDesc[512]
}
new Array:
ItemArray

plugin_init
() {
    [...]
    
ItemArray ArrayCreate(ItemData)
    [...]

This is my array handle. :s Tell what you need and I post this :s (if u know what need ...)
Because i have 88 items i not want make all item registration again so i make that:
PHP Code:
for(gCountItems 0gCountItems <= 88gCountItems++)
        
_diablo_register_item(" "" "" "
This is maybe a reason, that element 0 is empty ? ( is use register_native("diablo_register_item", "_diablo_register_item", 1) )

Last edited by Owner123; 06-08-2010 at 12:48.
Owner123 is offline
Reply



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