Why get errors ?
#5

All of the errors are on this line:
Quote:

if(EngineStatus[playerid] == 0)

I want to do a textdraw:
PHP код:
        format(strsizeof(str), "Engine: ~%s~%d \%"EngineColor(playerid), CarEngine[playerid]);
        
speedo4[playerid] = TextDrawCreate(470.0420.0" ");
        
TextDrawSetString(speedo4[playerid], str);
        
TextDrawSetShadow(speedo4[playerid], false);
        
TextDrawSetOutline(speedo4[playerid], 1);
        
TextDrawLetterSize(speedo4[playerid], TEXT_DRAW_X_FACTORTEXT_DRAW_Y_FACTOR);
        
TextDrawSetProportional(speedo4[playerid], 1);
        
TextDrawFont(speedo4[playerid], TEXT_DRAW_FONT);
        
TextDrawShowForPlayer(playeridspeedo4[playerid]); 
@Sawalha i have the same errors with your code
Reply


Messages In This Thread
Why get errors ? - by barts - 06.01.2014, 11:18
Re: Why get errors ? - by offon - 06.01.2014, 11:23
Re: Why get errors ? - by Sawalha - 06.01.2014, 11:23
Re: Why get errors ? - by MatriXgaMer - 06.01.2014, 11:24
Re: Why get errors ? - by barts - 06.01.2014, 11:24
Re: Why get errors ? - by Sawalha - 06.01.2014, 11:27
Re: Why get errors ? - by barts - 06.01.2014, 11:29
Re: Why get errors ? - by Sawalha - 06.01.2014, 11:34
Re: Why get errors ? - by barts - 06.01.2014, 11:37

Forum Jump:


Users browsing this thread: 1 Guest(s)