Show team you on [zcmd]
#2

pawn Код:
command(myteam, playerid, params[])
{
    if(GetPlayerTeam(playerid) == 1) SendClientMessage(playerid, WHITE, "Your team is TEAM_ONE");
    else if(GetPlayerTeam(playerid) == 2) SendClientMessage(playerid, WHITE, "Your team is TEAM_TWO");
    //etc...
    return 1;
}
Reply


Messages In This Thread
Show team you on [zcmd] - by cod5devious - 27.05.2012, 18:55
Re: Show team you on - by iGetty - 27.05.2012, 19:02
Re: Show team you on - by Audi_Quattrix - 27.05.2012, 19:03
Re: Show team you on [zcmd] - by cod5devious - 27.05.2012, 19:10
Re: Show team you on [zcmd] - by FalconX - 27.05.2012, 19:15
Re : Show team you on [zcmd] - by iGetty - 27.05.2012, 19:16
Re: Show team you on [zcmd] - by [ABK]Antonio - 27.05.2012, 19:20

Forum Jump:


Users browsing this thread: 1 Guest(s)