error 035: argument type mismatch (argument 2) Time
#3

SendClientMessage has color as 2nd parameter. Also using placeholders directly will crash your server. Use format first.

pawn Код:
new msg[40];
format(msg, sizeof (msg), "Pontos idő: %s-%d-%d-%d", mtext, day, hour, minuite);
SendClientMessage(playerid, -1, msg);
Reply


Messages In This Thread
error 035: argument type mismatch (argument 2) Time - by Slicebook - 09.04.2014, 17:06
Re: error 035: argument type mismatch (argument 2) Time - by Bingo - 09.04.2014, 17:09
Re: error 035: argument type mismatch (argument 2) Time - by Konstantinos - 09.04.2014, 17:09
Re: error 035: argument type mismatch (argument 2) Time - by Slicebook - 09.04.2014, 17:13

Forum Jump:


Users browsing this thread: 1 Guest(s)