[Ajuda]Comando
#4

Usa assim:

pawn Код:
if(strcmp("/kart", cmdtext, true, 10) == 0)
{
    MensagemTeleporte(playerid, "Kart");// Coloca o nome do teleporte entre aspas exemplo: MensagemTeleporte(playerid, "Montanha");
    return 1;
}

stock MensagemTeleporte(playerid, Teleporte[])
{
    new
        sTele[256]
    ;
    format(sTele, sizeof(sTele), "| TELE | O jogador %s foi para o(a) ( /%s ).", PlayerName(playerid), Teleporte);
    SendClientMessageToAll(0xFFFF33AA, sTele);
}

stock PlayerName(playerid)
{
    new
        Matador[MAX_PLAYER_NAME+1]
    ;
    GetPlayerName(playerid, Matador, sizeof(Matador));
    return Matador;
}
Reply


Messages In This Thread
[Ajuda]Comando - by Luiz98 - 25.09.2011, 00:17
Re: [Duvida]Comando - by Dolby - 25.09.2011, 00:21
Re: [Duvida]Comando - by Cristhian - 25.09.2011, 00:22
Re: [Duvida]Comando - by [NWD]Jim._.Carrey - 25.09.2011, 00:22
Re: [Duvida]Comando - by Luiz98 - 25.09.2011, 00:56
Re: [Duvida]Comando - by [NWD]Jim._.Carrey - 25.09.2011, 01:33
Re: [Duvida]Comando - by JonathanFeitosa - 25.09.2011, 01:39

Forum Jump:


Users browsing this thread: 2 Guest(s)