Метод | Описание | |
---|---|---|
AddToParty ( uint oPC, uint oPartyLeader ) : void |
Add oPC to oPartyLeader's party. This will only work on two PCs. - oPC: player to add to a party - oPartyLeader: player already in the party
|
|
RemoveFromParty ( uint oPC ) : void |
Remove oPC from their current party. This will only work on a PC. - oPC: removes this player from whatever party they're currently in.
|
|
SetPanelButtonFlash ( uint oPlayer, int nButton, int nEnableFlash ) : void |
Make the corresponding panel button on the player's client start or stop flashing. - oPlayer - nButton: PANEL_BUTTON_* - nEnableFlash: if this is true nButton will start flashing. It if is false, nButton will stop flashing.
|
public static AddToParty ( uint oPC, uint oPartyLeader ) : void | ||
oPC | uint | |
oPartyLeader | uint | |
Результат | void |
public static RemoveFromParty ( uint oPC ) : void | ||
oPC | uint | |
Результат | void |
public static SetPanelButtonFlash ( uint oPlayer, int nButton, int nEnableFlash ) : void | ||
oPlayer | uint | |
nButton | int | |
nEnableFlash | int | |
Результат | void |