Cmd Help [Helper Will Get +rep ]
#1

;;;;;;;;;;;;;
Reply
#2

Anyone Reply Plz....
Reply
#3

Код:
public OnPlayerText(playerid, text[])
{
    SetPlayerChatBubble(playerid, text, 0xFF0000FF, 100.0, 10000);
    return 1;
}
This was the 1st one (Bubble above player head, Chat message.

Код:
public OnPlayerConnect(playerid)
{
    new string[64], pName[MAX_PLAYER_NAME];
    GetPlayerName(playerid,pName,MAX_PLAYER_NAME);
    format(string,sizeof string,"%s has joined the server. Welcome!",pName);
    SendClientMessageToAll(0xFFFFFFAA,string);
    return 1;
}
Remove this.
Reply
#4

+rep
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)