06.01.2011, 19:11
Quote:
First of all you haven't defined the variable hexcolor? Second off you haven't made HexColor return the GetPlayerColor
|
Sure i have defined hexcolor (this stock was only for demonstration what I need) but thanks for notice.
But I do not know how can i get return in format compatibile with dialog from command GetPlayerColor.
If I use :
Код:
new string[64]; format(string, sizeof(string), "%x", GetPlayerColor(playerid));
What is wrong in this simple function?