Jump to content
  • 0

Problema


Question

Posted

Salut m-am apucat de un gm acum 10 minute si faceam cateva textdrawuri numai ca am o eroare

Zice:" error 010: invalid function or declaration"

Linia 691: textdraw = TextDrawCreate(0.0, 434.0,"Romania New Generation");

Va rog ajutor

tumblr_ll5sj3LUoZ1qgjpfvo1_250.gif

5 answers to this question

Recommended Posts

Posted

Variabila textdraw pentru inregistrarea textdrawului trebuie creeata asa:

new Text:textdraw;
ci nu
new textdraw;

Daca ai facut asa, da-ne si cateva linii de mai sus si cateva de mai jos.

PS: Scrie un titlu sugestiv daca vrei sa nu inchid topicul !

Posted

uite

new Text:textdraw;

textdraw = TextDrawCreate(0.0, 434.0,"Romania New Generation");

TextDrawFont(textdraw,0);

TextDrawLetterSize(textdraw,4,4);

TextDrawColor(textdraw,0x362013FF);

TextDrawSetShadow(textdraw,0);

TextDrawSetOutline(textdraw,5);

TextDrawBackgroundColor(textdraw,0xB46EABFF);

TextDrawUseBox(textdraw,0);

tumblr_ll5sj3LUoZ1qgjpfvo1_250.gif
Guest
This topic is now closed to further replies.
×
×
  • 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.