[Ajuda] Tag MisthMath - 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] Tag MisthMath (
/showthread.php?tid=293691)
[Ajuda] Tag MisthMath -
cotonete - 29.10.2011
Код:
Recompensa[killerid] = Create3DTextLabel("Recompensa: $100000",0xFF000099,0,0,0,50.0,0);
Attach3DTextLabelToPlayer(Recompensa[killerid], killerid, 0,0,0);
com esses 2 linhas , ta certo segundo a wiki
Re: [Ajuda] Tag MisthMath -
Macintosh - 29.10.2011
Ali ser uma cordenada, ou seja, float entгo se usa pontos.
pawn Код:
Recompensa[killerid] = Create3DTextLabel("Recompensa: $100000", 0xFF000099, 0.0, 0.0, 0.0, 50.0, 0);
Attach3DTextLabelToPlayer(Recompensa[killerid], killerid, 0.0, 0.0, 0.7);