SA-MP Forums Archive
[Ajuda] Objects pawn - 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] Objects pawn (/showthread.php?tid=627340)



Objects pawn - ContunuGV - 26.01.2017

Eu novamente, manja aqueles servers que pra entrar no interior da DP de LS, tem o object da estrela de procurado e escrito voando ''Departamento de policia'' nгo faзo a minima ideia de como faz isso. Alguem pode me ajudar?


Re: Objects pawn - Felipe1241421 - 26.01.2017

й um Pickup e um 3DTextLabel.

Create3DTextLabel("Texto", COR, X, Y, Z, DISTANCIA, VirtualWorld, testLOS);

(https://sampwiki.blast.hk/wiki/Create3DTextLabel)

CreatePickup(modelo, tipo, X, Y, Z, VirtualWorld);

(https://sampwiki.blast.hk/wiki/CreatePickup)


Re: Objects pawn - ContunuGV - 27.01.2017

Quote:
Originally Posted by Felipe1241421
Посмотреть сообщение
й um Pickup e um 3DTextLabel.

Create3DTextLabel("Texto", COR, X, Y, Z, DISTANCIA, VirtualWorld, testLOS);

(https://sampwiki.blast.hk/wiki/Create3DTextLabel)

CreatePickup(modelo, tipo, X, Y, Z, VirtualWorld);

(https://sampwiki.blast.hk/wiki/CreatePickup)
Valeu brother!