Detaljan opis problema: Sta god upisem u ic chat ispiše mi slijedece : ŚŚŚŚnnnn
Dio skripte:
public OnPlayerText(playerid, text[])
{
new sendername;
new giveplayer;
new tmp;
new string;
SetPlayerChatBubble(playerid, text, COLOR_GRAD1, 20.0, 10000); //poruka iznad glave
if(PlayerInfo == 1)
{
SendClientMessage(playerid, COLOR_RED, "{F81414}[EG-RPG] {0084e3}Ne mozes pricati, mutiran si!");
return 0;
}
else {
new message;
format(message, sizeof(message), "%s kaze: %s", GetPlayerName(playerid), text);
ProxDetector(30.0, playerid, message,COLOR_FADE1,COLOR_FADE2,COLOR_FADE3,COLOR_FADE4,COLOR_FADE5);
}
return 0;
}Neke slike/video za lakse dobivanje pomoci(neobavezno): //
