Need Help with this server
#7

pawn Код:
public OnPlayerConnect(playerid)
{
    new string[128], string2[128], playername[MAX_PLAYER_NAME];
    GetPlayerName(playerid, playername, sizeof(playername));
    format(string, sizeof(string), "Welcome to PartyIsland %s",playername);
    SendClientMessage(playerid, COLOR_ORANGE, string);
    format(string2, sizeof(string2), "%s has joined PartyIsland!",playername);
    SendClientMessageToAll(COLOR_ORANGE, string2);
    return 1;
}
Reply


Messages In This Thread
Need Help with this server - by [$A$]W33D$P33D - 08.06.2011, 10:29
Re: Need Help with this server - by Ironboy500[TW] - 08.06.2011, 10:51
Re: Need Help with this server - by [$A$]W33D$P33D - 08.06.2011, 11:14
Re: Need Help with this server - by Ironboy500[TW] - 08.06.2011, 11:18
Re: Need Help with this server - by [$A$]W33D$P33D - 08.06.2011, 11:20
Re: Need Help with this server - by [$A$]W33D$P33D - 08.06.2011, 11:43
AW: Need Help with this server - by Julian12345 - 08.06.2011, 12:13
Re: Need Help with this server - by [$A$]W33D$P33D - 08.06.2011, 12:16

Forum Jump:


Users browsing this thread: 3 Guest(s)