Jump to content
  • 0

problema la TextDraw


Question

Guest ionutz999
Posted

am o problema cand bag codul din textdraw maker cu textul Bun Venit ca sa apara in fata playerilor imi da o eroare la compile

new Text:Bun Venit!!!;
Bun Venit!!! = TextDrawCreate(164.0, 217.0,"Bun Venit!!!");
TextDrawFont(Bun Venit!!!,0);
TextDrawLetterSize(Bun Venit!!!,5,5);
TextDrawColor(Bun Venit!!!,0x000FF);
TextDrawSetShadow(Bun Venit!!!,);
TextDrawSetOutline(Bun Venit!!!,0);
TextDrawBackgroundColor(Bun Venit!!!,0x900FF);
TextDrawUseBox(Bun Venit!!!,0);
cam asa iese la make da la pawno
C:\Documents and Settings\loredana\My Documents\Downloads\Total GodFather[0.3]\gamemodes\gwgf.pwn(28925) : error 001: expected token: ";", but found "-identifier-"
C:\Documents and Settings\loredana\My Documents\Downloads\Total GodFather[0.3]\gamemodes\gwgf.pwn(28939) : warning 203: symbol is never used: "Bun"
Pawn compiler 3.2.3664	 	 	Copyright (c) 1997-2006, ITB CompuPhase


1 Error.

plz help daca nu ati inteles c vreau dati PM

5 answers to this question

Recommended Posts

Guest ionutz999
Posted

asa mea dat la textdraw maker si poate tre pozitionat undeva nus lam pus la sfarsit

Posted

Scuze, nu m-am iutat cu atentie mare la el , punel la callback-ul OnGameModeInit. Ca sa vada playerii pune TextDrawShowForPlayer(playerid,[nume textdraw]); la callback-ul OnPlayerConnect.

Guest ionutz999
Posted

am gasit OnPlayerConnect acea chestie unde o pozitionez plzzz nu inteleg fami un text si und il pozitionez

Posted

Pune asta la inceputul modului

new Text:bunvenit;
Cauta "ongamemodeinit" fara "-" si adaugi asta !
bunvenit = TextDrawCreate(164.0, 217.0,"Bun Venit!!!");
TextDrawFont(bunvenit,0);
TextDrawLetterSize(bunvenit,5,5);
TextDrawColor(bunvenit,0x000FF);
TextDrawSetShadow(bunvenit,0);
TextDrawSetOutline(bunvenit,0);
TextDrawBackgroundColor(bunvenit,0x900FF);
TextDrawUseBox(bunvenit,0);
Dupa ce adaugi asta, cauti "onplayerconnect" si adaugi asta
TextDrawShowForAll(Text:bunvenit);

[img width=222 height=100]http://www.speedtest.net/result/734520190.pn

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.