#1

Hello

I have done this and its not working

pawn Код:
forward RankUp(playerid);
public RankUp(playerid)
{
    new tmp[128], name[MAX_PLAYER_NAME];
    GetPlayerName(playerid, name, sizeof(name));
    if(gTeam[playerid]==TEAM_TEST)
    {
        SetPlayerSkin(playerid, 299);
        SetPlayerColor(playerid, -1);
        format(tmp, sizeof(tmp), "Welcome to Test: %s",PlayerName(playerid));
        SendClientMessageToAll(GetPlayerColor(playerid),tmp);
        return 1;
    }
    return 1;
}
Now if I rank up to that rank, it doesnt send anything, no messages Why?
Reply


Messages In This Thread
help - by fissekarl - 11.04.2011, 12:52
Re: help - by CyNiC - 11.04.2011, 12:58
Re: help - by fissekarl - 11.04.2011, 13:00
Re: help - by aircombat - 11.04.2011, 13:03
Re: help - by fissekarl - 11.04.2011, 13:10
Re: help - by fissekarl - 11.04.2011, 15:58
Re: help - by fissekarl - 14.04.2011, 14:52
Re: help - by Sascha - 14.04.2011, 14:56
Re: help - by fissekarl - 14.04.2011, 15:14
Re: help - by Sascha - 14.04.2011, 17:58

Forum Jump:


Users browsing this thread: 2 Guest(s)