09.02.2010, 15:33
Quote:
|
Originally Posted by mario713
i have problem with explode(); can you help me pls? :P
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 |
Код:
new dane[256]; dane = "text|nextext"; new showdane[10][256]; explode(showdane, dane, "|");

