23.07.2015, 00:01
I tried to create a color saver/loader and it keep returning black. I wanted it to work like if I type:
it set my color purple.
and then when I disconnect it save my color. then when I connect, it set my color back to purple. anyway to do this?
Код:
CMD:purple(playerid, params[]) { SetPlayerColor(playerid, COLOR_PURPLE); SendClientMessage(playerid, COLOR_LIME, "Your name color successfully change to Purple!"); }
and then when I disconnect it save my color. then when I connect, it set my color back to purple. anyway to do this?