SA-MP Forums Archive
3D текст - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Русский/Russian (https://sampforum.blast.hk/forumdisplay.php?fid=32)
+---- Thread: 3D текст (/showthread.php?tid=279463)



3D текст - [HHT]DRON - 27.08.2011

При создании 3D текста вылазиют 4 еррора помогите исправить
Вот строчка ерроров:
Код:
Create3DTextLabel("[HHT]DRON,0x008080FF,1277.5928,-2013.2400,60.4330, 25.0,0,1);
Сами ошибки:
Код:
D:\Games\GTA San Andreas\server\server\gamemodes\new12.pwn(880) : error 037: invalid string (possibly non-terminated string)
D:\Games\GTA San Andreas\server\server\gamemodes\new12.pwn(880) : error 029: invalid expression, assumed zero
D:\Games\GTA San Andreas\server\server\gamemodes\new12.pwn(880) : error 017: undefined symbol "HHT"
D:\Games\GTA San Andreas\server\server\gamemodes\new12.pwn(880) : fatal error 107: too many error messages on one line

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


4 Errors.



Re: 3D текст - CaHbKo - 27.08.2011

Create3DTextLabel("[HHT]DRON",0x008080FF,1277.5928,-2013.2400,60.4330, 25.0,0,1);


Re: 3D текст - [HHT]DRON - 27.08.2011

спасибо