Volt-Host
#13

Quote:
Originally Posted by MichaelWharton101
Посмотреть сообщение
This is the line

Код:
PlayerText:CreateModelPreviewTextDraw(playerid, modelindex, Float:Xpos, Float:Ypos, Float:width, Float:height)
{
    new PlayerText:txtPlayerSprite = CreatePlayerTextDraw(playerid, Xpos, Ypos, "Test my bitch"); // it has to be set with SetText later
    PlayerTextDrawFont(playerid, txtPlayerSprite, TEXT_DRAW_FONT_MODEL_PREVIEW);
    PlayerTextDrawColor(playerid, txtPlayerSprite, 0xFFFFFFFF);
    PlayerTextDrawBackgroundColor(playerid, txtPlayerSprite, 0x000000EE);
    PlayerTextDrawTextSize(playerid, txtPlayerSprite, width, height); // Text size is the Width:Height
    PlayerTextDrawSetPreviewModel(playerid, txtPlayerSprite, modelindex);
    PlayerTextDrawSetPreviewRot(playerid,txtPlayerSprite, -16.0, 0.0, -55.0);
    PlayerTextDrawSetSelectable(playerid, txtPlayerSprite, 1);
    PlayerTextDrawShow(playerid,txtPlayerSprite);
    return txtPlayerSprite;
}
When I run my server without volt-host it works fine
I forgot to make another question Do you use the latest plugins for 0.3x R2?
Reply


Messages In This Thread
Volt-Host - by MichaelWharton101 - 09.11.2013, 02:24
Re: Volt-Host - by DavidLuango - 09.11.2013, 02:26
Re: Volt-Host - by SAMProductions - 09.11.2013, 02:27
Re: Volt-Host - by FlawPaw - 09.11.2013, 02:34
Re: Volt-Host - by SAMProductions - 09.11.2013, 02:38
Respuesta: Volt-Host - by MichaelWharton101 - 09.11.2013, 14:34
Re: Volt-Host - by SAMProductions - 09.11.2013, 14:36
Re: Volt-Host - by Alex Magaсa - 09.11.2013, 14:42
Respuesta: Volt-Host - by MichaelWharton101 - 09.11.2013, 14:43
Re: Volt-Host - by Alex Magaсa - 09.11.2013, 14:47
Respuesta: Re: Volt-Host - by MichaelWharton101 - 09.11.2013, 14:48
Re: Volt-Host - by SAMProductions - 09.11.2013, 14:53
Re: Respuesta: Re: Volt-Host - by Alex Magaсa - 09.11.2013, 14:55
Re: Volt-Host - by dannyk0ed - 09.11.2013, 15:00
Respuesta: Re: Volt-Host - by MichaelWharton101 - 09.11.2013, 15:01
Respuesta: Re: Respuesta: Re: Volt-Host - by MichaelWharton101 - 09.11.2013, 15:09
Re: Volt-Host - by iZN - 09.11.2013, 15:13
Respuesta: Re: Volt-Host - by MichaelWharton101 - 09.11.2013, 15:14
Re: Respuesta: Re: Volt-Host - by Alex Magaсa - 09.11.2013, 16:32
Re: Volt-Host - by Khanz - 09.11.2013, 16:43

Forum Jump:


Users browsing this thread: 1 Guest(s)