Textdraw not showing.
#2

Try this:

PHP код:
new PlayerText:hudjos[MAX_PLAYERS];
//Your Function
LoadTextDrawsPlayerid(playerid)
{
    
hudjos[playerid] = CreatePlayerTextDraw(playerid637.174377432.083404"NUME / RPG.NEVER-END.RO");
    
PlayerTextDrawLetterSize(playeridhudjos[playerid], 0.3657971.629166);
    
PlayerTextDrawTextSize(playeridhudjos[playerid], 26.0000000.000000);
    
PlayerTextDrawAlignment(playeridhudjos[playerid], 3);
    
PlayerTextDrawColor(playeridhudjos[playerid], -1);
    
PlayerTextDrawSetShadow(playeridhudjos[playerid], -1);
    
PlayerTextDrawSetOutline(playeridhudjos[playerid], -1);
    
PlayerTextDrawBackgroundColor(playeridhudjos[playerid], 255);
    
PlayerTextDrawFont(playeridhudjos[playerid], 2);
    
PlayerTextDrawSetProportional(playeridhudjos[playerid], 1);
    
PlayerTextDrawShow(playeridhudjos[playerid]);
}
// OnPlayerConnect
public OnPlayerConnect(playerid)
{
    new 
string[256], name;
    
LoadTextDrawsPlayerid(playerid);
    
format(stringsizeof(string), "%s / RPG.NEVER-END.RO"GetName(name));
    
TextDrawSetString(Text:hudjosstring);
    
ResetAccount(playerid); >>>> Dont mind this
    LoadMapPlayerid
(playerid); >>>> Dont mind this
    
return 1;

Reply


Messages In This Thread
Textdraw not showing. - by Fabyx15 - 03.12.2018, 18:57
Re: Textdraw not showing. - by ApolloScripter - 03.12.2018, 19:23
Re: Textdraw not showing. - by Fabyx15 - 03.12.2018, 19:29
Re: Textdraw not showing. - by ApolloScripter - 03.12.2018, 19:38
Re: Textdraw not showing. - by Fabyx15 - 03.12.2018, 19:47
Re: Textdraw not showing. - by ApolloScripter - 03.12.2018, 19:53
Re: Textdraw not showing. - by Fabyx15 - 03.12.2018, 19:58
Re: Textdraw not showing. - by ApolloScripter - 03.12.2018, 20:06
Re: Textdraw not showing. - by Fabyx15 - 03.12.2018, 20:13
Re: Textdraw not showing. - by GTLS - 04.12.2018, 04:23

Forum Jump:


Users browsing this thread: 1 Guest(s)