12.10.2016, 19:53
Hi all
here is the prob
giving this error :
[code]warning 202: number of arguments does not match definition[code]
actually i made a copy of this function to make that txd
here is the prob
PHP код:
Textdraw20 = CreatePlayerTextDraw(playerid,546.000000, 22.000000, "AOTD :%s", AOTD_WinnerName);
[code]warning 202: number of arguments does not match definition[code]
actually i made a copy of this function to make that txd
PHP код:
if(strcmp(cmd, "/aotd", true) == 0)
{
new msg[256];
format(msg,sizeof(msg),"[AOTD] The current Airline of the Day is {00FF00}%s {FFFFFF}with total earnings of {00FF00}$%d{FFFFFF}.", AOTD_WinnerName, AOTD_FinalAmount2);
SendClientMessage(playerid, COLOR_WHITE, msg);
return 1;
}