18.10.2016, 15:11
(
Последний раз редактировалось vassilis; 19.10.2016 в 12:00.
)
I am trying to make a tag system but yet it doesnt save tag color..
At the first print(
It prints the correct argb color.
But at the next dialog
it prints
Font: Ariel
Color: riel
Name: test
(Propabbly From Ariel i guess.. but why ?)
Of course, it doesn't show the text because the color is invalid..
At the first print(
PHP код:
SendFM(playerid, -1, "Color: %s",TagInfo[playerid][TagFontColor]);
PHP код:
SendFM(playerid, -1, "Font: %s", TagInfo[playerid][TagFont]);
SendFM(playerid, -1, "Color: %s", TagInfo[playerid][TagFontColor]);
SendFM(playerid, -1, "Name: %s", TagInfo[playerid]
it prints
Font: Ariel
Color: riel
Name: test
(Propabbly From Ariel i guess.. but why ?)
Of course, it doesn't show the text because the color is invalid..