09.07.2010, 13:58
I want to Create A new stock like this:
SendClientStringMessage(playerid, color, message, formats);
I got this:
But it's not working!
Erros/Warnings:
SendClientStringMessage(playerid, color, message, formats);
I got this:
pawn Код:
stock SendClientStringMessage(playerid, color, const format[], {Float,_}:...)
{
new constmsg[128];
format(constmsg, sizeof(constmsg), const format, {Float,_}:...); // line 238
SendClientMessage(playerid, color, constmsg);
}
Erros/Warnings:
Код:
(238) : error 012: invalid function call, not a valid address (238) : warning 215: expression has no effect (238) : warning 215: expression has no effect (238) : error 029: invalid expression, assumed zero (238) : warning 215: expression has no effect (238) : error 017: undefined symbol "Float" (238) : fatal error 107: too many error messages on one line