SA-MP Forums Archive
warning cant fix - 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 cant fix (/showthread.php?tid=416085)



warning cant fix - Yves - 15.02.2013

warning 202: number of arguments does not match definition

Код:
CreateDynamic3DTextLabel("/arrest",COLOR_DBLUE,81.268096, 1156.609252,18.656547);//Arrest(FCPD)



Re: warning cant fix - zxc1 - 15.02.2013

You have to add the distance from where the label can be seen.

e.g.
pawn Код:
CreateDynamic3DTextLabel("/arrest",COLOR_DBLUE,81.268096, 1156.609252,18.656547,30.0);//Arrest(FCPD)



Re: warning cant fix - Yves - 16.02.2013

oh yea i see thank you dude