[Ajuda] como faço essa animaçao?
#5

Quote:
Originally Posted by FerrariL
View Post
Use como base,aprimore caso queira.
PHP Code:
#define minutos(%0) (1000 * %0 * 60)//No topo do Gamemode
forward Final(playerid);//No topo do Gamemode
stock PlayerName(id)//Caso tenha uma funзгo de pegar o nome do player,use a sua,Caso nгo tenha pode usar esta.
{
    static 
name[24];
    
GetPlayerName(idnamesizeof(name));
    return 
name;
}
new 
Float:Pos[4],//Topo do gamemode
    
Skin,
    
Text3D:Label,
    
Actor,
    
StR[60]
;
public Final(
playerid)//Em qualquer lugar,fora de publics/functions.
{
    
DestroyActor(Actor);
    
Delete3DTextLabel(Label);
}
public 
OnPlayerDeath(playeridkilleridreason)
{
    
Skin GetPlayerSkin(playerid);
    
GetPlayerPos(playerid,Pos[0],Pos[1],Pos[2]);
    
GetPlayerFacingAngle(playeridPos[3]);
    
Actor CreateActor(SkinPos[0],Pos[1],Pos[2],Pos[3]);
    
ApplyActorAnimation(Actor"PED""KO_shot_stom",4.1,0,1,1,1,1);
    
    
format(StR,sizeof(StR),"Jogador(a) Morto: %s\nAssasino: %s",PlayerName(playerid),PlayerName(killerid));
    
Label Create3DTextLabel(StR0x008080FF,Pos[0],Pos[1],Pos[2],40.000);
    
SetTimerEx("Final",minutos(3), false"i"playerid);
    return 
1;

OBS: Nгo testei.
deu certo mano vlw tive que fazer umas adaptações que algumas funções ja tem no gm mais deu certo vlw
Reply


Messages In This Thread
como faço essa animaçao? - by igor97m - 11.05.2018, 21:53
Re: como faço essa animaçao? - by Felipe_Freeze - 11.05.2018, 22:24
Re: como faço essa animaçao? - by igor97m - 11.05.2018, 22:40
Re: como faзo essa animaзao? - by FerrariL - 12.05.2018, 01:39
Re: como faзo essa animaзao? - by igor97m - 12.05.2018, 22:07

Forum Jump:


Users browsing this thread: 1 Guest(s)