Scripting Help?
#2

Just put this into your gamemode,

pawn Код:
//search for OnPlayerConnect
{

    new string[85],pname[24];
    GetPlayerName(playerid,pname,24);
    format(string,sizeof(string),"*** %s Has Joined The Server! (ID:%d)",pname,playerid);
    SendClientMessageToAll(RED,string);

    SendClientMessage(playerid, RED, "Welcome");

//then if you don't have red defined just put
#define RED 0xAA3333AA

at the top of your script
Reply


Messages In This Thread
Scripting Help? - by Colton - 06.11.2010, 21:14
Re: Scripting Help? - by Haydz - 06.11.2010, 21:46

Forum Jump:


Users browsing this thread: 1 Guest(s)