#1

pawn Код:
new textstring[256];
    format(textstring, sizeof(textstring), "[General Chat] %s[%i]: %s", pInfo[playerid][name], playerid, text);
    SendClientMessageToAll(text,textstring); // line 905
    return 0;
}
When i compile it gives me this error:
Код:
(905) : error 035: argument type mismatch (argument 1)
Reply
#2

pawn Код:
SendClientMessageToAll(_YOUR_COLOR_HERE_, textstring);
Reply
#3

Thanks for opening my eyes... i defined chat instead of text
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)