Jump to content

pomoc [POMOC] TextDrawColor


Sanka

Recommended Posts

Zdravím, chtěl jsem upravit barvu TextDraw, ale stále mi to píše chybu a nemůžu přijít na tom, v čem to je. Za každou radu děkuji.

 

 

 

public OnPlayerConnect(playerid)
{
     SPEED[playerid] = TextDrawCreate(250.0,380.0," ");
     TextDrawColor(SPEED, 0x000000FF);
     TextDrawShowForPlayer(playerid,SPEED[playerid]);
     STAV[playerid] = TextDrawCreate(350.0,380.0," ");
     TextDrawColor(STAV, 0x000000FF)
     TextDrawShowForPlayer(playerid,STAV[playerid]);
return 1;
}

 
 
error 035: argument type mismatch (argument 1)
Edited by Sanka
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...