11.12.2014, 21:57
Quote:
|
Nevermind, fixed it myself, thanks Divergent for reminding me about the return I've forgotten to add lol, and Clad for trying to help, both +Repped, thank you !
![]() Код:
new string[128];
if(!IsMasked[playerid] == true)
{
format(string,sizeof(string),"%s: %s",RemoveUnderScore(playerid),text);
NearMessageSender(playerid, 8, string, COLOR_FADE2,COLOR_FADE2,COLOR_FADE2,COLOR_FADE2,COLOR_FADE2);
return 0;
}
|



