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=405612)
warning -
b0b - 07.01.2013
PAWNO
PHP код:
(4474) : warning 202: number of arguments does not match definition
LINE
PHP код:
Create3DTextLabel("tabel\n F",COLOR_GREEN,2252.1631,21.0126,26.4714, 0); //
Re: warning -
Mr.Anonymous - 07.01.2013
(text[], color, Float: X, Float: Y, Float: Z, Float: DrawDistance, virtualworld, testLOS)
Re: warning -
[HiC]TheKiller - 07.01.2013
pawn Код:
Create3DTextLabel("tabel\n F",COLOR_GREEN,2252.1631,21.0126,26.4714, 30.0, 0, 0); //
You forgot the virtualworld + LOS. You also might want to have the draw distance longer than 0 x, y, z.
Re: warning -
b0b - 07.01.2013
What this?