[Ajuda] 2 Text Draw's no Servidor
#1

Oii povo! Olha eu de novo aqui >.<

Bom, agora, preciso de uma ajuda urgente.. Estou a criar um servidor de Roleplay. Vai demorar muito pra lanзar pois ainda tenho que terminar de estudar a wiki, assim, criando o servidor com os meus conceitos e conhecimentos. Hoje, quis criar 2 textdraws. Fiz tudo certinho, como na wiki dizia, sу que, no servidor sу mostrava um....

PHP код:
 public OnGameModeInit()
{
    
TDEditor_TD[0] = TextDrawCreate(41.199916293.039733"San Francisco");
    
TextDrawLetterSize(TDEditor_TD[0], 0.4551991.599997);
    
TextDrawAlignment(TDEditor_TD[0], 1);
    
TextDrawColor(TDEditor_TD[0], -1);
    
TextDrawSetShadow(TDEditor_TD[0], 2);
    
TextDrawSetOutline(TDEditor_TD[0], 0);
    
TextDrawBackgroundColor(TDEditor_TD[0], 255);
    
TextDrawFont(TDEditor_TD[0], 3);
    
TextDrawSetProportional(TDEditor_TD[0], 1);
    
TextDrawSetShadow(TDEditor_TD[0], 2);
    
TDEditor_TD[1] = TextDrawCreate(66.000022322.906677"ROLEPLAY");
    
TextDrawLetterSize(TDEditor_TD[1], 0.3455981.838930);
    
TextDrawAlignment(TDEditor_TD[1], 1);
    
TextDrawColor(TDEditor_TD[1], -16776961);
    
TextDrawSetShadow(TDEditor_TD[1], 2);
    
TextDrawSetOutline(TDEditor_TD[1], 0);
    
TextDrawBackgroundColor(TDEditor_TD[1], 255);
    
TextDrawFont(TDEditor_TD[1], 3);
    
TextDrawSetProportional(TDEditor_TD[1], 1);
    
TextDrawSetShadow(TDEditor_TD[1], 2);
    
SetGameModeText("SF:RP");
    
AddPlayerClass(01958.37831343.157215.3746269.1425000000);
    return 
1;
}
public 
OnPlayerConnect(playerid)
{
    
TextDrawShowForAll(playeridTDEditor_TD);
    return 
1;

O que devo fazer para aparecer os 2 textdraws??
Reply


Messages In This Thread
2 Text Draw's no Servidor - by MineiriinHo - 01.03.2016, 16:36
Re: 2 Text Draw's no Servidor - by Whoo - 01.03.2016, 16:46
Re: 2 Text Draw's no Servidor - by F1N4L - 01.03.2016, 16:52
Re: 2 Text Draw's no Servidor - by MineiriinHo - 01.03.2016, 16:59
Re: 2 Text Draw's no Servidor - by MineiriinHo - 01.03.2016, 17:26
Re: 2 Text Draw's no Servidor - by F1N4L - 01.03.2016, 18:07
Re: 2 Text Draw's no Servidor - by LockedLucas - 01.03.2016, 18:11
Re: 2 Text Draw's no Servidor - by F1N4L - 01.03.2016, 18:22
Re: 2 Text Draw's no Servidor - by LockedLucas - 01.03.2016, 18:49
Re: 2 Text Draw's no Servidor - by F1N4L - 01.03.2016, 18:51

Forum Jump:


Users browsing this thread: 1 Guest(s)