SetPlayerHealth

Description: Стандартные функции скриптинга
Moderator: SJplayer

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

#1by Дим » 12 Apr 2013, 12:56

SetPlayerHealth

Устанавливает уровень здоровья игрока.

Параметры:

Code: Select all

(playeridFloat:health


playerid - ID игрока.
Float:health - Новое значение здоровья.

Эта функция ничего не возвращает.

Code: Select all

public OnPlayerCommandText(playeridcmdtext[])
{
    
// Полностью восстанавливает здоровье 
    
if (!strcmp("/heal"cmdtexttrue))
    {
        
SetPlayerHealth(playerid100);
        return 
1;
    }
    
// Убивает
    
if (!strcmp("/kill"cmdtexttrue))
    {
        
SetPlayerHealth(playerid0);
        return 
1;
    }
    return 
0;
[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
Bots: Yandex [Bot]