dini get
#1

pawn Код:
gPlayer[playerid][wmsg] = dini_Get(udb_encode(gPlayer[playerid][gName]), "wmsg");
Код:
(1400) : error 006: must be assigned to an array
Hope anybody will be able to help me.
Reply
#2

Make sure wmsg in your enum is an array.

wmsg[128]
Reply
#3

error 047: array sizes do not match, or destination array is too small
Reply
#4

i have same problem too!!
if you can fix this problem.. post in here oke..
haha..
Reply
#5

wmsg[256]
or try
#undef MAX_STRING
#define MAX_STRING 128
Reply
#6

Quote:
Originally Posted by Seven.
Посмотреть сообщение
error 047: array sizes do not match, or destination array is too small
Simply increase the array size. Try 256.
Reply
#7

pawn Код:
strcat(gPlayer[playerid][wmsg],dini_Get(udb_encode(gPlayer[playerid][gName]), "wmsg"));
Reply
#8

No errors with the code from Jefff, But it's not showing the message. :S
Reply
#9

Nvm fixed.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)