09.02.2010, 00:23
i have problem with explode(); can you help me pls? :P
i have that code:
and i got this error:
i have that code:
Код:
new dane[256]; dane = "text|nextext"; new showdane[256]; explode(showdane, dane, "|"); //this is line where is error
Код:
C:\Users\mario713\Desktop\samp03asvr_R4_win32\gamemodes\truckrp.pwn(292) : error 048: array dimensions do not match