| Property | Value |
|---|---|
| Native Name | MISSIONDATA_SET_HIGH_SCORE |
| Hash | 0x3A04F0169DA87A9D |
| Return Type | void |
| Build | 1207 |
| Parameters | missionId (Hash), score (int) |
Parameters
missionId(Hash)score(int)
Usage
Lua (Direct):
MissiondataSetHighScore(missionId, score)
Lua (Hash):
Citizen.InvokeNative(0x3A04F0169DA87A9D, missionId, score)