30.05.2010, 09:27
(
Последний раз редактировалось Nonameman; 05.02.2012 в 22:15.
)
I got this error message
C:\Documents and Settings\...\filterscripts\myfs.pwn(173) : error 029: invalid expression, assumed zero
to the line
if(str[0] == /) {
i tried to rewrite it to
if(strcmp(string[0], "/")) {
and now the compiler wrote no errors, is it good now?
C:\Documents and Settings\...\filterscripts\myfs.pwn(173) : error 029: invalid expression, assumed zero
to the line
if(str[0] == /) {
i tried to rewrite it to
if(strcmp(string[0], "/")) {
and now the compiler wrote no errors, is it good now?