31.01.2012, 16:39
try this cmd
#pragma tabsize 0
new a[MAX_PLAYER_NAME];
GetPlayerName(playerid,a,MAX_PLAYER_NAME);
format(text,128,"{247BFF}%s spune: {FF3F0F}%s",a,text);
SendClientMessageToAll(0xFFFFFFAA,text);
}
please try it. and youl see it doesent work..
#pragma tabsize 0
new a[MAX_PLAYER_NAME];
GetPlayerName(playerid,a,MAX_PLAYER_NAME);
format(text,128,"{247BFF}%s spune: {FF3F0F}%s",a,text);
SendClientMessageToAll(0xFFFFFFAA,text);
}
please try it. and youl see it doesent work..