Jump to content

Cum sa faci 3D text la o anumita locatie


Grig22

Recommended Posts

Salut!M-am gandit sa fac un tutorial despre cum creezi un 3D text!

Sa incepem:

Create3DTextLabel(text, color, X, Y, Z, Distance, virtualworld, testLOS)
Acum sa va explic fiecare functie in parte: text=Mesajul trimis color=culoare textului X=coordonata X y=coordonata y z=coordonata z Distence=Distanta de la care poti vedea acest text 3D virtualworld - Lumea virtuala in care sa apara textul 3D, ( -1 pentru a aparea la toate lumiile virtuale ) textLOS=Acesta testeaza linia de vedere astfel incat sa nu se vada prin obiecte ( se foloseste 0 sau 1 ). Si un exemplu :
Create3DTextLabel ("Bine ai venit pe server.Speram sa te distrezi.", 0xFFFFFFFF, 2148.4529,-1485.1881,26.6237, 50, 0);

Sper sa va fie de folos!

"Maxim respect pentru orice proiect

Nimeni nu poate sa va scape cand va execut direct"

Link to comment
Share on other sites

  • 3 weeks later...
  • 2 weeks later...
  • 3 months later...
  • 4 weeks later...
  • 3 weeks later...
  • 4 weeks later...

Foarte frumos explicat

Dar

Create3DTextLabel ("Gang Base\n (og/cg) To close the gate.", 0xFFFFFFFF, 2496.2603,2724.7888,10.8203, 50, 0);

C:\Documents and Settings\aaa\Desktop\Tutorial for Ionu\gamemodes\Tutorial.pwn(38) : error 021: symbol already defined: "Create3DTextLabel"

Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

1 Error.

Ce nu e bine? nu am definit ceva, sau ce trebuie sa adaug pe langa asta.

Link to comment
Share on other sites

  • 5 years later...
La 13.06.2014 la 13:15, IonuVRS a spus:

Foarte frumos explicat

Dar

 

Create3DTextLabel ("Gang Base\n (og/cg) To close the gate.", 0xFFFFFFFF, 2496.2603,2724.7888,10.8203, 50, 0);

 

C:\Documents and Settings\aaa\Desktop\Tutorial for Ionu\gamemodes\Tutorial.pwn(38) : error 021: symbol already defined: "Create3DTextLabel"

Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

 

 

1 Error.

 

 

Ce nu e bine? nu am definit ceva, sau ce trebuie sa adaug pe langa asta.

Create3DTextLabel mai este definit odata !

incearca sa pui Create3DTextLabel2 sau ceva gen =D

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.