23.06.2011, 18:48
hi guys , im really tired. i will explain as best as i can
i have this
but it's giving these errors:
just say if you want the full command or any other lines.
thanks
i have this
pawn Код:
if(strfind(params,"/")
if(strfind(params,":")
if(strfind(params,"?")
if(strfind(params,"<")
if(strfind(params,">")
if(strfind(params,"|")
if(strfind(params,"\\")
if(strfind(params,"*")
if(strfind(params,"\"")
pawn Код:
(15301) : error 001: expected token: ")", but found "if"
(15302) : error 001: expected token: ")", but found "if"
(15303) : error 001: expected token: ")", but found "if"
(15304) : error 001: expected token: ")", but found "if"
(15305) : error 001: expected token: ")", but found "if"
(15306) : error 001: expected token: ")", but found "if"
(15307) : error 001: expected token: ")", but found "if"
(15308) : error 001: expected token: ")", but found "if"
(15309) : error 001: expected token: ")", but found "return"
(15320) : error 055: start of function body without function header
thanks