Detaljan opis problema: Pa vako napravio sam textdraw brzinomjer i sada kada hocu da ga ubacim izbacuje mi ove errore
C:\Users\Rake\Desktop\EGRPv2\gamemodes\EGRP.pwn(16250) : error 033: array must be indexed (variable "Zbr0")
C:\Users\Rake\Desktop\EGRPv2\gamemodes\EGRP.pwn(16251) : error 035: argument type mismatch (argument 1)
C:\Users\Rake\Desktop\EGRPv2\gamemodes\EGRP.pwn(16252) : error 035: argument type mismatch (argument 1)
C:\Users\Rake\Desktop\EGRPv2\gamemodes\EGRP.pwn(16253) : error 035: argument type mismatch (argument 1)
C:\Users\Rake\Desktop\EGRPv2\gamemodes\EGRP.pwn(16254) : error 035: argument type mismatch (argument 1)
C:\Users\Rake\Desktop\EGRPv2\gamemodes\EGRP.pwn(16255) : error 035: argument type mismatch (argument 1)
C:\Users\Rake\Desktop\EGRPv2\gamemodes\EGRP.pwn(16256) : error 035: argument type mismatch (argument 1)
C:\Users\Rake\Desktop\EGRPv2\gamemodes\EGRP.pwn(16257) : error 035: argument type mismatch (argument 1)
C:\Users\Rake\Desktop\EGRPv2\gamemodes\EGRP.pwn(16259) : error 033: array must be indexed (variable "Zbr1")
C:\Users\Rake\Desktop\EGRPv2\gamemodes\EGRP.pwn(16260) : error 035: argument type mismatch (argument 1)
C:\Users\Rake\Desktop\EGRPv2\gamemodes\EGRP.pwn(16261) : error 035: argument type mismatch (argument 1)
C:\Users\Rake\Desktop\EGRPv2\gamemodes\EGRP.pwn(16262) : error 035: argument type mismatch (argument 1)
C:\Users\Rake\Desktop\EGRPv2\gamemodes\EGRP.pwn(16263) : error 035: argument type mismatch (argument 1)
C:\Users\Rake\Desktop\EGRPv2\gamemodes\EGRP.pwn(16264) : error 035: argument type mismatch (argument 1)
C:\Users\Rake\Desktop\EGRPv2\gamemodes\EGRP.pwn(16265) : error 035: argument type mismatch (argument 1)
C:\Users\Rake\Desktop\EGRPv2\gamemodes\EGRP.pwn(16266) : error 035: argument type mismatch (argument 1)
C:\Users\Rake\Desktop\EGRPv2\gamemodes\EGRP.pwn(16268) : error 033: array must be indexed (variable "Zbr2")
C:\Users\Rake\Desktop\EGRPv2\gamemodes\EGRP.pwn(16269) : error 035: argument type mismatch (argument 1)
C:\Users\Rake\Desktop\EGRPv2\gamemodes\EGRP.pwn(16270) : error 035: argument type mismatch (argument 1)
C:\Users\Rake\Desktop\EGRPv2\gamemodes\EGRP.pwn(16271) : error 035: argument type mismatch (argument 1)
C:\Users\Rake\Desktop\EGRPv2\gamemodes\EGRP.pwn(16272) : error 035: argument type mismatch (argument 1)
C:\Users\Rake\Desktop\EGRPv2\gamemodes\EGRP.pwn(16273) : error 035: argument type mismatch (argument 1)
C:\Users\Rake\Desktop\EGRPv2\gamemodes\EGRP.pwn(16274) : error 035: argument type mismatch (argument 1)
C:\Users\Rake\Desktop\EGRPv2\gamemodes\EGRP.pwn(16275) : error 035: argument type mismatch (argument 1)
C:\Users\Rake\Desktop\EGRPv2\gamemodes\EGRP.pwn(16276) : error 035: argument type mismatch (argument 1)
C:\Users\Rake\Desktop\EGRPv2\gamemodes\EGRP.pwn(16277) : error 035: argument type mismatch (argument 1)Dio skripte:
Zbr0= TextDrawCreate(541.000000, 250.000000, "Kontrolna");
TextDrawBackgroundColor(Zbr0, 255);
TextDrawFont(Zbr0, 3);
TextDrawLetterSize(Zbr0, 0.500000, 1.000000);
TextDrawColor(Zbr0, -16776961);
TextDrawSetOutline(Zbr0, 0);
TextDrawSetProportional(Zbr0, 1);
TextDrawSetShadow(Zbr0, 1);
Zbr1= TextDrawCreate(553.000000, 260.000000, "Ploca");
TextDrawBackgroundColor(Zbr1, 255);
TextDrawFont(Zbr1, 2);
TextDrawLetterSize(Zbr1, 0.500000, 1.000000);
TextDrawColor(Zbr1, -16776961);
TextDrawSetOutline(Zbr1, 0);
TextDrawSetProportional(Zbr1, 1);
TextDrawSetShadow(Zbr1, 1);
Zbr2= TextDrawCreate(647.000000, 265.000000, "-");
TextDrawBackgroundColor(Zbr2, 255);
TextDrawFont(Zbr2, 1);
TextDrawLetterSize(Zbr2, 0.609999, 9.399993);
TextDrawColor(Zbr2, -1);
TextDrawSetOutline(Zbr2, 0);
TextDrawSetProportional(Zbr2, 1);
TextDrawSetShadow(Zbr2, 1);
TextDrawUseBox(Zbr2, 1);
TextDrawBoxColor(Zbr2, 572661759);
TextDrawTextSize(Zbr2, 521.000000, -145.000000);
Zbr3= TextDrawCreate(526.000000, 274.000000, "Naziv vozila:");
TextDrawBackgroundColor(Zbr3, 255);
TextDrawFont(Zbr3, 1);
TextDrawLetterSize(Zbr3, 0.500000, 1.000000);
TextDrawColor(Zbr3, -16776961);
TextDrawSetOutline(Zbr3, 1);
TextDrawSetProportional(Zbr3, 1);
Zbr4= TextDrawCreate(526.000000, 285.000000, "Infernus");
TextDrawBackgroundColor(Zbr4, 572661759);
TextDrawFont(Zbr4, 2);
TextDrawLetterSize(Zbr4, 0.500000, 1.000000);
TextDrawColor(Zbr4, -16776961);
TextDrawSetOutline(Zbr4, 1);
TextDrawSetProportional(Zbr4, 1);
Zbr5= TextDrawCreate(527.000000, 302.000000, "Brzina:");
TextDrawBackgroundColor(Zbr5, 255);
TextDrawFont(Zbr5, 1);
TextDrawLetterSize(Zbr5, 0.629999, 1.200000);
TextDrawColor(Zbr5, -16776961);
TextDrawSetOutline(Zbr5, 1);
TextDrawSetProportional(Zbr5, 1);
Zbr6= TextDrawCreate(528.000000, 314.000000, "255");
TextDrawBackgroundColor(Zbr6, 572661759);
TextDrawFont(Zbr6, 2);
TextDrawLetterSize(Zbr6, 0.500000, 1.000000);
TextDrawColor(Zbr6, -16776961);
TextDrawSetOutline(Zbr6, 1);
TextDrawSetProportional(Zbr6, 1);
Zbr7= TextDrawCreate(528.000000, 330.000000, "Gorivo:");
TextDrawBackgroundColor(Zbr7, 255);
TextDrawFont(Zbr7, 1);
TextDrawLetterSize(Zbr7, 0.620000, 1.000000);
TextDrawColor(Zbr7, -16776961);
TextDrawSetOutline(Zbr7, 1);
TextDrawSetProportional(Zbr7, 1);
Zbr8= TextDrawCreate(528.000000, 341.000000, "100");
TextDrawBackgroundColor(Zbr8, 572661759);
TextDrawFont(Zbr8, 2);
TextDrawLetterSize(Zbr8, 0.500000, 1.000000);
TextDrawColor(Zbr8, -16776961);
TextDrawSetOutline(Zbr8, 0);
TextDrawSetProportional(Zbr8, 1);
TextDrawSetShadow(Zbr8, 1);
Zbr9= TextDrawCreate(571.000000, 342.000000, "Litara");
TextDrawBackgroundColor(Zbr9, 255);
TextDrawFont(Zbr9, 2);
TextDrawLetterSize(Zbr9, 0.380000, 1.000000);
TextDrawColor(Zbr9, -16776961);
TextDrawSetOutline(Zbr9, 1);
TextDrawSetProportional(Zbr9, 1);
Zbr10= TextDrawCreate(706.000000, 301.000000, "-");
TextDrawBackgroundColor(Zbr10, 255);
TextDrawFont(Zbr10, 1);
TextDrawLetterSize(Zbr10, 0.500000, -0.299999);
TextDrawColor(Zbr10, -1);
TextDrawSetOutline(Zbr10, 0);
TextDrawSetProportional(Zbr10, 1);
TextDrawSetShadow(Zbr10, 1);
TextDrawUseBox(Zbr10, 1);
TextDrawBoxColor(Zbr10, 255);
TextDrawTextSize(Zbr10, 521.000000, 1.000000);
Zbr11= TextDrawCreate(681.000000, 327.000000, "-");
TextDrawBackgroundColor(Zbr11, 255);
TextDrawFont(Zbr11, 1);
TextDrawLetterSize(Zbr11, 0.500000, -0.300000);
TextDrawColor(Zbr11, -1);
TextDrawSetOutline(Zbr11, 0);
TextDrawSetProportional(Zbr11, 1);
TextDrawSetShadow(Zbr11, 1);
TextDrawUseBox(Zbr11, 1);
TextDrawBoxColor(Zbr11, 255);
TextDrawTextSize(Zbr11, 521.000000, 0.000000);
Zbr12= TextDrawCreate(672.000000, 354.000000, "-");
TextDrawBackgroundColor(Zbr12, 255);
TextDrawFont(Zbr12, 1);
TextDrawLetterSize(Zbr12, 0.500000, -0.100000);
TextDrawColor(Zbr12, -1);
TextDrawSetOutline(Zbr12, 0);
TextDrawSetProportional(Zbr12, 1);
TextDrawSetShadow(Zbr12, 1);
TextDrawUseBox(Zbr12, 1);
TextDrawBoxColor(Zbr12, 255);
TextDrawTextSize(Zbr12, 521.000000, 0.000000);
Neke slike/video za lakse dobivanje pomoci(neobavezno):
