Papana Posted October 10, 2013 Posted October 10, 2013 Am niste erori dupaadaugrea unui define strtokcare l-am bagat ca nu era definitgamemodes\lslrp.pwn(4602) : warning 217: loose indentation gamemodes\lslrp.pwn(17855) : error 033: array must be indexed (variable "cmd") gamemodes\lslrp.pwn(17958) : error 033: array must be indexed (variable "tmp") gamemodes\lslrp.pwn(18126) : error 033: array must be indexed (variable "tmp") gamemodes\lslrp.pwn(18134) : error 033: array must be indexed (variable "tmp") gamemodes\lslrp.pwn(18141) : error 033: array must be indexed (variable "tmp") gamemodes\lslrp.pwn(18180) : error 033: array must be indexed (variable "tmp") gamemodes\lslrp.pwn(18198) : error 033: array must be indexed (variable "tmp") gamemodes\lslrp.pwn(18206) : error 033: array must be indexed (variable "tmp") gamemodes\lslrp.pwn(18262) : error 033: array must be indexed (variable "tmp") gamemodes\lslrp.pwn(18291) : error 033: array must be indexed (variable "tmp") gamemodes\lslrp.pwn(18299) : error 033: array must be indexed (variable "tmp") gamemodes\lslrp.pwn(18306) : error 033: array must be indexed (variable "tmp") gamemodes\lslrp.pwn(18315) : error 033: array must be indexed (variable "tmp") gamemodes\lslrp.pwn(18349) : error 033: array must be indexed (variable "tmp") gamemodes\lslrp.pwn(18357) : error 033: array must be indexed (variable "tmp") gamemodes\lslrp.pwn(18401) : error 033: array must be indexed (variable "tmp") gamemodes\lslrp.pwn(18462) : error 033: array must be indexed (variable "x_nr") gamemodes\lslrp.pwn(18550) : error 033: array must be indexed (variable "tmp") gamemodes\lslrp.pwn(18565) : error 033: array must be indexed (variable "tmp") gamemodes\lslrp.pwn(18590) : error 033: array must be indexed (variable "tmp") gamemodes\lslrp.pwn(18615) : error 033: array must be indexed (variable "tmp") gamemodes\lslrp.pwn(18709) : error 033: array must be indexed (variable "locked") gamemodes\lslrp.pwn(18753) : error 033: array must be indexed (variable "locked") gamemodes\lslrp.pwn(18797) : error 033: array must be indexed (variable "locked") gamemodes\lslrp.pwn(18847) : error 033: array must be indexed (variable "tmp") gamemodes\lslrp.pwn(18860) : error 033: array must be indexed (variable "tmp") linia cmd cmd = strtok(cmdtext, idx)linia tmptmp = strtok(cmdtext, idx);linia x_nrx_nr = strtok(cmdtext, idx);linia lockedlocked = strtok(cmdtext, idx);am pus linia pentru fiecare functie in partepentru ca toate sunt la fel ..
PauLL Posted October 10, 2013 Posted October 10, 2013 Pt prima stiu eu.cauta linia si aranjeaz.o cu tab sau pune sus la gamemode[pawn]#pragma tabsize 0[/pawn]
Gireada Posted October 10, 2013 Posted October 10, 2013 Te duci unde s-au definit variabilele si din [68] sau cat ai schimbi in [256]
Question
Papana
Am niste erori dupa
adaugrea unui define strtok
care l-am bagat ca nu era definit
linia cmd
cmd = strtok(cmdtext, idx)
linia tmp
tmp = strtok(cmdtext, idx);
linia x_nr
x_nr = strtok(cmdtext, idx);
linia locked
locked = strtok(cmdtext, idx);
am pus linia pentru fiecare functie in parte
pentru ca toate sunt la fel ..
2 answers to this question
Recommended Posts