Help with a warning?
#1

The warning is; warning 202: number of arguments does not match definition

And that line is; SendClientMessage(playerid, COLOR_WHITE, "Your new mask ID: %d", randmask);
Reply
#2

wiki/SendClientMessages

pawn Код:
new string[25];
format(string, sizeof string, "Your new mask ID: %d", randmask);
SendClientMessage(playerid, COLOR_WHITE, string);
Reply
#3

Quote:
Originally Posted by ♣ ⓐⓢⓢ
wiki/SendClientMessages

pawn Код:
new string[25];
format(string, sizeof string, "Your new mask ID: %d", randmask);
SendClientMessage(playerid, COLOR_WHITE, string);
WIKI isn't working for several days already.
Reply
#4

Alright thanks. I already defined randmask and maskID and everything, but when I try to change;
format(string, sizeof(string), "Stranger says: %s", text);
to
format(string, sizeof(string), "Mask_%s: %s",randmask, text);
it says that randmask isn't define.. can someone help?
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)