19.03.2013, 14:17
How can i let a string
read
ne
i always got error if i use this one also
read
ne
i always got error if i use this one also
pawn Код:
new data[500];
new File:info = f_open("sadasda/asdasdasd/dadada.ini");
test[512] = f_read(info,"asdasdasl/sadasdas/dadada.ini");
f_close(info);
Код:
C:\Users\Daniel\samp\server\filterscripts\ricaniel.pwn(27) : error 032: array index out of bounds (variable "test") Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Error.