SA-MP Forums Archive
[Ajuda] SetObjecMaterialText - 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: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] SetObjecMaterialText (/showthread.php?tid=382299)



SetObjecMaterialText - Eduardo Honorato - 02.10.2012

Estou tentando criar um texto em um material porйm ta dando estes erros alguйm sabe o porque?
CODE:

pawn Код:
new teste1 = CreateObject(18553, 1724.8000488281, -1334.3000488281, 19.60000038147, 0, 0, 0);
new teste2 = CreateObject(18553, 1724.9000244141, -1338.3000488281, 19.60000038147, 0, 0, 0);

SetObjectMaterialText(teste1, "teste", 0, 50, "Arial Black", 24, 1, 0x000000FF, 1, 1);
SetObjectMaterialText(teste2, "teste", 0, 50, "Arial Black", 24, 1, 0x000000FF, 1, 1);


ERRO:
pawn Код:
D:\FORMATAЗГO 04-09-12\BRASIL PERFECT GAMES OFICIAL ok\BPG\gamemodes\BRASILPERFECTGAMESS.pwn(11845) : error 017: undefined symbol "SetObjectMaterialText"
D:\FORMATAЗГO 04-09-12\BRASIL PERFECT GAMES OFICIAL ok\BPG\gamemodes\BRASILPERFECTGAMESS.pwn(11846) : error 017: undefined symbol "SetObjectMaterialText"
D:\FORMATAЗГO 04-09-12\BRASIL PERFECT GAMES OFICIAL ok\BPG\gamemodes\BRASILPERFECTGAMESS.pwn(11843) : warning 204: symbol is assigned a value that is never used: "teste2"
D:\FORMATAЗГO 04-09-12\BRASIL PERFECT GAMES OFICIAL ok\BPG\gamemodes\BRASILPERFECTGAMESS.pwn(11842) : warning 204: symbol is assigned a value that is never used: "teste1"
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


2 Errors.



Re: SetObjecMaterialText - ForT - 02.10.2012

includes atualizadas?


Re: SetObjecMaterialText - Eduardo Honorato - 02.10.2012

Resolvido