20.12.2013, 17:24
when i select this textdraw(tvasio2) it will change his color to 0x1E90FFFF
but that does not happen. why?
pawn Код:
if(playertextid == tvasio2[playerid])
{
PlayerTextDrawColor(playerid, tvasio2[playerid], 0x1E90FFFF);
return 1;
}