Table of Contents

GEPlayer::CGEMPPlayer

Description

Represents the mp player class

Version

Beta 4.0

NameSpace

GEPlayer

Inherits

CGEPlayer.CGEPlayer

Methods

IncrementMatchScore

Increase match score. Note can decrease it by passing neg value<br> Parameters: int Value to add<br> Return: None<br>

IncrementDeathCount

Increase death count. Note can decrease it by passing neg value<br> Parameters: int Value to add<br> Return: None<br>

ForceRespawn

Force player to respawn<br> Parameters: None<br> Return: None<br>

GetSteamHash

Gets the player unique steam hash<br> Parameters: None<br> Return: unsigned int<br>

SetMatchScore

Set players match score<br> Parameters: int Match score<br> Return: None<br>

GetMatchScore

Gets players match score<br> Parameters: None<br> Return: int<br>

ChangeTeam

Change players team<br> Parameters: int Team id, bool force (default false)<br> Return: None<br>

SetPlayerModel

Set players model<br> Parameters: string character name, int skinIndex (default 0), bool selectOveride (default false)<br> Return: None<br>