Little help
#3

pawn Код:
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);
   
    SendClientMessage(playerid,0xFFFFFFAA, "{FFFFFF}Welcome to {007FFF}Romania {F3FF02}New {F81414}Generation{FFFFFF}, for more please type {F3FF02}/help");
    SendClientMessage(playerid,0xFFFF00AA,"{FFFFFF}Use {12FFFF}/house {FFFFFF}to find information on our houses");
    SendClientMessage(playerid, 0xF97804AA,"{FFFFFF}Type {F3FF02}/cmds {FFFFFF}for all commands!");
    SendClientMessage(playerid, 0xCECECEFF,"{FFFFFF}Type {F3FF02}/teles {FFFFFF}to see teleportation on the server");
    SendClientMessage(playerid, 0xCECECEFF,"{FFFFFF}If you need a vehicle type {12FFFF}/V {FFFFFF}and if you want to tune cars write {F3FF02}/tune");
    return 1;
}
Reply


Messages In This Thread
Little help - by SounDD - 08.07.2013, 05:59
Re: Little help - by Jstylezzz - 08.07.2013, 06:21
Re: Little help - by SounDD - 08.07.2013, 06:40
Re: Little help - by Jstylezzz - 08.07.2013, 07:22

Forum Jump:


Users browsing this thread: 2 Guest(s)