SA-MP Forums Archive
[Help me out] - Have this error - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: [Help me out] - Have this error (/showthread.php?tid=421887)



[Help me out] - Have this error - jaydeep - 11.03.2013

Hello , i have this error , please help me out

Код:
 	    new datestring[64];
		datestring =date (PlayerInfo[giveplayerid][pVIPDate], 4);
Код:
error 033: array must be indexed (variable "datestring")
Thanks.


Re: [Help me out] - Have this error - LetsOWN[PL] - 11.03.2013

Quote:
Originally Posted by jaydeep
Посмотреть сообщение
Hello , i have this error , please help me out

Код:
 	    new datestring[64];
		datestring =date (PlayerInfo[giveplayerid][pVIPDate], 4);
Код:
error 033: array must be indexed (variable "datestring")
Thanks.

??
pawn Код:
datestring =date (...



pawn Код:
new datestring[64];
format(datestring, 64, "%s", date(PlayerInfo[giveplayerid][pVIPDate], 4));
Greetiez,
LetsOWN