SA-MP Forums Archive
Need help with 3D Dynamic Text - 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: Need help with 3D Dynamic Text (/showthread.php?tid=456167)



Need help with 3D Dynamic Text - Max5 - 04.08.2013

Alright all I want is to create a Dynamic Text.. I made it but it gives me errors:

Код:
D:\Users\Sobhy\Desktop\Test\gamemodes\lgrp.pwn(19007) : error 001: expected token: ",", but found "-rational value-"
D:\Users\Sobhy\Desktop\Test\gamemodes\lgrp.pwn(19007) : warning 215: expression has no effect
D:\Users\Sobhy\Desktop\Test\gamemodes\lgrp.pwn(19007) : error 001: expected token: ";", but found "-rational value-"
D:\Users\Sobhy\Desktop\Test\gamemodes\lgrp.pwn(19007) : warning 215: expression has no effect
D:\Users\Sobhy\Desktop\Test\gamemodes\lgrp.pwn(19007) : warning 215: expression has no effect
D:\Users\Sobhy\Desktop\Test\gamemodes\lgrp.pwn(19007) : error 001: expected token: ";", but found ")"
D:\Users\Sobhy\Desktop\Test\gamemodes\lgrp.pwn(19007) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


4 Errors.
This is the codes:

Код:
CreateDynamic3DTextLabel("/buytoys\n To buy some accessories.",COLOR_YELLOW,-2666.701416,1540.787109,907.179687,0.0);
I made it myself and the other texts which was in the script from the begin is:

Код:
CreateDynamic3DTextLabel("/buytoys\n To buy some accessories.",COLOR_YELLOW,206.3253,-100.3268,1005.2578,8.0);
Even when I Copy-Paste it says error and when I remove errors go can anyone help?


Re: Need help with 3D Dynamic Text - Necip - 04.08.2013

Show us some script above that line, like the lines 19004, 19005, 19006.


Re: Need help with 3D Dynamic Text - Max5 - 04.08.2013

Quote:
Originally Posted by Necip
Посмотреть сообщение
Show us some script above that line, like the lines 19004, 19005, 19006.
Код:
    CreateDynamic3DTextLabel("/buyclothes\n To change your skin.",COLOR_YELLOW,208.8970,-100.3289,1005.2578,8.0);
    CreateDynamic3DTextLabel("/buyclothes\n To change your skin.",COLOR_YELLOW,206.5429,-41.2313,1001.8047,8.0);
    CreateDynamic3DTextLabel("/buyclothes\n To change your skin.",COLOR_YELLOW,209.3064,-8.3033,1005.2109,8.0);
    CreateDynamic3DTextLabel("/buyclothes\n To change your skin.",COLOR_YELLOW,159.6771,-83.2866,1001.8120,8.0);