Textdraw not showing.
#8

I'm not the smartest to help, but I'm trying

Try to change in your function
PHP код:
LoadTextDrawsPlayerid(playerid)
{
    new 
name[MAX_PLAYER_NAME], string[MAX_PLAYER_NAME 30];
    
    
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]);
    
name[playerid] = GetName(playerid);
    
format(stringsizeof(string), "%s / RPG.NEVER-END.RO"name);
    
PlayerTextDrawSetString(playeridhudjos[playerid], string); 

//And edit OnPlayerConnect
public OnPlayerConnect(playerid)
{
    
LoadTextDrawsPlayerid(playerid);
    
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)