09.02.2010, 11:11
Hi, i downloaded that include: http://forum.sa-mp.com/index.php?topic=110557.0 and i want to use explode function but when im using this i have some errors...
i have that code:
and i got this error:
can someone tell me how to use this function without any errors?
i have that code:
Code:
new dane[256]; dane = "text|nextext"; new showdane[256]; explode(showdane, dane, "|"); //this is line where is error
Code:
C:\Users\mario713\Desktop\samp03asvr_R4_win32\gamemodes\truckrp.pwn(292) : error 048: array dimensions do not match