Lua AddPlayerDeaths

From GoldenEye: Source Wiki

Jump to: navigation, search

void AddPlayerDeaths( int playerIndex, int deaths );

Description

Adds deaths onto the current players death total. Can be negative to take deaths off.

Version

Beta 3.0

Example

AddPlayerDeaths( playerIndex, -1 );
Personal tools