SA-MP Forums Archive
Cmd Help [Helper Will Get +rep ] - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Cmd Help [Helper Will Get +rep ] (/showthread.php?tid=499460)



Cmd Help [Helper Will Get +rep ] - UfsDev - 08.03.2014

;;;;;;;;;;;;;


Re: Cmd Help [Helper Will Get +rep ] - UfsDev - 08.03.2014

Anyone Reply Plz....


Re: Cmd Help [Helper Will Get +rep ] - Bingo - 08.03.2014

Код:
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.


Re: Cmd Help [Helper Will Get +rep ] - UfsDev - 08.03.2014

+rep