Jump to content

Recommended Posts

Posted

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"

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

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.

  • 5 years later...
Posted
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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • 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.