SA-MP Forums Archive
(26728) : error 035: argument type mismatch (argument 2) - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: (26728) : error 035: argument type mismatch (argument 2) (/showthread.php?tid=616618)



(26728) : error 035: argument type mismatch (argument 2) - DeadMasterBG - 08.09.2016

CMD:donuts(playerid, params[])
{
new astring[128];
format(astring,sizeof(astring),"Вие имате %s понички",PlayerInfo[playerid][DonatsAll]);
SendClientMessage(GREEN,astring);
return 1;
}

Line 26728:
SendClientMessage(GREEN,astring);


Re: (26728) : error 035: argument type mismatch (argument 2) - thefirestate - 08.09.2016

SendClientMessage(playerid, GREEN, astring);


Re: (26728) : error 035: argument type mismatch (argument 2) - DeadMasterBG - 08.09.2016

Ollll I'm stupid
Tnx