Jump to content
  • 0

pomoc Tabule ?


Danny

Dotaz

Zdravím, 

 

potreboval by som pomoc, hľadám také tie čierne tabule, sú to asi objekty, ale dá sa na ne písať text, videl som to už na pár serveroch a je to skutočne epické.

 

Neviete ako sa taká tabula vytvára? Ďakujem.

Link to comment
Share on other sites

4 odpovědí na tuto otázku

Recommended Posts

  • 0

To co myslíš je bilboard a ten má nastaven černou barvu přes funkci setmaterialtextobject nějak tak se to jmenuje :d no a přes ní mužeš měnit text font size pozadí color atd... viz. Wikipedie..

Link to comment
Share on other sites

  • 0


  1. new obj;
  2. public OnFilterScriptInit()
  3. {
  4. obj = CreateObject(19381, 2107.48193, 999.76123, 33.30000, 0.00000, 0.00000, 90.00000);
  5. return 1;
  6. }
  7. public OnFilterScriptExit() 
  8. {
  9. DestroyObject( obj );
  10. return 1;
  11. }
  12.  
  13. public OnPlayerCommandText(playerid, cmdtext[])
  14. {
  15.     if (strcmp("/text", cmdtext, true, 10) == 0)
  16.     {
  17.         SetObjectMaterialText(obj,"teeeeeeeeext zdeeeee" , 0, OBJECT_MATERIAL_SIZE_256x256, "Arial", 90, 0, 0xFFFF8200, 0xFF000000, 1);
  18.         return 1;
  19.     }
  20.     return 0;
  21. }

Edited by Noob14_
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...