[Ajuda] Erro ao adcionar Velocimetro
#1

Eu fui trocar o velocimetro do meu GM e agora ta dando um erro.

Код:
C:\Users\Igor\Desktop\Brasil Play Street\gamemodes\BPS.pwn(14726) : error 017: undefined symbol "i"
C:\Users\Igor\Desktop\Brasil Play Street\gamemodes\BPS.pwn(14727) : error 017: undefined symbol "i"
C:\Users\Igor\Desktop\Brasil Play Street\gamemodes\BPS.pwn(14728) : error 017: undefined symbol "i"
C:\Users\Igor\Desktop\Brasil Play Street\gamemodes\BPS.pwn(14729) : error 017: undefined symbol "i"
C:\Users\Igor\Desktop\Brasil Play Street\gamemodes\BPS.pwn(14730) : error 017: undefined symbol "i"
C:\Users\Igor\Desktop\Brasil Play Street\gamemodes\BPS.pwn(14731) : error 017: undefined symbol "i"
C:\Users\Igor\Desktop\Brasil Play Street\gamemodes\BPS.pwn(14732) : error 017: undefined symbol "i"
C:\Users\Igor\Desktop\Brasil Play Street\gamemodes\BPS.pwn(14733) : error 017: undefined symbol "i"
C:\Users\Igor\Desktop\Brasil Play Street\gamemodes\BPS.pwn(14735) : error 017: undefined symbol "i"
C:\Users\Igor\Desktop\Brasil Play Street\gamemodes\BPS.pwn(14736) : error 017: undefined symbol "i"
C:\Users\Igor\Desktop\Brasil Play Street\gamemodes\BPS.pwn(14737) : error 017: undefined symbol "i"
C:\Users\Igor\Desktop\Brasil Play Street\gamemodes\BPS.pwn(14738) : error 017: undefined symbol "i"
C:\Users\Igor\Desktop\Brasil Play Street\gamemodes\BPS.pwn(14740) : error 017: undefined symbol "i"
C:\Users\Igor\Desktop\Brasil Play Street\gamemodes\BPS.pwn(14741) : error 017: undefined symbol "i"
C:\Users\Igor\Desktop\Brasil Play Street\gamemodes\BPS.pwn(14742) : error 017: undefined symbol "i"
C:\Users\Igor\Desktop\Brasil Play Street\gamemodes\BPS.pwn(14743) : error 017: undefined symbol "i"
C:\Users\Igor\Desktop\Brasil Play Street\gamemodes\BPS.pwn(14744) : error 017: undefined symbol "i"
C:\Users\Igor\Desktop\Brasil Play Street\gamemodes\BPS.pwn(14745) : error 017: undefined symbol "i"
C:\Users\Igor\Desktop\Brasil Play Street\gamemodes\BPS.pwn(14746) : error 017: undefined symbol "i"
C:\Users\Igor\Desktop\Brasil Play Street\gamemodes\BPS.pwn(14747) : error 017: undefined symbol "i"
C:\Users\Igor\Desktop\Brasil Play Street\gamemodes\BPS.pwn(14748) : error 017: undefined symbol "i"
C:\Users\Igor\Desktop\Brasil Play Street\gamemodes\BPS.pwn(14750) : error 017: undefined symbol "i"
C:\Users\Igor\Desktop\Brasil Play Street\gamemodes\BPS.pwn(14751) : error 017: undefined symbol "i"
C:\Users\Igor\Desktop\Brasil Play Street\gamemodes\BPS.pwn(14752) : error 017: undefined symbol "i"
C:\Users\Igor\Desktop\Brasil Play Street\gamemodes\BPS.pwn(14753) : error 017: undefined symbol "i"
C:\Users\Igor\Desktop\Brasil Play Street\gamemodes\BPS.pwn(14754) : error 017: undefined symbol "i"
Linha do erro:
Код:
	//VELOCIMETRO
 		box[i] = TextDrawCreate(198.000000,395.000000,"_");
		TextDrawUseBox(box[i],1);
		TextDrawBoxColor(box[i],0x00000066);
		TextDrawTextSize(box[i],460.000000,0.000000);
		TextDrawAlignment(box[i],0);
		TextDrawBackgroundColor(box[i],0x00000033);
		TextDrawFont(box[i],3);
		TextDrawLetterSize(box[i],0.500000, 4.800000);
		//TextDrawLetterSize(box[i],1.000000,3.000000);
		TextDrawColor(box[i],0xffffffff);
		TextDrawSetOutline(box[i],1);
		TextDrawSetProportional(box[i],1);
		TextDrawSetShadow(box[i],1);

		fahrzeug[i] = TextDrawCreate(198.000000,396.000000," ");
		TextDrawAlignment(fahrzeug[i],0);
		TextDrawBackgroundColor(fahrzeug[i],0x000000ff);
		TextDrawFont(fahrzeug[i],1);
		TextDrawLetterSize(fahrzeug[i],0.299999,1.000000);
		TextDrawColor(fahrzeug[i],0xffffffff);
		TextDrawSetOutline(fahrzeug[i],1);
		TextDrawSetProportional(fahrzeug[i],1);
		TextDrawSetShadow(fahrzeug[i],1);

		mph[i] = TextDrawCreate(368.000000,396.000000," ");
		TextDrawAlignment(mph[i],0);
		TextDrawBackgroundColor(mph[i],0x000000ff);
		TextDrawFont(mph[i],1);
		TextDrawLetterSize(mph[i],0.299999,1.000000);
		TextDrawColor(mph[i],0xffffffff);
		TextDrawSetOutline(mph[i],1);
		TextDrawSetProportional(mph[i],1);
		TextDrawSetShadow(mph[i],1);

		combustivelt[i] = TextDrawCreate(198.000000,408.000000," ");
		TextDrawAlignment(combustivelt[i],0);
		TextDrawBackgroundColor(combustivelt[i],0x000000ff);
		TextDrawFont(combustivelt[i],1);
		TextDrawLetterSize(combustivelt[i],0.299999,1.000000);
		TextDrawColor(combustivelt[i],0xffffffff);
		TextDrawSetOutline(combustivelt[i],1);
		TextDrawSetProportional(combustivelt[i],1);
		TextDrawSetShadow(combustivelt[i],1);

		zustand[i] = TextDrawCreate(368.000000,408.000000," ");
		TextDrawAlignment(zustand[i],0);
		TextDrawBackgroundColor(zustand[i],0x000000ff);
		TextDrawFont(zustand[i],1);
		TextDrawLetterSize(zustand[i],0.299999,1.000000);
		TextDrawColor(zustand[i],0xffffffff);
		TextDrawSetOutline(zustand[i],1);
		TextDrawSetProportional(zustand[i],1);
		TextDrawSetShadow(zustand[i],1);

		gps[i] = TextDrawCreate(198.000000,420.000000," ");
		TextDrawAlignment(gps[i],0);
		TextDrawBackgroundColor(gps[i],0x000000ff);
		TextDrawFont(gps[i],1);
		TextDrawLetterSize(gps[i],0.299999,1.000000);
		TextDrawColor(gps[i],0xffffffff);
		TextDrawSetOutline(gps[i],1);
		TextDrawSetProportional(gps[i],1);
		TextDrawSetShadow(gps[i],1);

		hoehe[i] = TextDrawCreate(368.000000,420.000000," ");
		TextDrawAlignment(hoehe[i],0);
		TextDrawBackgroundColor(hoehe[i],0x000000ff);
		TextDrawFont(hoehe[i],1);
		TextDrawLetterSize(hoehe[i],0.299999,1.000000);
		TextDrawColor(hoehe[i],0xffffffff);
		TextDrawSetOutline(hoehe[i],1);
		TextDrawSetProportional(hoehe[i],1);
		TextDrawSetShadow(hoehe[i],1);

		url[i] = TextDrawCreate(198.000000,432.000000,URLTHIAGO);
		TextDrawAlignment(url[i],0);
		TextDrawBackgroundColor(url[i],0x000000ff);
		TextDrawFont(url[i],1);
		TextDrawLetterSize(url[i],0.299999,1.000000);
		TextDrawColor(url[i],0xffffffff);
		TextDrawSetOutline(url[i],1);
		TextDrawSetProportional(url[i],1);
		TextDrawSetShadow(url[i],1);

		forum[i] = TextDrawCreate(1.000000,435.000000," ~w~www.~b~~h~~h~br-stylerpg~w~.forumeiros.com  ~w~Tenha um bom jogo~w~  ~g~~h~~h~versao ~w~3.1~w~~<~");
		TextDrawUseBox(forum[i],1);
		TextDrawBoxColor(forum[i],0x00000066);
		TextDrawTextSize(forum[i],641.000000,0.000000);
		TextDrawAlignment(forum[i],0);
		TextDrawBackgroundColor(forum[i],0x000000ff);
		TextDrawFont(forum[i],3);
		TextDrawLetterSize(forum[i],0.499999,1.300000);
		TextDrawColor(forum[i],0xffffffff);
		TextDrawSetOutline(forum[i],1);
		TextDrawSetProportional(forum[i],1);
		TextDrawSetShadow(forum[i],1);

		forum[i] = TextDrawCreate(1.000000,435.000000," ~w~www.~b~~h~~h~br-stylerpg~w~.forumeiros.com  ~w~Tenha um bom jogo~w~  ~g~~h~~h~versao ~w~3.1~w~~<~");
		TextDrawUseBox(forum[i],1);
		TextDrawBoxColor(forum[i],0x00000066);
		TextDrawTextSize(forum[i],641.000000,0.000000);
		TextDrawAlignment(forum[i],0);
		TextDrawBackgroundColor(forum[i],0x000000ff);
		TextDrawFont(forum[i],3);
		TextDrawLetterSize(forum[i],0.499999,1.300000);
		TextDrawColor(forum[i],0xffffffff);
		TextDrawSetOutline(forum[i],1);
		TextDrawSetProportional(forum[i],1);
		TextDrawSetShadow(forum[i],1);
Se alguem puder me ajudar agradeзo.
Reply
#2

pawn Код:
//VELOCIMETRO
        box[playerid] = TextDrawCreate(198.000000,395.000000,"_");
        TextDrawUseBox(box[playerid],1);
        TextDrawBoxColor(box[playerid],0x00000066);
        TextDrawTextSize(box[playerid],460.000000,0.000000);
        TextDrawAlignment(box[playerid],0);
        TextDrawBackgroundColor(box[playerid],0x00000033);
        TextDrawFont(box[playerid],3);
        TextDrawLetterSize(box[playerid],0.500000, 4.800000);
        //TextDrawLetterSize(box[playerid],1.000000,3.000000);
        TextDrawColor(box[playerid],0xffffffff);
        TextDrawSetOutline(box[playerid],1);
        TextDrawSetProportional(box[playerid],1);
        TextDrawSetShadow(box[playerid],1);

        fahrzeug[playerid] = TextDrawCreate(198.000000,396.000000," ");
        TextDrawAlignment(fahrzeug[playerid],0);
        TextDrawBackgroundColor(fahrzeug[playerid],0x000000ff);
        TextDrawFont(fahrzeug[playerid],1);
        TextDrawLetterSize(fahrzeug[playerid],0.299999,1.000000);
        TextDrawColor(fahrzeug[playerid],0xffffffff);
        TextDrawSetOutline(fahrzeug[playerid],1);
        TextDrawSetProportional(fahrzeug[playerid],1);
        TextDrawSetShadow(fahrzeug[playerid],1);

        mph[playerid] = TextDrawCreate(368.000000,396.000000," ");
        TextDrawAlignment(mph[playerid],0);
        TextDrawBackgroundColor(mph[playerid],0x000000ff);
        TextDrawFont(mph[playerid],1);
        TextDrawLetterSize(mph[playerid],0.299999,1.000000);
        TextDrawColor(mph[playerid],0xffffffff);
        TextDrawSetOutline(mph[playerid],1);
        TextDrawSetProportional(mph[playerid],1);
        TextDrawSetShadow(mph[playerid],1);

        combustivelt[playerid] = TextDrawCreate(198.000000,408.000000," ");
        TextDrawAlignment(combustivelt[playerid],0);
        TextDrawBackgroundColor(combustivelt[playerid],0x000000ff);
        TextDrawFont(combustivelt[playerid],1);
        TextDrawLetterSize(combustivelt[playerid],0.299999,1.000000);
        TextDrawColor(combustivelt[playerid],0xffffffff);
        TextDrawSetOutline(combustivelt[playerid],1);
        TextDrawSetProportional(combustivelt[playerid],1);
        TextDrawSetShadow(combustivelt[playerid],1);

        zustand[playerid] = TextDrawCreate(368.000000,408.000000," ");
        TextDrawAlignment(zustand[playerid],0);
        TextDrawBackgroundColor(zustand[playerid],0x000000ff);
        TextDrawFont(zustand[playerid],1);
        TextDrawLetterSize(zustand[playerid],0.299999,1.000000);
        TextDrawColor(zustand[playerid],0xffffffff);
        TextDrawSetOutline(zustand[playerid],1);
        TextDrawSetProportional(zustand[playerid],1);
        TextDrawSetShadow(zustand[playerid],1);

        gps[playerid] = TextDrawCreate(198.000000,420.000000," ");
        TextDrawAlignment(gps[playerid],0);
        TextDrawBackgroundColor(gps[playerid],0x000000ff);
        TextDrawFont(gps[playerid],1);
        TextDrawLetterSize(gps[playerid],0.299999,1.000000);
        TextDrawColor(gps[playerid],0xffffffff);
        TextDrawSetOutline(gps[playerid],1);
        TextDrawSetProportional(gps[playerid],1);
        TextDrawSetShadow(gps[playerid],1);

        hoehe[playerid] = TextDrawCreate(368.000000,420.000000," ");
        TextDrawAlignment(hoehe[playerid],0);
        TextDrawBackgroundColor(hoehe[playerid],0x000000ff);
        TextDrawFont(hoehe[playerid],1);
        TextDrawLetterSize(hoehe[playerid],0.299999,1.000000);
        TextDrawColor(hoehe[playerid],0xffffffff);
        TextDrawSetOutline(hoehe[playerid],1);
        TextDrawSetProportional(hoehe[playerid],1);
        TextDrawSetShadow(hoehe[playerid],1);

        url[playerid] = TextDrawCreate(198.000000,432.000000,URLTHIAGO);
        TextDrawAlignment(url[playerid],0);
        TextDrawBackgroundColor(url[playerid],0x000000ff);
        TextDrawFont(url[playerid],1);
        TextDrawLetterSize(url[playerid],0.299999,1.000000);
        TextDrawColor(url[playerid],0xffffffff);
        TextDrawSetOutline(url[playerid],1);
        TextDrawSetProportional(url[playerid],1);
        TextDrawSetShadow(url[playerid],1);

        forum[playerid] = TextDrawCreate(1.000000,435.000000," ~w~http://www.~b~~h~~h~br-stylerpg~w~.forumeiros.com  ~w~Tenha um bom jogo~w~  ~g~~h~~h~versao ~w~3.1~w~~<~");
        TextDrawUseBox(forum[playerid],1);
        TextDrawBoxColor(forum[playerid],0x00000066);
        TextDrawTextSize(forum[playerid],641.000000,0.000000);
        TextDrawAlignment(forum[playerid],0);
        TextDrawBackgroundColor(forum[playerid],0x000000ff);
        TextDrawFont(forum[playerid],3);
        TextDrawLetterSize(forum[playerid],0.499999,1.300000);
        TextDrawColor(forum[playerid],0xffffffff);
        TextDrawSetOutline(forum[playerid],1);
        TextDrawSetProportional(forum[playerid],1);
        TextDrawSetShadow(forum[playerid],1);

        forum[playerid] = TextDrawCreate(1.000000,435.000000," ~w~http://www.~b~~h~~h~br-stylerpg~w~.forumeiros.com  ~w~Tenha um bom jogo~w~  ~g~~h~~h~versao ~w~3.1~w~~<~");
        TextDrawUseBox(forum[playerid],1);
        TextDrawBoxColor(forum[playerid],0x00000066);
        TextDrawTextSize(forum[playerid],641.000000,0.000000);
        TextDrawAlignment(forum[playerid],0);
        TextDrawBackgroundColor(forum[playerid],0x000000ff);
        TextDrawFont(forum[playerid],3);
        TextDrawLetterSize(forum[playerid],0.499999,1.300000);
        TextDrawColor(forum[playerid],0xffffffff);
        TextDrawSetOutline(forum[playerid],1);
        TextDrawSetProportional(forum[playerid],1);
        TextDrawSetShadow(forum[playerid],1);
Reply
#3

pawn Код:
for(new i; i < MAX_PLAYERS; ++i) {
    //seu cуdigo aqui.
}
Reply
#4

Код:
C:\Users\Igor\Desktop\Brasil Play Street\gamemodes\BPS.pwn(14727) : error 017: undefined symbol "playerid"
C:\Users\Igor\Desktop\Brasil Play Street\gamemodes\BPS.pwn(14728) : error 017: undefined symbol "playerid"
C:\Users\Igor\Desktop\Brasil Play Street\gamemodes\BPS.pwn(14729) : error 017: undefined symbol "playerid"
C:\Users\Igor\Desktop\Brasil Play Street\gamemodes\BPS.pwn(14730) : error 017: undefined symbol "playerid"
C:\Users\Igor\Desktop\Brasil Play Street\gamemodes\BPS.pwn(14731) : error 017: undefined symbol "playerid"
C:\Users\Igor\Desktop\Brasil Play Street\gamemodes\BPS.pwn(14732) : error 017: undefined symbol "playerid"
C:\Users\Igor\Desktop\Brasil Play Street\gamemodes\BPS.pwn(14733) : error 017: undefined symbol "playerid"
C:\Users\Igor\Desktop\Brasil Play Street\gamemodes\BPS.pwn(14734) : error 017: undefined symbol "playerid"
C:\Users\Igor\Desktop\Brasil Play Street\gamemodes\BPS.pwn(14736) : error 017: undefined symbol "playerid"
C:\Users\Igor\Desktop\Brasil Play Street\gamemodes\BPS.pwn(14737) : error 017: undefined symbol "playerid"
C:\Users\Igor\Desktop\Brasil Play Street\gamemodes\BPS.pwn(14738) : error 017: undefined symbol "playerid"
C:\Users\Igor\Desktop\Brasil Play Street\gamemodes\BPS.pwn(14739) : error 017: undefined symbol "playerid"
C:\Users\Igor\Desktop\Brasil Play Street\gamemodes\BPS.pwn(14741) : error 017: undefined symbol "playerid"
C:\Users\Igor\Desktop\Brasil Play Street\gamemodes\BPS.pwn(14742) : error 017: undefined symbol "playerid"
C:\Users\Igor\Desktop\Brasil Play Street\gamemodes\BPS.pwn(14743) : error 017: undefined symbol "playerid"
C:\Users\Igor\Desktop\Brasil Play Street\gamemodes\BPS.pwn(14744) : error 017: undefined symbol "playerid"
C:\Users\Igor\Desktop\Brasil Play Street\gamemodes\BPS.pwn(14745) : error 017: undefined symbol "playerid"
C:\Users\Igor\Desktop\Brasil Play Street\gamemodes\BPS.pwn(14746) : error 017: undefined symbol "playerid"
C:\Users\Igor\Desktop\Brasil Play Street\gamemodes\BPS.pwn(14747) : error 017: undefined symbol "playerid"
C:\Users\Igor\Desktop\Brasil Play Street\gamemodes\BPS.pwn(14748) : error 017: undefined symbol "playerid"
C:\Users\Igor\Desktop\Brasil Play Street\gamemodes\BPS.pwn(14749) : error 017: undefined symbol "playerid"
C:\Users\Igor\Desktop\Brasil Play Street\gamemodes\BPS.pwn(14751) : error 017: undefined symbol "playerid"
C:\Users\Igor\Desktop\Brasil Play Street\gamemodes\BPS.pwn(14752) : error 017: undefined symbol "playerid"
C:\Users\Igor\Desktop\Brasil Play Street\gamemodes\BPS.pwn(14753) : error 017: undefined symbol "playerid"
C:\Users\Igor\Desktop\Brasil Play Street\gamemodes\BPS.pwn(14754) : error 017: undefined symbol "playerid"
C:\Users\Igor\Desktop\Brasil Play Street\gamemodes\BPS.pwn(14755) : error 017: undefined symbol "playerid"
ta dando agora.
Reply
#5

pawn Код:
new playerid;
Reply
#6

Se vc estiver colocando na public OnGameModeInit

Coloque um loop como zbt postou

Quote:
Originally Posted by zbt
Посмотреть сообщение
pawn Код:
for(new i; i < MAX_PLAYERS; ++i) {
    //seu cуdigo aqui.
}
ficando assim:

PHP код:
//VELOCIMETRO
    
for(new 0MAX_PLAYERSi++)
    {
         
box[i] = TextDrawCreate(198.000000,395.000000,"_");
        
TextDrawUseBox(box[i],1);
        
TextDrawBoxColor(box[i],0x00000066);
        
TextDrawTextSize(box[i],460.000000,0.000000);
        
TextDrawAlignment(box[i],0);
        
TextDrawBackgroundColor(box[i],0x00000033);
        
TextDrawFont(box[i],3);
        
TextDrawLetterSize(box[i],0.5000004.800000);
        
//TextDrawLetterSize(box[i],1.000000,3.000000);
        
TextDrawColor(box[i],0xffffffff);
        
TextDrawSetOutline(box[i],1);
        
TextDrawSetProportional(box[i],1);
        
TextDrawSetShadow(box[i],1);
        
fahrzeug[i] = TextDrawCreate(198.000000,396.000000," ");
        
TextDrawAlignment(fahrzeug[i],0);
        
TextDrawBackgroundColor(fahrzeug[i],0x000000ff);
        
TextDrawFont(fahrzeug[i],1);
        
TextDrawLetterSize(fahrzeug[i],0.299999,1.000000);
        
TextDrawColor(fahrzeug[i],0xffffffff);
        
TextDrawSetOutline(fahrzeug[i],1);
        
TextDrawSetProportional(fahrzeug[i],1);
        
TextDrawSetShadow(fahrzeug[i],1);
        
mph[i] = TextDrawCreate(368.000000,396.000000," ");
        
TextDrawAlignment(mph[i],0);
        
TextDrawBackgroundColor(mph[i],0x000000ff);
        
TextDrawFont(mph[i],1);
        
TextDrawLetterSize(mph[i],0.299999,1.000000);
        
TextDrawColor(mph[i],0xffffffff);
        
TextDrawSetOutline(mph[i],1);
        
TextDrawSetProportional(mph[i],1);
        
TextDrawSetShadow(mph[i],1);
        
combustivelt[i] = TextDrawCreate(198.000000,408.000000," ");
        
TextDrawAlignment(combustivelt[i],0);
        
TextDrawBackgroundColor(combustivelt[i],0x000000ff);
        
TextDrawFont(combustivelt[i],1);
        
TextDrawLetterSize(combustivelt[i],0.299999,1.000000);
        
TextDrawColor(combustivelt[i],0xffffffff);
        
TextDrawSetOutline(combustivelt[i],1);
        
TextDrawSetProportional(combustivelt[i],1);
        
TextDrawSetShadow(combustivelt[i],1);
        
zustand[i] = TextDrawCreate(368.000000,408.000000," ");
        
TextDrawAlignment(zustand[i],0);
        
TextDrawBackgroundColor(zustand[i],0x000000ff);
        
TextDrawFont(zustand[i],1);
        
TextDrawLetterSize(zustand[i],0.299999,1.000000);
        
TextDrawColor(zustand[i],0xffffffff);
        
TextDrawSetOutline(zustand[i],1);
        
TextDrawSetProportional(zustand[i],1);
        
TextDrawSetShadow(zustand[i],1);
        
gps[i] = TextDrawCreate(198.000000,420.000000," ");
        
TextDrawAlignment(gps[i],0);
        
TextDrawBackgroundColor(gps[i],0x000000ff);
        
TextDrawFont(gps[i],1);
        
TextDrawLetterSize(gps[i],0.299999,1.000000);
        
TextDrawColor(gps[i],0xffffffff);
        
TextDrawSetOutline(gps[i],1);
        
TextDrawSetProportional(gps[i],1);
        
TextDrawSetShadow(gps[i],1);
        
hoehe[i] = TextDrawCreate(368.000000,420.000000," ");
        
TextDrawAlignment(hoehe[i],0);
        
TextDrawBackgroundColor(hoehe[i],0x000000ff);
        
TextDrawFont(hoehe[i],1);
        
TextDrawLetterSize(hoehe[i],0.299999,1.000000);
        
TextDrawColor(hoehe[i],0xffffffff);
        
TextDrawSetOutline(hoehe[i],1);
        
TextDrawSetProportional(hoehe[i],1);
        
TextDrawSetShadow(hoehe[i],1);
        
url[i] = TextDrawCreate(198.000000,432.000000,URLTHIAGO);
        
TextDrawAlignment(url[i],0);
        
TextDrawBackgroundColor(url[i],0x000000ff);
        
TextDrawFont(url[i],1);
        
TextDrawLetterSize(url[i],0.299999,1.000000);
        
TextDrawColor(url[i],0xffffffff);
        
TextDrawSetOutline(url[i],1);
        
TextDrawSetProportional(url[i],1);
        
TextDrawSetShadow(url[i],1);
        
forum[i] = TextDrawCreate(1.000000,435.000000," ~w~www.~b~~h~~h~br-stylerpg~w~.forumeiros.com  ~w~Tenha um bom jogo~w~  ~g~~h~~h~versao ~w~3.1~w~~<~");
        
TextDrawUseBox(forum[i],1);
        
TextDrawBoxColor(forum[i],0x00000066);
        
TextDrawTextSize(forum[i],641.000000,0.000000);
        
TextDrawAlignment(forum[i],0);
        
TextDrawBackgroundColor(forum[i],0x000000ff);
        
TextDrawFont(forum[i],3);
        
TextDrawLetterSize(forum[i],0.499999,1.300000);
        
TextDrawColor(forum[i],0xffffffff);
        
TextDrawSetOutline(forum[i],1);
        
TextDrawSetProportional(forum[i],1);
        
TextDrawSetShadow(forum[i],1);
        
forum[i] = TextDrawCreate(1.000000,435.000000," ~w~www.~b~~h~~h~br-stylerpg~w~.forumeiros.com  ~w~Tenha um bom jogo~w~  ~g~~h~~h~versao ~w~3.1~w~~<~");
        
TextDrawUseBox(forum[i],1);
        
TextDrawBoxColor(forum[i],0x00000066);
        
TextDrawTextSize(forum[i],641.000000,0.000000);
        
TextDrawAlignment(forum[i],0);
        
TextDrawBackgroundColor(forum[i],0x000000ff);
        
TextDrawFont(forum[i],3);
        
TextDrawLetterSize(forum[i],0.499999,1.300000);
        
TextDrawColor(forum[i],0xffffffff);
        
TextDrawSetOutline(forum[i],1);
        
TextDrawSetProportional(forum[i],1);
        
TextDrawSetShadow(forum[i],1);
    } 
Reply
#7

Consegui, Muito obrigado EditPawn, zbt e Luciano*.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)