Argument type mismatch? - 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: Argument type mismatch? (
/showthread.php?tid=379624)
delete this topic..fixed -
[HK]Ryder[AN] - 22.09.2012
FIXED..please delete this topic
Re: Argument type mismatch? -
clarencecuzz - 22.09.2012
Show us your SCMToAll function.
Re: Argument type mismatch? -
[HK]Ryder[AN] - 22.09.2012
#define SCMToAll SendClientMessageToAll
Re: Argument type mismatch? -
[HK]Ryder[AN] - 23.09.2012
bump^
Re: Argument type mismatch? -
YourLord - 23.09.2012
Compile fine.
pawn Код:
#define SCMToAll SendClientMessageToAll
public OnFilterScriptInit()
{
new string[128] = {666,...};
SCMToAll(-1,string);
return 1;
}