[Ajuda] Mensagem nгo aparece pra quem tб proximo
#2

PHP Code:
if(strcmp(cmd"/hd"true) == 0)
        {
            new 
Float:VidaFloat:Colete;
            new 
S[128];
            
Vida GetPlayerHealth(playerid);// armazena vida na variavel Vida
            
Colete GetPlayerArmour(playerid);// armazena colete na variavel Colete
            
format(Ssizeof(S), "* O Jogador %s se rendeu, Vida:[%f] Colete[%f]!"PlayerName(playerid), VidaColete);
            
SetPlayerSpecialAction(playerid,SPECIAL_ACTION_HANDSUP);
            
UsandoAnimacao[playerid] = 1;
            new 
Float:pPos[3];
            
GetPlayerPos(playerid,pPos[0],pPos[1], pPos[2]);
            for(new 
pGetMaxPlayers(); p++)
            {
                if(
IsPlayerInRangeOfPoint(p,30.0,pPos[0], pPos[1], pPos[2]))
                {
                    
SendClientMessage(pVermelhoS);
                }
            }
            return 
1;
        } 
A base й esta, veja como funciona e tente melhorar ela.

Dica, caso queira aprender mais sobre parвmetros em comandos, procure por 'STRTOK' ou use 'SSCANF'
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)