A little help with textdraws.
#3

Hey, I just found a quick tutorial but i'm having this 1 error on here
Код:
for(new i = 0; i < MAX_PLAYERS; i++) // That's the line <<<<<<<
{
    Health[i] = TextDrawCreate(8.000000, 430.000000, "HP 100%");
	TextDrawBackgroundColor(Health[i], 16711935);
	TextDrawFont(Health[i], 3);
	TextDrawLetterSize(Health[i], 0.700000, 1.800000);
	TextDrawColor(Health[i], 712256255);
	TextDrawSetOutline(Health[i], 1);
	TextDrawSetProportional(Health[i], 1);
}
Код:
C:\Users\yan\Desktop\SA-MP Server\gamemodes\DBv1.pwn(477) : error 010: invalid function or declaration
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
Reply


Messages In This Thread
A little help with textdraws. - by ivndosos - 17.01.2018, 14:23
Re: A little help with textdraws. - by Daveosss - 17.01.2018, 14:46
Re: A little help with textdraws. - by ivndosos - 17.01.2018, 14:56
Re: A little help with textdraws. - by Daveosss - 17.01.2018, 15:24
Re: A little help with textdraws. - by ivndosos - 17.01.2018, 15:53
Re: A little help with textdraws. - by Daveosss - 17.01.2018, 16:05

Forum Jump:


Users browsing this thread: 1 Guest(s)