I get this errors, help!
#1

I get this errors:

: error 012: invalid function call, not a valid address
: warning 215: expression has no effect
: error 001: expected token: ";", but found ")"
: error 029: invalid expression, assumed zero
: fatal error 107: too many error messages on one line

in this line:

Код:
format(formatZ,sizeof(formatZ),"%s.ox",PlayerName(playerid));
Reply
#2

format( formatZ, sizeof( formatZ ), "%s", PlayerName( playerid ) );
Reply
#3

Quote:
Originally Posted by Retardedwolf
Посмотреть сообщение
format( formatZ, sizeof( formatZ ), "%s", PlayerName( playerid ) );
still get tha same errors :/
Reply
#4

Check the line above it.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)