Jump to content

Search the Community

Showing results for tags 'playertextdraw'.

  • Search By Tags

    Oddělujte čárkami
  • Search By Author

Content Type


Fórum

  • Obecné
    • Všeobecné
    • Všechno možné
  • Programování
    • Poradna
    • Návody
    • Tvorba
    • Hledám programátora
  • Herní oblast
    • Poradna
    • Jak na to?
    • Herní kontext
    • Herní zážitky
    • Komunita
  • Grafika
    • Poradna
    • Návody
    • Tvorba
  • Ostatní
    • Hardware a software
    • Hledám/nabízím
    • Archiv
    • 3D Tisk

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Web


Facebook


Jabber


Skype


Steam


Twitter


Github


Pastebin

Found 1 result

  1. Zdravim. po hodne dlouhy dobe zakladam help, jelikoz s timhle nemam moc zkusenot. jedna se o PlayerTextDraw jak jiz nazev naznacuje. stock UpdateBOS(playerid) { if(GetPVarInt(playerid,"Spawned") == 1) { new bostext[128]; PlayerTextDrawDestroy(playerid,pStats[playerid]); format(bostext, sizeof(bostext), "%d~n~%d~n~%s~n~%f",pInfo[playerid][LVL],pInfo[playerid][XP],pInfo[playerid][GID],pInfo[playerid][PYC] ); pStats[playerid] = CreatePlayerTextDraw(playerid,47.000000, 359.000000, bostext); PlayerTextDrawBackgroundColor(playerid,pStats[playerid], 255); PlayerTextDrawFont(playerid,pStats[playerid], 2); PlayerTextDrawLetterSize(playerid,pStats[playerid], 0.250000, 1.100000); PlayerTextDrawColor(playerid,pStats[playerid], -1); PlayerTextDrawSetOutline(playerid,pStats[playerid], 0); PlayerTextDrawSetProportional(playerid,pStats[playerid], 1); PlayerTextDrawSetShadow(playerid,pStats[playerid], 1); // SendClientMessage(playerid,-1,"UpdateBOS"); } } prilozeny kod je spousten timerem, problem je ze se vubec nezobrazi. kdyz sem to pouzival soucasne s includem aCMenu tak mi prepisoval string prvniho PlayerTextDrawu. kdyz sem aCMenu predelal aby cely fungovalo pres klasickej TD a ne jako PTD, tak se stejne zminovany kod v poradku spousti ale nezobrazuje se ten PlayerTextDraw. Mate s tim nekdo nejakou zkusenost?
×
×
  • Create New...