Peršokti į turinį
  • ŽAIDIMAI
  • , ŽAIDIMAI
  • ŽAIDIMAI

Ši tema yra neaktyvi. Paskutinis pranešimas šioje temoje buvo prieš 3643 dienas (-ų). Patariame sukurti naują temą, o ne rašyti naują pranešimą.

Už neaktyvių temų prikėlimą galite sulaukti įspėjimo ir pranešimo pašalinimo!

Recommended Posts

(redaguota)

Sveiki, 


 


dėdu nauja spidometra ir man meta klaida su new'ais 


 


new 



new Text:SpeedoText[MAX_PLAYERS][0],
Text:SpeedoText[MAX_PLAYERS][1],
Text:SpeedoText[MAX_PLAYERS][2],
Text:SpeedoText[MAX_PLAYERS][3],
Text:SpeedoText[MAX_PLAYERS][4],
Text:SpeedoText[MAX_PLAYERS][5],
Text:SpeedoText[MAX_PLAYERS][6],
Text:SpeedoText[MAX_PLAYERS][7],
Text:SpeedoText[MAX_PLAYERS][8],
Text:SpeedoText[MAX_PLAYERS][9],
Text:SpeedoText[MAX_PLAYERS][10],
//Text:SpeedoBox,
//Text:SpeedoLine,
bool:Ribotuvas[MAX_PLAYERS],
bool:TuriGreiti[MAX_PLAYERS],
bool:SuperGreitis[MAX_PLAYERS],
Float:g_fSpeedCap[MAX_PLAYERS] = {0.0, ...},
RadijosPavadinimas[MAX_VEHICLES][19],
RadijosURL[MAX_VEHICLES][87];

O klaida meta :



D:\Dekstop\Tavo Mamos Gamemodas\gamemodes\Japons.pwn(2408) : error 009: invalid array size (negative, zero or out of bounds)
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase


1 Error.

Meginta buvo ir taip :



new Text:SpeedoText[MAX_PLAYERS][10],
//Text:SpeedoBox,
//Text:SpeedoLine,
bool:Ribotuvas[MAX_PLAYERS],
bool:TuriGreiti[MAX_PLAYERS],
bool:SuperGreitis[MAX_PLAYERS],
Float:g_fSpeedCap[MAX_PLAYERS] = {0.0, ...},
RadijosPavadinimas[MAX_VEHICLES][19],
RadijosURL[MAX_VEHICLES][87];

Tai kame bėda ? atsidekosiu 15-R+p.


Redaguota , nario @Hugo

Bandyk šitus:
        new Text:SpeedoText[MAX_PLAYERS][0],
        Text:SpeedoText[MAX_PLAYERS][1],
        Text:SpeedoText[MAX_PLAYERS][2],
        Text:SpeedoText[MAX_PLAYERS][3],
        Text:SpeedoText[MAX_PLAYERS][4],
        Text:SpeedoText[MAX_PLAYERS][5],
        Text:SpeedoText[MAX_PLAYERS][6],
        Text:SpeedoText[MAX_PLAYERS][7],
        Text:SpeedoText[MAX_PLAYERS][8],
        Text:SpeedoText[MAX_PLAYERS][9],
        Text:SpeedoText[MAX_PLAYERS][10],

 
Keist taip:
 

        new Text:SpeedoText1[MAX_PLAYERS],
        Text:SpeedoText2[MAX_PLAYERS],
        Text:SpeedoText3[MAX_PLAYERS],
        Text:SpeedoText4[MAX_PLAYERS],
        Text:SpeedoText5[MAX_PLAYERS],
        Text:SpeedoText6[MAX_PLAYERS],
        Text:SpeedoText7[MAX_PLAYERS],
        Text:SpeedoText8[MAX_PLAYERS],
        Text:SpeedoText9[MAX_PLAYERS],
        Text:SpeedoText10[MAX_PLAYERS],
        Text:SpeedoText11[MAX_PLAYERS],

 

(redaguota)

Bandyk šitus:

        new Text:SpeedoText[MAX_PLAYERS][0],

        Text:SpeedoText[MAX_PLAYERS][1],

        Text:SpeedoText[MAX_PLAYERS][2],

        Text:SpeedoText[MAX_PLAYERS][3],

        Text:SpeedoText[MAX_PLAYERS][4],

        Text:SpeedoText[MAX_PLAYERS][5],

        Text:SpeedoText[MAX_PLAYERS][6],

        Text:SpeedoText[MAX_PLAYERS][7],

        Text:SpeedoText[MAX_PLAYERS][8],

        Text:SpeedoText[MAX_PLAYERS][9],

        Text:SpeedoText[MAX_PLAYERS][10],

 

Keist taip:

 

        new Text:SpeedoText1[MAX_PLAYERS],

        Text:SpeedoText2[MAX_PLAYERS],

        Text:SpeedoText3[MAX_PLAYERS],

        Text:SpeedoText4[MAX_PLAYERS],

        Text:SpeedoText5[MAX_PLAYERS],

        Text:SpeedoText6[MAX_PLAYERS],

        Text:SpeedoText7[MAX_PLAYERS],

        Text:SpeedoText8[MAX_PLAYERS],

        Text:SpeedoText9[MAX_PLAYERS],

        Text:SpeedoText10[MAX_PLAYERS],

        Text:SpeedoText11[MAX_PLAYERS],

 

meginau bet tada meta klaida su :

public OnPlayerDeath(playerid, killerid, reason)
	{

for(new s = 0; s < 7; s++) TextDrawHideForPlayer(playerid, SpeedoText[playerid][s]);
Redaguota , nario @Hugo
(redaguota)

new Text:SpeedoText[MAX_PLAYERS][10],
        //Text:SpeedoBox,
        //Text:SpeedoLine,
        bool:Ribotuvas[MAX_PLAYERS],
        bool:TuriGreiti[MAX_PLAYERS],
        bool:SuperGreitis[MAX_PLAYERS],
        Float:g_fSpeedCap[MAX_PLAYERS] = {0.0, ...},
        RadijosPavadinimas[MAX_VEHICLES],
        RadijosURL[MAX_VEHICLES];


Jei neveiks tai, šitą

for(new s = 0; s < 7; s++) TextDrawHideForPlayer(playerid, SpeedoText[playerid][s]);

Keisk į šitą:

    TextDrawHideForPlayer(playerid, SpeedoText1[playerid]);
    TextDrawHideForPlayer(playerid, SpeedoText2[playerid]);
    TextDrawHideForPlayer(playerid, SpeedoText3[playerid]);
    TextDrawHideForPlayer(playerid, SpeedoText4[playerid]);
    TextDrawHideForPlayer(playerid, SpeedoText5[playerid]);
    TextDrawHideForPlayer(playerid, SpeedoText6[playerid]);
    TextDrawHideForPlayer(playerid, SpeedoText7[playerid]);
    TextDrawHideForPlayer(playerid, SpeedoText8[playerid]);
    TextDrawHideForPlayer(playerid, SpeedoText9[playerid]);
    TextDrawHideForPlayer(playerid, SpeedoText10[playerid]);
    TextDrawHideForPlayer(playerid, SpeedoText12[playerid]);
Redaguota , nario MantasPwn
(redaguota)

Pataisiau gi, per telefoną ne taip lengva greitai pataisyti

tas pats.

 

new Text:SpeedoText[MAX_PLAYERS][10],

        //Text:SpeedoBox,

        //Text:SpeedoLine,

        bool:Ribotuvas[MAX_PLAYERS],

        bool:TuriGreiti[MAX_PLAYERS],

        bool:SuperGreitis[MAX_PLAYERS],

        Float:g_fSpeedCap[MAX_PLAYERS] = {0.0, ...},

        RadijosPavadinimas[MAX_VEHICLES],

        RadijosURL[MAX_VEHICLES];

Jei neveiks tai, šitą

for(new s = 0; s < 7; s++) TextDrawHideForPlayer(playerid, SpeedoText[playerid][s]);

Keisk į šitą:

    TextDrawHideForPlayer(playerid, SpeedoText1[playerid]);
    TextDrawHideForPlayer(playerid, SpeedoText2[playerid]);
    TextDrawHideForPlayer(playerid, SpeedoText3[playerid]);
    TextDrawHideForPlayer(playerid, SpeedoText4[playerid]);
    TextDrawHideForPlayer(playerid, SpeedoText5[playerid]);
    TextDrawHideForPlayer(playerid, SpeedoText6[playerid]);
    TextDrawHideForPlayer(playerid, SpeedoText7[playerid]);
    TextDrawHideForPlayer(playerid, SpeedoText8[playerid]);
    TextDrawHideForPlayer(playerid, SpeedoText9[playerid]);
    TextDrawHideForPlayer(playerid, SpeedoText10[playerid]);
    TextDrawHideForPlayer(playerid, SpeedoText12[playerid]);
D:\Dekstop\Tavo Mamos Gamemodas\gamemodes\japons.pwn(3817) : error 032: array index out of bounds (variable "SpeedoText")
D:\Dekstop\Tavo Mamos Gamemodas\gamemodes\japons.pwn(3818) : error 032: array index out of bounds (variable "SpeedoText")
D:\Dekstop\Tavo Mamos Gamemodas\gamemodes\japons.pwn(3819) : error 032: array index out of bounds (variable "SpeedoText")
D:\Dekstop\Tavo Mamos Gamemodas\gamemodes\japons.pwn(3820) : error 032: array index out of bounds (variable "SpeedoText")
D:\Dekstop\Tavo Mamos Gamemodas\gamemodes\japons.pwn(3821) : error 032: array index out of bounds (variable "SpeedoText")
D:\Dekstop\Tavo Mamos Gamemodas\gamemodes\japons.pwn(3822) : error 032: array index out of bounds (variable "SpeedoText")
D:\Dekstop\Tavo Mamos Gamemodas\gamemodes\japons.pwn(3823) : error 032: array index out of bounds (variable "SpeedoText")
D:\Dekstop\Tavo Mamos Gamemodas\gamemodes\japons.pwn(3824) : error 032: array index out of bounds (variable "SpeedoText")
D:\Dekstop\Tavo Mamos Gamemodas\gamemodes\japons.pwn(3825) : error 032: array index out of bounds (variable "SpeedoText")
D:\Dekstop\Tavo Mamos Gamemodas\gamemodes\japons.pwn(3903) : error 006: must be assigned to an array
D:\Dekstop\Tavo Mamos Gamemodas\gamemodes\japons.pwn(3904) : error 006: must be assigned to an array
D:\Dekstop\Tavo Mamos Gamemodas\gamemodes\japons.pwn(6083) : error 001: expected token: ")", but found "["
D:\Dekstop\Tavo Mamos Gamemodas\gamemodes\japons.pwn(6083) : error 029: invalid expression, assumed zero
D:\Dekstop\Tavo Mamos Gamemodas\gamemodes\japons.pwn(6083) : error 029: invalid expression, assumed zero
D:\Dekstop\Tavo Mamos Gamemodas\gamemodes\japons.pwn(6083) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright (c) 1997-2006, ITB CompuPhase


15 Errors.
Redaguota , nario @Hugo

 

tas pats.

D:\Dekstop\Tavo Mamos Gamemodas\gamemodes\japons.pwn(3817) : error 032: array index out of bounds (variable "SpeedoText")
D:\Dekstop\Tavo Mamos Gamemodas\gamemodes\japons.pwn(3818) : error 032: array index out of bounds (variable "SpeedoText")
D:\Dekstop\Tavo Mamos Gamemodas\gamemodes\japons.pwn(3819) : error 032: array index out of bounds (variable "SpeedoText")
D:\Dekstop\Tavo Mamos Gamemodas\gamemodes\japons.pwn(3820) : error 032: array index out of bounds (variable "SpeedoText")
D:\Dekstop\Tavo Mamos Gamemodas\gamemodes\japons.pwn(3821) : error 032: array index out of bounds (variable "SpeedoText")
D:\Dekstop\Tavo Mamos Gamemodas\gamemodes\japons.pwn(3822) : error 032: array index out of bounds (variable "SpeedoText")
D:\Dekstop\Tavo Mamos Gamemodas\gamemodes\japons.pwn(3823) : error 032: array index out of bounds (variable "SpeedoText")
D:\Dekstop\Tavo Mamos Gamemodas\gamemodes\japons.pwn(3824) : error 032: array index out of bounds (variable "SpeedoText")
D:\Dekstop\Tavo Mamos Gamemodas\gamemodes\japons.pwn(3825) : error 032: array index out of bounds (variable "SpeedoText")
D:\Dekstop\Tavo Mamos Gamemodas\gamemodes\japons.pwn(3903) : error 006: must be assigned to an array
D:\Dekstop\Tavo Mamos Gamemodas\gamemodes\japons.pwn(3904) : error 006: must be assigned to an array
D:\Dekstop\Tavo Mamos Gamemodas\gamemodes\japons.pwn(6083) : error 001: expected token: ")", but found "["
D:\Dekstop\Tavo Mamos Gamemodas\gamemodes\japons.pwn(6083) : error 029: invalid expression, assumed zero
D:\Dekstop\Tavo Mamos Gamemodas\gamemodes\japons.pwn(6083) : error 029: invalid expression, assumed zero
D:\Dekstop\Tavo Mamos Gamemodas\gamemodes\japons.pwn(6083) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright (c) 1997-2006, ITB CompuPhase


15 Errors.

Numesk visą dabartinį kodą.

(redaguota)

Numesk visą dabartinį kodą.

New'ai

        new Text:SpeedoText[MAX_PLAYERS][10],
        //Text:SpeedoBox,
        //Text:SpeedoLine,
        bool:Ribotuvas[MAX_PLAYERS],
        bool:TuriGreiti[MAX_PLAYERS],
        bool:SuperGreitis[MAX_PLAYERS],
        Float:g_fSpeedCap[MAX_PLAYERS] = {0.0, ...},
        RadijosPavadinimas[MAX_VEHICLES],
        RadijosURL[MAX_VEHICLES];

Textdraw :

			SpeedoText[p][0] = TextDrawCreate(654.000000, 437.000000, "_");
			TextDrawBackgroundColor(SpeedoText[p][0], 255);
			TextDrawFont(SpeedoText[p][0], 1);
			TextDrawLetterSize(SpeedoText[p][0], 0.500000, -4.000000);
			TextDrawColor(SpeedoText[p][0], -1);
			TextDrawSetOutline(SpeedoText[p][0], 0);
			TextDrawSetProportional(SpeedoText[p][0], 1);
			TextDrawSetShadow(SpeedoText[p][0], 1);
			TextDrawUseBox(SpeedoText[p][0], 1);
			TextDrawBoxColor(SpeedoText[p][0], 202116236);
			TextDrawTextSize(SpeedoText[p][0], 570.000000, 100.000000);
			TextDrawSetSelectable(SpeedoText[p][0], 0);

			SpeedoText[p][1] = TextDrawCreate(575.000000, 443.000000, "_");
			TextDrawBackgroundColor(SpeedoText[p][1], 255);
			TextDrawFont(SpeedoText[p][1], 1);
			TextDrawLetterSize(SpeedoText[p][1], 0.500000, -5.800000);
			TextDrawColor(SpeedoText[p][1], -1);
			TextDrawSetOutline(SpeedoText[p][1], 0);
			TextDrawSetProportional(SpeedoText[p][1], 1);
			TextDrawSetShadow(SpeedoText[p][1], 1);
			TextDrawUseBox(SpeedoText[p][1], 1);
			TextDrawBoxColor(SpeedoText[p][1], 202116276);
			TextDrawTextSize(SpeedoText[p][1], 520.000000, 100.000000);
			TextDrawSetSelectable(SpeedoText[p][1], 0);

			SpeedoText[p][2] = TextDrawCreate(524.000000, 437.000000, "_");
			TextDrawBackgroundColor(SpeedoText[p][2], 255);
			TextDrawFont(SpeedoText[p][2], 1);
			TextDrawLetterSize(SpeedoText[p][2], 0.500000, -4.000000);
			TextDrawColor(SpeedoText[p][2], -1);
			TextDrawSetOutline(SpeedoText[p][2], 0);
			TextDrawSetProportional(SpeedoText[p][2], 1);
			TextDrawSetShadow(SpeedoText[p][2], 1);
			TextDrawUseBox(SpeedoText[p][2], 1);
			TextDrawBoxColor(SpeedoText[p][2], 202116236);
			TextDrawTextSize(SpeedoText[p][2], 460.000000, 100.000000);
			TextDrawSetSelectable(SpeedoText[p][2], 0);

			SpeedoText[p][3] = TextDrawCreate(528.000000, 400.000000, "500");
			TextDrawBackgroundColor(SpeedoText[p][3], 255);
			TextDrawFont(SpeedoText[p][3], 2);
			TextDrawLetterSize(SpeedoText[p][3], 0.500000, 2.000000);
			TextDrawColor(SpeedoText[p][3], -1);
			TextDrawSetOutline(SpeedoText[p][3], 0);
			TextDrawSetProportional(SpeedoText[p][3], 1);
			TextDrawSetShadow(SpeedoText[p][3], 1);
			TextDrawSetSelectable(SpeedoText[p][3], 0);

			SpeedoText[p][4] = TextDrawCreate(536.000000, 418.000000, "KM/H");
			TextDrawBackgroundColor(SpeedoText[p][4], 255);
			TextDrawFont(SpeedoText[p][4], 2);
			TextDrawLetterSize(SpeedoText[p][4], 0.230000, 1.300000);
			TextDrawColor(SpeedoText[p][4], -1);
			TextDrawSetOutline(SpeedoText[p][4], 0);
			TextDrawSetProportional(SpeedoText[p][4], 1);
			TextDrawSetShadow(SpeedoText[p][4], 1);
			TextDrawSetSelectable(SpeedoText[p][4], 0);

			SpeedoText[p][5] = TextDrawCreate(575.000000, 405.000000, "Degalai:");
			TextDrawBackgroundColor(SpeedoText[p][5], 255);
			TextDrawFont(SpeedoText[p][5], 1);
			TextDrawLetterSize(SpeedoText[p][5], 0.210000, 1.200000);
			TextDrawColor(SpeedoText[p][5], -1);
			TextDrawSetOutline(SpeedoText[p][5], 0);
			TextDrawSetProportional(SpeedoText[p][5], 1);
			TextDrawSetShadow(SpeedoText[p][5], 1);
			TextDrawSetSelectable(SpeedoText[p][5], 0);

			SpeedoText[p][6] = TextDrawCreate(608.000000, 405.000000, "000");
			TextDrawBackgroundColor(SpeedoText[p][6], 255);
			TextDrawFont(SpeedoText[p][6], 1);
			TextDrawLetterSize(SpeedoText[p][6], 0.210000, 1.200000);
			TextDrawColor(SpeedoText[p][6], -361269249);
			TextDrawSetOutline(SpeedoText[p][6], 0);
			TextDrawSetProportional(SpeedoText[p][6], 1);
			TextDrawSetShadow(SpeedoText[p][6], 1);
			TextDrawSetSelectable(SpeedoText[p][6], 0);

			SpeedoText[p][7] = TextDrawCreate(575.000000, 418.000000, "Tr.Bukle:");
			TextDrawBackgroundColor(SpeedoText[p][7], 255);
			TextDrawFont(SpeedoText[p][7], 1);
			TextDrawLetterSize(SpeedoText[p][7], 0.200000, 1.200000);
			TextDrawColor(SpeedoText[p][7], -1);
			TextDrawSetOutline(SpeedoText[p][7], 0);
			TextDrawSetProportional(SpeedoText[p][7], 1);
			TextDrawSetShadow(SpeedoText[p][7], 1);
			TextDrawSetSelectable(SpeedoText[p][7], 0);

			SpeedoText[p][8] = TextDrawCreate(608.000000, 419.000000, "1000");
			TextDrawBackgroundColor(SpeedoText[p][8], 255);
			TextDrawFont(SpeedoText[p][8], 1);
			TextDrawLetterSize(SpeedoText[p][8], 0.210000, 1.200000);
			TextDrawColor(SpeedoText[p][8], -361269249);
			TextDrawSetOutline(SpeedoText[p][8], 0);
			TextDrawSetProportional(SpeedoText[p][8], 1);
			TextDrawSetShadow(SpeedoText[p][8], 1);
			TextDrawSetSelectable(SpeedoText[p][8], 0);

			SpeedoText[p][9] = TextDrawCreate(469.000000, 421.000000, "Kilometrazas");
			TextDrawBackgroundColor(SpeedoText[p][9], 255);
			TextDrawFont(SpeedoText[p][9], 2);
			TextDrawLetterSize(SpeedoText[p][9], 0.160000, 1.100000);
			TextDrawColor(SpeedoText[p][9], -1);
			TextDrawSetOutline(SpeedoText[p][9], 0);
			TextDrawSetProportional(SpeedoText[p][9], 1);
			TextDrawSetShadow(SpeedoText[p][9], 1);
			TextDrawSetSelectable(SpeedoText[p][9], 0);

			SpeedoText[p][10] = TextDrawCreate(473.000000, 407.000000, "000,00");
			TextDrawBackgroundColor(SpeedoText[p][10], 255);
			TextDrawFont(SpeedoText[p][10], 2);
			TextDrawLetterSize(SpeedoText[p][10], 0.260000, 1.600000);
			TextDrawColor(SpeedoText[p][10], -1);
			TextDrawSetOutline(SpeedoText[p][10], 0);
			TextDrawSetProportional(SpeedoText[p][10], 1);
			TextDrawSetShadow(SpeedoText[p][10], 1);
			TextDrawSetSelectable(SpeedoText[p][10], 0);
Redaguota , nario @Hugo

 

New'ai

        new Text:SpeedoText[MAX_PLAYERS][10],
        //Text:SpeedoBox,
        //Text:SpeedoLine,
        bool:Ribotuvas[MAX_PLAYERS],
        bool:TuriGreiti[MAX_PLAYERS],
        bool:SuperGreitis[MAX_PLAYERS],
        Float:g_fSpeedCap[MAX_PLAYERS] = {0.0, ...},
        RadijosPavadinimas[MAX_VEHICLES],
        RadijosURL[MAX_VEHICLES];

Textdraw :

			SpeedoText[p][0] = TextDrawCreate(654.000000, 437.000000, "_");
			TextDrawBackgroundColor(SpeedoText[p][0], 255);
			TextDrawFont(SpeedoText[p][0], 1);
			TextDrawLetterSize(SpeedoText[p][0], 0.500000, -4.000000);
			TextDrawColor(SpeedoText[p][0], -1);
			TextDrawSetOutline(SpeedoText[p][0], 0);
			TextDrawSetProportional(SpeedoText[p][0], 1);
			TextDrawSetShadow(SpeedoText[p][0], 1);
			TextDrawUseBox(SpeedoText[p][0], 1);
			TextDrawBoxColor(SpeedoText[p][0], 202116236);
			TextDrawTextSize(SpeedoText[p][0], 570.000000, 100.000000);
			TextDrawSetSelectable(SpeedoText[p][0], 0);

			SpeedoText[p][1] = TextDrawCreate(575.000000, 443.000000, "_");
			TextDrawBackgroundColor(SpeedoText[p][1], 255);
			TextDrawFont(SpeedoText[p][1], 1);
			TextDrawLetterSize(SpeedoText[p][1], 0.500000, -5.800000);
			TextDrawColor(SpeedoText[p][1], -1);
			TextDrawSetOutline(SpeedoText[p][1], 0);
			TextDrawSetProportional(SpeedoText[p][1], 1);
			TextDrawSetShadow(SpeedoText[p][1], 1);
			TextDrawUseBox(SpeedoText[p][1], 1);
			TextDrawBoxColor(SpeedoText[p][1], 202116276);
			TextDrawTextSize(SpeedoText[p][1], 520.000000, 100.000000);
			TextDrawSetSelectable(SpeedoText[p][1], 0);

			SpeedoText[p][2] = TextDrawCreate(524.000000, 437.000000, "_");
			TextDrawBackgroundColor(SpeedoText[p][2], 255);
			TextDrawFont(SpeedoText[p][2], 1);
			TextDrawLetterSize(SpeedoText[p][2], 0.500000, -4.000000);
			TextDrawColor(SpeedoText[p][2], -1);
			TextDrawSetOutline(SpeedoText[p][2], 0);
			TextDrawSetProportional(SpeedoText[p][2], 1);
			TextDrawSetShadow(SpeedoText[p][2], 1);
			TextDrawUseBox(SpeedoText[p][2], 1);
			TextDrawBoxColor(SpeedoText[p][2], 202116236);
			TextDrawTextSize(SpeedoText[p][2], 460.000000, 100.000000);
			TextDrawSetSelectable(SpeedoText[p][2], 0);

			SpeedoText[p][3] = TextDrawCreate(528.000000, 400.000000, "500");
			TextDrawBackgroundColor(SpeedoText[p][3], 255);
			TextDrawFont(SpeedoText[p][3], 2);
			TextDrawLetterSize(SpeedoText[p][3], 0.500000, 2.000000);
			TextDrawColor(SpeedoText[p][3], -1);
			TextDrawSetOutline(SpeedoText[p][3], 0);
			TextDrawSetProportional(SpeedoText[p][3], 1);
			TextDrawSetShadow(SpeedoText[p][3], 1);
			TextDrawSetSelectable(SpeedoText[p][3], 0);

			SpeedoText[p][4] = TextDrawCreate(536.000000, 418.000000, "KM/H");
			TextDrawBackgroundColor(SpeedoText[p][4], 255);
			TextDrawFont(SpeedoText[p][4], 2);
			TextDrawLetterSize(SpeedoText[p][4], 0.230000, 1.300000);
			TextDrawColor(SpeedoText[p][4], -1);
			TextDrawSetOutline(SpeedoText[p][4], 0);
			TextDrawSetProportional(SpeedoText[p][4], 1);
			TextDrawSetShadow(SpeedoText[p][4], 1);
			TextDrawSetSelectable(SpeedoText[p][4], 0);

			SpeedoText[p][5] = TextDrawCreate(575.000000, 405.000000, "Degalai:");
			TextDrawBackgroundColor(SpeedoText[p][5], 255);
			TextDrawFont(SpeedoText[p][5], 1);
			TextDrawLetterSize(SpeedoText[p][5], 0.210000, 1.200000);
			TextDrawColor(SpeedoText[p][5], -1);
			TextDrawSetOutline(SpeedoText[p][5], 0);
			TextDrawSetProportional(SpeedoText[p][5], 1);
			TextDrawSetShadow(SpeedoText[p][5], 1);
			TextDrawSetSelectable(SpeedoText[p][5], 0);

			SpeedoText[p][6] = TextDrawCreate(608.000000, 405.000000, "000");
			TextDrawBackgroundColor(SpeedoText[p][6], 255);
			TextDrawFont(SpeedoText[p][6], 1);
			TextDrawLetterSize(SpeedoText[p][6], 0.210000, 1.200000);
			TextDrawColor(SpeedoText[p][6], -361269249);
			TextDrawSetOutline(SpeedoText[p][6], 0);
			TextDrawSetProportional(SpeedoText[p][6], 1);
			TextDrawSetShadow(SpeedoText[p][6], 1);
			TextDrawSetSelectable(SpeedoText[p][6], 0);

			SpeedoText[p][7] = TextDrawCreate(575.000000, 418.000000, "Tr.Bukle:");
			TextDrawBackgroundColor(SpeedoText[p][7], 255);
			TextDrawFont(SpeedoText[p][7], 1);
			TextDrawLetterSize(SpeedoText[p][7], 0.200000, 1.200000);
			TextDrawColor(SpeedoText[p][7], -1);
			TextDrawSetOutline(SpeedoText[p][7], 0);
			TextDrawSetProportional(SpeedoText[p][7], 1);
			TextDrawSetShadow(SpeedoText[p][7], 1);
			TextDrawSetSelectable(SpeedoText[p][7], 0);

			SpeedoText[p][8] = TextDrawCreate(608.000000, 419.000000, "1000");
			TextDrawBackgroundColor(SpeedoText[p][8], 255);
			TextDrawFont(SpeedoText[p][8], 1);
			TextDrawLetterSize(SpeedoText[p][8], 0.210000, 1.200000);
			TextDrawColor(SpeedoText[p][8], -361269249);
			TextDrawSetOutline(SpeedoText[p][8], 0);
			TextDrawSetProportional(SpeedoText[p][8], 1);
			TextDrawSetShadow(SpeedoText[p][8], 1);
			TextDrawSetSelectable(SpeedoText[p][8], 0);

			SpeedoText[p][9] = TextDrawCreate(469.000000, 421.000000, "Kilometrazas");
			TextDrawBackgroundColor(SpeedoText[p][9], 255);
			TextDrawFont(SpeedoText[p][9], 2);
			TextDrawLetterSize(SpeedoText[p][9], 0.160000, 1.100000);
			TextDrawColor(SpeedoText[p][9], -1);
			TextDrawSetOutline(SpeedoText[p][9], 0);
			TextDrawSetProportional(SpeedoText[p][9], 1);
			TextDrawSetShadow(SpeedoText[p][9], 1);
			TextDrawSetSelectable(SpeedoText[p][9], 0);

			SpeedoText[p][10] = TextDrawCreate(473.000000, 407.000000, "000,00");
			TextDrawBackgroundColor(SpeedoText[p][10], 255);
			TextDrawFont(SpeedoText[p][10], 2);
			TextDrawLetterSize(SpeedoText[p][10], 0.260000, 1.600000);
			TextDrawColor(SpeedoText[p][10], -1);
			TextDrawSetOutline(SpeedoText[p][10], 0);
			TextDrawSetProportional(SpeedoText[p][10], 1);
			TextDrawSetShadow(SpeedoText[p][10], 1);
			TextDrawSetSelectable(SpeedoText[p][10], 0);

Pats viską darei, ar kopijavai nuo kažkur? Jei ne, tai keisk viską tik su MAX_PLAYERS, kito masyvo nedaryk

Ši tema yra neaktyvi. Paskutinis pranešimas šioje temoje buvo prieš 3643 dienas (-ų). Patariame sukurti naują temą, o ne rašyti naują pranešimą.

Už neaktyvių temų prikėlimą galite sulaukti įspėjimo ir pranešimo pašalinimo!

Prisijungti prie diskusijos

Palikti atsakymą galite iš karto, o užsiregistruoti vėliau. Jeigu jau turite paskyrą mūsų forume, Prisijunkite.

Svečias
Atsakyti šioje temoje...

×   Įklijuotas tekstas turi teksto formatavimą.   Pašalinti teksto formatavimą

  Galimi tik 75 veidukai.

×   Nuoroda buvo automatiškai įterpta.   Įterpti nuorodą paprastai

×   Jūsų ankstesnis pranešimas buvo atkurtas.   Išvalyti redaktorių

×   Jūs negalite įkelti nuotraukas tiesiogiai.Įkelkite arba įdėkite nuotraukas iš URL.

  • Šiame puslapyje naršo:   0 nariai

    • Nėra registruotų narių peržiūrinčių šį forumą.

Skelbimai


×
×
  • Sukurti naują...