Include Help
#1

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
Reply
#2

try to make them


Line 283 str explode(str, data, "");

Line 148 str explode(str, data, "");
Reply
#3

Same error :/
Reply
#4

Delete 'str' at the start of the line.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)