/reportbug command isn't working.
#1

Cannot find a solution.

[ERRORS]
Код:
error 001: expected token: ",", but found "-string-"
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
The line of code that receives the errors above

Код:
if(sscanf(params, "s[64]", text)) return SendClientMessage(playerid, COLOR_SERVER "Incorrect format. Use /reportbug [description]");
Reply
#2

You forgot to separate the color and the string parameter with a comma.
Reply
#3

Quote:
Originally Posted by Troydere
Посмотреть сообщение
You forgot to separate the color and the string parameter with a comma.
I feel dumb now. Thank you. Repped.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)