mirror of
https://github.com/InfinityLoader/IL-GSC.git
synced 2025-07-07 06:07:52 -05:00
23 lines
727 B
Plaintext
23 lines
727 B
Plaintext
/*******************************************************************
|
|
* Decompiled By: Bog
|
|
* Decompiled File: maps\mp\_highlights.gsc
|
|
* Game: Call of Duty: Modern Warfare 3
|
|
* Platform: PC
|
|
* Function Count: 1
|
|
* Decompile Time: 20 ms
|
|
* Timestamp: 10/27/2023 2:16:53 AM
|
|
*******************************************************************/
|
|
|
|
//Function Number: 1
|
|
givehighlight(param_00,param_01)
|
|
{
|
|
var_02 = getclientmatchdata("highlightCount");
|
|
if(var_02 < 18)
|
|
{
|
|
setclientmatchdata("highlights",var_02,"award",param_00);
|
|
setclientmatchdata("highlights",var_02,"clientId",self.clientmatchdataid);
|
|
setclientmatchdata("highlights",var_02,"value",param_01);
|
|
var_02++;
|
|
setclientmatchdata("highlightCount",var_02);
|
|
}
|
|
} |