Warning - 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: Warning (
/showthread.php?tid=435612)
Warning -
NathNathii - 07.05.2013
I was going to add something to my /convoy and I get 1 warning.
Warning
Код:
C:\Users\***Documents\GT Testing\pawno\include\Convoy.inc(19) : warning 202: number of arguments does not match definition
Line 19
pawn Код:
TextDrawBoxColor(AConvoys[i][ConvoyTextMember] );
Re: Warning -
BigGroter - 07.05.2013
Add the color, eg.
pawn Код:
TextDrawBoxColor(AConvoys[i][ConvoyTextMember], -1);
Re: Warning -
NathNathii - 07.05.2013
Thank you.