10.09.2013, 18:37
line:
Gives me this error:
I copy pasted the name of the function from the include...I just do not get it...Functions like "orm_addvar_int" are working great.
For now, i'm using orm_addvar instead.
pawn Code:
orm_addvar_string(pInfo[playerid][ORM_ID],pInfo[playerid][Name],"Name");
pawn Code:
error 017: undefined symbol "orm_addvar_string"
For now, i'm using orm_addvar instead.