[Ajuda] TextDraws
#8

Vlw arrumo, eu nгo sei identar direito ;/

#EDIT Eu coloquei isto:

pawn Код:
new Text:NaoTem[ MAX_PLAYERS ] ;
   
for( new i = 0; i < MAX_PLAYERS; ++i )
{
    NaoTem[ i ] = TextDrawCreate(248.000000, 351.000000,"Voce nao tem");
    TextDrawAlignment(NaoTem[ i ], 0);
    TextDrawBackgroundColor(NaoTem[ i ], 0x000000ff);
    TextDrawFont(NaoTem[ i ], 1);
    TextDrawLetterSize(NaoTem[ i ],0.299999, 1.100000);
    TextDrawColor(NaoTem[ i ], 0xffffffff);
    TextDrawSetOutline(NaoTem[ i ], 1);
    TextDrawSetProportional(NaoTem[ i ], 1);
    TextDrawSetShadow(NaoTem[ i ], 1);
   
}
   
if(strcmp(cmdtext,"/naotem", true)==0)
{
    TextDrawShowForPlayer ( playerid, NaoTem[ playerid ]);
    return 1;
}
e voltou a dar crash.


O erro ainda continuar no OnPlayerSelectedMenuRow
Reply


Messages In This Thread
TextDraws - by ZaturN - 15.01.2014, 00:05
Respuesta: TextDraws - by cantiliano - 15.01.2014, 00:11
Re: TextDraws - by ZaturN - 15.01.2014, 00:17
Respuesta: Re: TextDraws - by cantiliano - 15.01.2014, 00:29
Re: TextDraws - by ZaturN - 15.01.2014, 00:34
Re: TextDraws - by ZaturN - 15.01.2014, 07:57
Respuesta: Re: TextDraws - by cantiliano - 15.01.2014, 15:19
Re: TextDraws - by ZaturN - 15.01.2014, 18:15
Re: TextDraws - by Wellington1999 - 15.01.2014, 22:24
Re: TextDraws - by ZaturN - 16.01.2014, 00:45

Forum Jump:


Users browsing this thread: 1 Guest(s)