[Ajuda] problema com comando
#4

Quote:
Originally Posted by PT
View Post
pawn Code:
CMD:r(playerid,params[])
{
    if(sscanf(params, "s[128]", params[0]))
        return SendClientMessage(playerid, -1, "Use: /r [texto]");
    for(new i = 0; i < MAX_PLAYERS; i++)
    {
        if(PlayerInfo[playerid][pGang] == PlayerInfo[i][pGang])
        {  
            new str[128];
            format(str,sizeof(str),"** [Rбdio %s] %s, cambio. **", Nome(playerid), params[0]);
            SendClientMessage(i, GetPlayerColor(playerid), str);
        }
    }
    return 1;
}
vou testar e dou um edit '-'

@edit

funciono perfeitamente +rep
Reply


Messages In This Thread
problema com comando - by Caio_Freeze - 22.03.2014, 17:06
Re: problema com comando - by VeNuZ_ - 22.03.2014, 17:46
Re: problema com comando - by PT - 22.03.2014, 18:14
Re: problema com comando - by Caio_Freeze - 22.03.2014, 18:45

Forum Jump:


Users browsing this thread: 1 Guest(s)