02.04.2013, 17:59
Hello i have 2 Errors with one include
C:\Users\Usuario\Desktop\Untitled.pwn(148 ) : warning 215: expression has no effect
C:\Users\Usuario\Desktop\Untitled.pwn(148 ) : error 001: expected token: ";", but found "-identifier-"
C:\Users\Usuario\Desktop\Untitled.pwn(283) : warning 215: expression has no effect
C:\Users\Usuario\Desktop\Untitled.pwn(283) : error 001: expected token: ";", but found "-identifier-"
Line 282 new str[35][20];
Line 283 str explode(str, data, ",");
Line 147 new str[5][128];
Line 148 str explode(str, data, ",");
Line 149 version = floatstr(str[0]);
Line 150 url = str[1];
Some one can help me? I really need this
C:\Users\Usuario\Desktop\Untitled.pwn(148 ) : warning 215: expression has no effect
C:\Users\Usuario\Desktop\Untitled.pwn(148 ) : error 001: expected token: ";", but found "-identifier-"
C:\Users\Usuario\Desktop\Untitled.pwn(283) : warning 215: expression has no effect
C:\Users\Usuario\Desktop\Untitled.pwn(283) : error 001: expected token: ";", but found "-identifier-"
Line 282 new str[35][20];
Line 283 str explode(str, data, ",");
Line 147 new str[5][128];
Line 148 str explode(str, data, ",");
Line 149 version = floatstr(str[0]);
Line 150 url = str[1];
Some one can help me? I really need this