[Ajuda] Dъvidas bбsicas
#5

Quote:
Originally Posted by PT
Посмотреть сообщение
algumas da pra melhorar e otimizar olha

pawn Код:
CMD:explodir(playerid, params[])
{
    if(!IsPlayerAdmin(playerid)) return SendClientMessage(playerid, COLOR_RED,"[ERRO]Vocк nгo tem permissгo para utilizar este comando.");
    if(sscanf(params, "u", params)) return SendClientMessage(playerid, COLOR_RED,"[ERRO]Uso correto: /Explodir [ID].");
    if(!IsPlayerConnected(params)) return SendClientMessage(playerid, COLOR_RED,"[ERRO]Jogador nгo conectado.");
    GetPlayerName(playerid, nome, 20);
    format(texto, sizeof(texto), "Vocк foi explodido pelo administrador %s.", nome);
    new Float:Pos[3];
    GetPlayerPos(params, Pos[0], Pos[1], Pos[2]);
    CreateExplosion(Pos[0],Pos[1],Pos[2],7,10.0);
    SendClientMessage(playerid, COLOR_GREEN,"Comando efetuado com кxito.");
    SendClientMessage(params, COLOR_GREEN, texto);
    return 1;
}
apenas 1 exemplo
Muito obrigado pela dica. Vou ver o que exatamente vocк fez e tento fazer nos outros comandos xD.
Reply


Messages In This Thread
Dъvidas bбsicas - by zecage - 23.11.2013, 23:01
Re: Dъvidas bбsicas - by kreison - 23.11.2013, 23:18
Re: Dъvidas bбsicas - by zecage - 23.11.2013, 23:32
Re: Dъvidas bбsicas - by PT - 23.11.2013, 23:33
Re: Dъvidas bбsicas - by zecage - 23.11.2013, 23:37
Re: Dъvidas bбsicas - by kreison - 23.11.2013, 23:39
Re: Dъvidas bбsicas - by PT - 23.11.2013, 23:42
Re: Dъvidas bбsicas - by zecage - 24.11.2013, 00:05

Forum Jump:


Users browsing this thread: 1 Guest(s)