y_uvar help ...
#1

Код:
                new rDate[40],Year,Month,Day,Hour,Minute,Second;
		getdate(Year,Month,Day);
		gettime(Hour,Minute,Second);
		format(rDate,sizeof rDate,"%d/%d/%d at %d:%d:%d",Day,Month,Year,Hour,Minute,Second);
		gPlayerData[playerid][E_PLAYER_REG_DATE] = rDate;    -  This is the error line !!!
Код:
 error 006: must be assigned to an array
How can I fix this error ? Please help me !
Reply
#2

please help me !!! somebody...
Reply
#3

Don't make double posts please.
But here the line the error gave was this one right?
pawn Код:
gPlayerData[playerid][E_PLAYER_REG_DATE] = rDate;
try this one
pawn Код:
gPlayerData[playerid][E_PLAYER_REG_DATE] = rDate);
I'm not sure if its going to work as I don't know the exact problem yet.
Reply
#4

not good !
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)