20.06.2014, 14:49
I want /assigncommander and /div commands if someone can help me with this i'll be happy :P
assigncommander - makes someone leader of dvision and he can invite/uninvite someone to the division
also did something and it's going like that
and i want only the first %s will be in the color -[example] You have been invited to join the Los santos police department by [name] - type /accept faction
that what it's does and i want it to change the color only to "Los Santos Police Department" and it's does the "by [name] type accept faction - please if someone understand me help me.
assigncommander - makes someone leader of dvision and he can invite/uninvite someone to the division
also did something and it's going like that
Код:
format(string, sizeof(string), "You have been invited to join the {33AA33}%s by %s - type /accept faction.", ftext, GetPlayerNameEx(playerid)); SendClientMessage(giveplayerid, COLOR_LIGHTBLUE, string);
that what it's does and i want it to change the color only to "Los Santos Police Department" and it's does the "by [name] type accept faction - please if someone understand me help me.