24.03.2014, 16:33
>> Chat LOL help
24.03.2014, 16:37
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.
Also, post your code relating to OnPlayerText.
24.03.2014, 16:40
public OnPlayerText(playerid, text[])
{
SetPlayerChatBubble(playerid, text, 0xFF0000FF, 100.0, 10000);
return 1;
}
{
SetPlayerChatBubble(playerid, text, 0xFF0000FF, 100.0, 10000);
return 1;
}
24.03.2014, 16:41
At what the hell u are uploading Images? Use imageshack.com for uploading any image.
24.03.2014, 16:42
pawn Код:
public OnPlayerText(playerid, text[])
{
SetPlayerChatBubble(playerid, text, 0xFF0000FF, 100.0, 10000);
return 0;
}
24.03.2014, 16:46
Well, if you want to make an local chat, use this:
I hope you you know how to use this. Use it under OnPlayerText.
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); } } } |
24.03.2014, 18:40
BUMP/////////////////////////////////////////////////////////////////////////////////////.
« Next Oldest | Next Newest »
Users browsing this thread: 1 Guest(s)