[HELP]Double TEXT JOIN!!
#1

Help Me Please with this
pawn Код:
public OnPlayerConnect(playerid)
{
new pname[MAX_PLAYER_NAME];
    GetPlayerName(playerid, pname, sizeof(pname));
if(strcmp(pname, "kuluk", true) == 0)
    {
        format(string, sizeof(string), "Server Owner %s has Joined the Server!",pname);
        SendClientMessageToAll(COLOR_BLUE, string);
    }
    else
    format(string, sizeof(string), "%s {6600FF}has Joined TheServer!",pname);
    SendClientMessageToAll(COLOR_WHITE, string);
return 1;
}
when im connect to my server it say Server Owner kuluk has joined the server for 2 times!!
Reply


Messages In This Thread
[SOLVED]Double TEXT JOIN!! - by AnonymouseSAMP - 10.12.2013, 05:43
Re: [HELP]Double TEXT JOIN!! - by SickAttack - 10.12.2013, 05:55
Re: [HELP]Double TEXT JOIN!! - by AnonymouseSAMP - 10.12.2013, 05:56
Re: [HELP]Double TEXT JOIN!! - by AnonymouseSAMP - 10.12.2013, 06:40
Re: [HELP]Double TEXT JOIN!! - by SickAttack - 10.12.2013, 06:42
Re: [HELP]Double TEXT JOIN!! - by AnonymouseSAMP - 10.12.2013, 06:47
Re: [HELP]Double TEXT JOIN!! - by SickAttack - 10.12.2013, 06:51
Re: [HELP]Double TEXT JOIN!! - by AnonymouseSAMP - 10.12.2013, 06:59
Re: [HELP]Double TEXT JOIN!! - by AiRaLoKa - 10.12.2013, 07:03
Re: [HELP]Double TEXT JOIN!! - by SickAttack - 10.12.2013, 07:04

Forum Jump:


Users browsing this thread: