Делаем парашют

Description: Уроки по скриптингу
Moderator: SJplayer

Дим M
Topic author, Администратор
Администратор
Avatar
Дим M
Topic author, Администратор
Администратор
Posts: 1613
Joined: 5 Apr 2013
With us: 11 years 8 months

#1by Дим » 7 Apr 2013, 15:10

Если вы будете падать с высоты, то автоматически будет добавляться парашют.

Ко всем форвардам добавляем:

Code: Select all

forward Parashut();  


ко всем таймерам в public OnGameModeInit()

Code: Select all

SetTimer("Parashut",500,true);  


ко всем public

Code: Select all

public Parashut()  
{  
for(new 
playerid 0;playerid<MAX_PLAYERS;playerid++)  
    {  
   if(
IsApplyAnimation(playerid"FALL_fall"))  
    {  
        
GivePlayerWeapon(playerid,46,1);  
    }  
}  
return 
true;  
}  
stock IsApplyAnimation(playeridanimation[])  
{  
    new 
bool:IsApply;  
    if(
GetPlayerAnimationIndex(playerid))  
    {  
        new 
animlib[32], animname[32];  
        
GetAnimationName(GetPlayerAnimationIndex(playerid),animlib,32,animname,32);  
        if(!
strcmp(animnameanimationtrue)) IsApply=true;  
        else 
IsApply=false;  
    }  
    return 
IsApply;  
}  


Готово.
[center]i love you [s]mxIni[/s] Mysql[/center]


Return to “Уроки”

Who is online (over the past 5 minutes)

Users browsing this forum: 1 guest