All public logs

Combined display of all available logs of RAGE Multiplayer Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)
  • 11:20, 6 May 2024 Shr0x talk contribs created page Ui::getMenuPedFloatStat (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''p0:''' {{RageType|number}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.getMenuPedFloatStat(p0) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example")
  • 11:19, 6 May 2024 Shr0x talk contribs created page Ui::getMenuPedMaskedIntStat (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''p0:''' {{RageType|number}} *'''p2:''' {{RageType|number}} *'''p3:''' {{RageType|number}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.getMenuPedMaskedIntStat(p0, p2, p3) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO:...")
  • 11:19, 6 May 2024 Shr0x talk contribs created page Ui::getMenuPedIntStat (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''p0:''' {{RageType|number}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.getMenuPedIntStat(p0) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example")
  • 11:19, 6 May 2024 Shr0x talk contribs created page Ui::getPauseMenuSelectionData (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' { lastItemMenuId: {{RageType|number}}; selectedItemMenuId: {{RageType|number}}; selectedItemUniqueId: {{RageType|number}}; } ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.getPauseMenuSelectionData() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example")
  • 11:17, 6 May 2024 Shr0x talk contribs created page Ui::getPauseMenuSelection (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|GetPauseMenuSelectionResult}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.getPauseMenuSelection() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example")
  • 11:17, 6 May 2024 Shr0x talk contribs created page Ui::isNavigatingMenuContent (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.isNavigatingMenuContent() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example")
  • 11:17, 6 May 2024 Shr0x talk contribs created page Ui::releaseControlOfFrontend (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.releaseControlOfFrontend() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example")
  • 11:17, 6 May 2024 Shr0x talk contribs created page Ui::takeControlOfFrontend (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.takeControlOfFrontend() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example")
  • 11:16, 6 May 2024 Shr0x talk contribs created page Ui::isFrontendReadyForControl (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.isFrontendReadyForControl() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example")
  • 11:16, 6 May 2024 Shr0x talk contribs created page Ui::pauseMenuSetBusySpinner (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''p0:''' {{RageType|boolean}} *'''p1:''' {{RageType|number}} *'''p2:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.pauseMenuSetBusySpinner(p0, p1, p2) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO:...")
  • 11:16, 6 May 2024 Shr0x talk contribs created page Ui::pauseMenuIsContextMenuActive (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.pauseMenuIsContextMenuActive() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example")
  • 11:16, 6 May 2024 Shr0x talk contribs created page Ui::pauseMenuIsContextActive (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''contextHash:''' {{RageType|number}} ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.pauseMenuIsContextActive(contextHash) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example")
  • 11:16, 6 May 2024 Shr0x talk contribs created page Ui::pauseMenuDeactivateContext (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''contextHash:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.pauseMenuDeactivateContext(contextHash) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example")
  • 11:16, 6 May 2024 Shr0x talk contribs created page Ui::pauseMenuActivateContext (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''contextHash:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.pauseMenuActivateContext(contextHash) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example")
  • 11:16, 6 May 2024 Shr0x talk contribs created page Ui::logDebugInfo (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''p0:''' {{RageType|string}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.logDebugInfo(p0) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example")
  • 11:15, 6 May 2024 Shr0x talk contribs created page Ui::isPauseMenuRestarting (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.isPauseMenuRestarting() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example")
  • 11:15, 6 May 2024 Shr0x talk contribs created page Ui::getPauseMenuState (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.getPauseMenuState() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example")
  • 11:15, 6 May 2024 Shr0x talk contribs created page Ui::allowPauseMenuWhenDeadThisFrame (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.allowPauseMenuWhenDeadThisFrame() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example")
  • 11:15, 6 May 2024 Shr0x talk contribs created page Ui::suppressFrontendRenderingThisFrame (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.suppressFrontendRenderingThisFrame() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example")
  • 11:15, 6 May 2024 Shr0x talk contribs created page Ui::disableFrontendThisFrame (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.disableFrontendThisFrame() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example")
  • 11:15, 6 May 2024 Shr0x talk contribs created page Ui::getCurrentFrontendMenuVersion (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.getCurrentFrontendMenuVersion() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example")
  • 11:14, 6 May 2024 Shr0x talk contribs created page Ui::displayPlayerNameTagsOnBlips (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''toggle:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.displayPlayerNameTagsOnBlips(toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example")
  • 11:14, 6 May 2024 Shr0x talk contribs created page Ui::getNorthRadarBlip (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.getNorthRadarBlip() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example")
  • 11:14, 6 May 2024 Shr0x talk contribs created page Ui::forceSonarBlipsThisFrame (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.forceSonarBlipsThisFrame() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example")
  • 11:14, 6 May 2024 Shr0x talk contribs created page Ui::customMinimapClearBlips (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.customMinimapClearBlips() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example")
  • 11:14, 6 May 2024 Shr0x talk contribs created page Ui::customMinimapCreateBlip (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''x:''' {{RageType|number}} *'''y:''' {{RageType|number}} *'''z:''' {{RageType|number}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.customMinimapCreateBlip(x, y, z) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Examp...")
  • 11:14, 6 May 2024 Shr0x talk contribs created page Ui::customMinimapSetBlipObject (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''spriteId:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.customMinimapSetBlipObject(spriteId) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example")
  • 11:14, 6 May 2024 Shr0x talk contribs created page Ui::customMinimapSetActive (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''lock:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.customMinimapSetActive(lock) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example")
  • 11:13, 6 May 2024 Shr0x talk contribs created page Ui::clearDynamicPauseMenuErrorMessage (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.clearDynamicPauseMenuErrorMessage() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example")
  • 11:13, 6 May 2024 Shr0x talk contribs created page Ui::isWarningMessageActive (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.isWarningMessageActive() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example")
  • 11:13, 6 May 2024 Shr0x talk contribs created page Ui::removeWarningMessageListItems (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.removeWarningMessageListItems() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example")
  • 11:13, 6 May 2024 Shr0x talk contribs created page Ui::setWarningMessageListRow (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''index:''' {{RageType|number}} *'''name:''' {{RageType|string}} *'''cash:''' {{RageType|number}} *'''rp:''' {{RageType|number}} *'''lvl:''' {{RageType|number}} *'''colour:''' {{RageType|number}} ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.setWarningMessageListRow(index, name, cash, rp, lvl, colour) </syntaxhighlight> ==Example== <syntaxhig...")
  • 11:13, 6 May 2024 Shr0x talk contribs created page Ui::getWarningMessageTitleHash (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.getWarningMessageTitleHash() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example")
  • 11:13, 6 May 2024 Shr0x talk contribs created page Ui::setWarningMessageWithAlert (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''labelTitle:''' {{RageType|string}} *'''labelMessage:''' {{RageType|string}} *'''p2:''' {{RageType|number}} *'''p3:''' {{RageType|number}} *'''labelMessage2:''' {{RageType|string}} *'''p5:''' {{RageType|boolean}} *'''p6:''' {{RageType|number}} *'''p7:''' {{RageType|number}} *'''p8:''' {{RageType|string}} *'''p9:''' {{RageType|string}} *'''background:''' {{RageType|boolean}} *'''errorCode:''' {{RageType|n...")
  • 11:13, 6 May 2024 Shr0x talk contribs created page Ui::setWarningMessageWithHeaderUnk (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''entryHeader:''' {{RageType|string}} *'''entryLine1:''' {{RageType|string}} *'''flags:''' {{RageType|number}} *'''entryLine2:''' {{RageType|string}} *'''p4:''' {{RageType|boolean}} *'''p5:''' {{RageType|number}} *'''showBg:''' {{RageType|boolean}} *'''p9:''' {{RageType|number}} *'''p10:''' {{RageType|number}} ===Return value=== *''' { p6: {{RageType|number}}; p7: {{RageType|number}}; } ''' ==Syntax== <...")
  • 11:12, 6 May 2024 Shr0x talk contribs created page Ui::setWarningMessageWithHeaderAndSubstringFlags (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''entryHeader:''' {{RageType|string}} *'''entryLine1:''' {{RageType|string}} *'''instructionalKey:''' {{RageType|number}} *'''entryLine2:''' {{RageType|string}} *'''p4:''' {{RageType|boolean}} *'''p5:''' {{RageType|number}} *'''p6:''' {{RageType|number}} *'''p9:''' {{RageType|boolean}} *'''p10:''' {{RageType|number}} ===Return value=== *''' { p7: {{RageType|number}}; p8: {{RageType|number}}; } ''' ==Syn...")
  • 11:11, 6 May 2024 Shr0x talk contribs created page Ui::setWarningMessageWithHeader (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''entryHeader:''' {{RageType|string}} *'''entryLine1:''' {{RageType|string}} *'''instructionalKey:''' {{RageType|number}} *'''entryLine2:''' {{RageType|string}} *'''p4:''' {{RageType|boolean}} *'''p5:''' {{RageType|number}} *'''p8:''' {{RageType|boolean}} *'''p9:''' {{RageType|number}} ===Return value=== *''' { showBackground: {{RageType|number}}; p7: {{RageType|number}}; } ''' ==Syntax== <syntaxhighlig...")
  • 11:10, 6 May 2024 Shr0x talk contribs created page Ui::isWarningMessageActive2 (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.isWarningMessageActive2() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example")
  • 11:10, 6 May 2024 Shr0x talk contribs created page Ui::resetGlobalActionscriptFlag (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''flagIndex:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.resetGlobalActionscriptFlag(flagIndex) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example")
  • 11:10, 6 May 2024 Shr0x talk contribs created page Ui::getGlobalActionscriptFlag (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''flagIndex:''' {{RageType|number}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.getGlobalActionscriptFlag(flagIndex) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example")
  • 11:10, 6 May 2024 Shr0x talk contribs created page Ui::getCurrentWebsiteId (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.getCurrentWebsiteId() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example")
  • 11:10, 6 May 2024 Shr0x talk contribs created page Ui::getCurrentWebpageId (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.getCurrentWebpageId() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example")
  • 11:09, 6 May 2024 Shr0x talk contribs created page Ui::setMpGamerTagBigText (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''gamerTagId:''' {{RageType|number}} *'''string:''' {{RageType|string}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.setMpGamerTagBigText(gamerTagId, string) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example")
  • 11:09, 6 May 2024 Shr0x talk contribs created page Ui::isValidMpGamerTagMovie (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''gamerTagId:''' {{RageType|number}} ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.isValidMpGamerTagMovie(gamerTagId) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example")
  • 11:09, 6 May 2024 Shr0x talk contribs created page Ui::setMpGamerTagName (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''gamerTagId:''' {{RageType|number}} *'''string:''' {{RageType|string}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.setMpGamerTagName(gamerTagId, string) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example")
  • 11:09, 6 May 2024 Shr0x talk contribs created page Ui::setMpGamerTagUnk (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''gamerTagId:''' {{RageType|number}} *'''p1:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.setMpGamerTagUnk(gamerTagId, p1) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Example")
  • 11:09, 6 May 2024 Shr0x talk contribs created page Ui::setMpGamerTagWantedLevel (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''gamerTagId:''' {{RageType|number}} *'''wantedlvl:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.setMpGamerTagWantedLevel(gamerTagId, wantedlvl) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category:TODO: Examp...")
  • 11:09, 6 May 2024 Shr0x talk contribs created page Ui::setMpGamerTagAlpha (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''gamerTagId:''' {{RageType|number}} *'''component:''' {{RageType|number}} *'''alpha:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.setMpGamerTagAlpha(gamerTagId, component, alpha) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clie...")
  • 11:09, 6 May 2024 Shr0x talk contribs created page Ui::setMpGamerTagHealthBarColour (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''gamerTagId:''' {{RageType|number}} *'''hudColorIndex:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.setMpGamerTagHealthBarColour(gamerTagId, hudColorIndex) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}} Category:Clientside API Category...")
  • 11:09, 6 May 2024 Shr0x talk contribs created page Ui::setMpGamerTagColour (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''gamerTagId:''' {{RageType|number}} *'''component:''' {{RageType|number}} *'''hudColorIndex:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ui.setMpGamerTagColour(gamerTagId, component, hudColorIndex) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ui_functions_c}...")
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)