Show team you on [zcmd]
#5

Quote:
Originally Posted by cod5devious
Посмотреть сообщение
I edited thread because I forgot to put,
for zcmd
You want something like this?

pawn Код:
CMD:team(playerid, params[])
{
    if(!strcmp("id", params)) // /team id
    {
        new Fstring[10];
        format(Fstring,sizeof(Fstring),"Team ID: %d ",GetPlayerTeam(playerid));
        SendClientMessage(playerid, -1, Fstring);//-1 is Color you want message to be..
    }
    else
    {
        SendClientMessage(playerid, -1, "USAGE: /team id");
    }
    return 1;
}
-FalconX
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)