>> Chat LOL help
#1

HOW TO FIX DAT Chat >> Chat LOL Help Me Any Solution Click On Image To BIG


Reply
#2

Did you really have to upload on a website with child porn in the background, I mean, seriously?

Also, post your code relating to OnPlayerText.
Reply
#3

public OnPlayerText(playerid, text[])
{
SetPlayerChatBubble(playerid, text, 0xFF0000FF, 100.0, 10000);
return 1;
}
Reply
#4

At what the hell u are uploading Images? Use imageshack.com for uploading any image.
Reply
#5

pawn Код:
public OnPlayerText(playerid, text[])
{
SetPlayerChatBubble(playerid, text, 0xFF0000FF, 100.0, 10000);
return 0;
}
Reply
#6

Well, if you want to make an local chat, use this:
Quote:

stock NearbyMessage(playerid, color, text[])
{
new Float: PlayerPos[3];
GetPlayerPos(playerid, PlayerPos[0], PlayerPos[1], PlayerPos[2]);
for(new i; i < MAX_PLAYERS; i++)
{
if(IsPlayerInRangeOfPoint(i, 10.0(set your own distance), PlayerPos[0], PlayerPos[1], PlayerPos[2])
{
SendClientMessage(i, color, text);
}
}

}

I hope you you know how to use this. Use it under OnPlayerText.
Reply
#7

BUMP/////////////////////////////////////////////////////////////////////////////////////.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)