Undefined symbol.
#1

Error:
Код HTML:
error 017: undefined symbol "ID"
Line:
Код HTML:
orm_addvar_int(ormid, Safes[r][ID], "ID"); //this is the key
Код HTML:
enum e_Safe
{
    ORM:ORM_ID,
    Password[64],
    Money,
};
new Safes[4][e_Safe];
Reply
#2

I don't understand in orm but try this
PHP код:
 Safes[r][ORM_ID
WTF with me
Reply
#3

It's not enough to have ORM:ORM_ID?
Reply
#4

Sorry updated xD
Reply
#5

PHP код:
new ID
Reply
#6

Quote:
Originally Posted by nezo2001
Посмотреть сообщение
I don't understand in orm but try this
PHP код:
 Safes[r][ORM_ID
WTF with me
Код HTML:
warning 213: tag mismatch
Line:
Код HTML:
orm_addvar_int(ormid, Safes[r][ORM_ID], "ORM_ID"); //this is the key
Reply
#7

Quote:
Originally Posted by norton2
Посмотреть сообщение
Код HTML:
warning 213: tag mismatch
Line:
Код HTML:
orm_addvar_int(ormid, Safes[r][ORM_ID], "ORM_ID"); //this is the key
PHP код:
orm_addvar_int(ormidORM:Safes[r][ORM_ID], "ORM_ID"); //this is not integer 
Reply
#8

Quote:
Originally Posted by Logofero
Посмотреть сообщение
PHP код:
orm_addvar_int(ormidORM:Safes[r][ORM_ID], "ORM_ID"); //this is not integer 
Nothing has changed!

Error:
Код HTML:
warning 213: tag mismatch
Line:
Код HTML:
orm_addvar_int(ormid, ORM:Safes[r][ORM_ID], "ORM_ID"); //this is the key
Reply
#9

PHP код:
enum e_Safe
{
    
ORM_ID// Delete ORM:
    
Password[64],
    
Money,
};
new 
Safes[4][e_Safe];
orm_addvar_int(ormidSafes[r][ORM_ID], "ORM_ID"); // it ok 
Reply
#10

Solved, +1.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)