Jump to content

Question

12 answers to this question

Recommended Posts

  • 0
  • 0
  • 0
  • 0
Posted (edited)
Spoiler

 {
                SetObjectMaterialText(adplakat, string, 0, 90, "Impact", 24, 0, -32256, COLOR_BLUE, 1);
            }
        }
        case 1:
        {
            for (new i = 12; i < 25; i++)
            {
                SetObjectMaterialText(plakat, string, 0, 90, "Impact", 24, 1, -32256, COLOR_WHITE, 1);
            }
        }
        case 2:
        {
            for (new i = 25; i < 38; i++)
            {
                SetObjectMaterialText(plakat, string, 0, 90, "Impact", 24, 1, -32256, COLOR_BLUE, 1);
            }

Imi apare eroare la a doua linie dupa ce am facut cum ai spus. http://i.imgur.com/T5BdKDV.png

Liniile sunt in spoiler.

Edited by NiceBlue31
  • 0
  • 0
Posted
 {
                SetObjectMaterialText(adplakat, string, 0, 90, "Impact", 24, 0, -32256, COLOR_BLUE, 1);
            }
        }
        case 1:
        {
            for (new i = 12; i < 25; i++)
            {
                SetObjectMaterialText(plakat, string, 0, 90, "Impact", 24, 1, -32256, COLOR_WHITE, 1);
            }
        }
        case 2:
        {
            for (new i = 25; i < 38; i++)
            {
                SetObjectMaterialText(plakat, string, 0, 90, "Impact", 24, 1, -32256, COLOR_BLUE, 1);
            }

 

 

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

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.