Domanda Problema Gta Sa-Mp Textdraw

Linkpow

Nuovo utente
Autore del topic
15 Gennaio 2011
37
0
Miglior risposta
0
Aiuto ho creato una textdraw con questi codici:

In alto alla gm:

new Text:TDF;


IN OnGameModeInit ho messo:


TDF = TextDrawCreate(0 ,452 , "Qui il titolo");
TextDrawFont(TDF , 1);
TextDrawLetterSize(TDF , 0.5, 3.5);
TextDrawColor(TDF , 0xff0000FF);
TextDrawSetOutline(TDF , false);
TextDrawSetProportional(TDF , true);
TextDrawSetShadow(TDF , 1);

Ovviamente ho cambiato "Qui il titolo" ma vado nel sever ma non vedo proprio la textdraw come mai?? a me non esce ne errori ne warings mi potete aiutare e dire il problema grazie in anticipo
 
Riferimento: Problema Gta Sa-Mp Textdraw

Aiuto ho creato una textdraw con questi codici:

In alto alla gm:

new Text:TDF;


IN OnGameModeInit ho messo:


TDF = TextDrawCreate(0 ,452 , "Qui il titolo");
TextDrawFont(TDF , 1);
TextDrawLetterSize(TDF , 0.5, 3.5);
TextDrawColor(TDF , 0xff0000FF);
TextDrawSetOutline(TDF , false);
TextDrawSetProportional(TDF , true);
TextDrawSetShadow(TDF , 1);

Ovviamente ho cambiato "Qui il titolo" ma vado nel sever ma non vedo proprio la textdraw come mai?? a me non esce ne errori ne warings mi potete aiutare e dire il problema grazie in anticipo
Devi mettere in onplayerconnect o in onplayerspawn TextDrawHideForPlayer(playerid, nome textdraw);