22.09.2010, 11:53
Hello. I'm making a gang zones system and I have a little problem with colors.
What could be wrong, because it doesn't work. When I type for example white all good.
Код:
mysql_get_field("gang_color", sql);
format(sql,sizeof(sql),"%sFF",sql);
sscanf(sql, "x", GangColor);
gang[ID][Color] = GangColor;

