text
stringlengths
1
2.83M
id
stringlengths
16
152
metadata
dict
__index_level_0__
int64
0
949
export { default as TrendGraph } from './TrendGraph'; export { default as HistogramGraph } from './HistogramGraph'; export { default as MMRGraph } from './MMRGraph'; export { default as MatchGraph } from './MatchGraph'; export { default as DistributionGraph } from './DistributionGraph';
odota/web/src/components/Visualizations/Graph/index.js/0
{ "file_path": "odota/web/src/components/Visualizations/Graph/index.js", "repo_id": "odota", "token_count": 74 }
261
{ "yes": "yes", "no": "no", "abbr_thousand": "ใ…‹", "abbr_million": "ใ…", "abbr_billion": "b", "abbr_trillion": "t", "abbr_quadrillion": "q", "abbr_not_available": "ํ•ด๋‹น ์—†์Œ", "abbr_pick": "P", "abbr_win": "W", "abbr_number": "No.", "analysis_eff": "๋ ˆ์ธ ํšจ์œจ์„ฑ", "analysis_farm_drought": "5๋ถ„ ๊ฐ„๊ฒฉ์œผ๋กœ ๊ฐ€์žฅ ๋‚ฎ์€ ๋ถ„...
odota/web/src/lang/ko-KR.json/0
{ "file_path": "odota/web/src/lang/ko-KR.json", "repo_id": "odota", "token_count": 23908 }
262
{ "yes": "ๆ˜ฏ", "no": "ไธ", "abbr_thousand": "k", "abbr_million": "m", "abbr_billion": "b", "abbr_trillion": "t", "abbr_quadrillion": "q", "abbr_not_available": "N/A", "abbr_pick": "้€‰ๆ‹ฉ", "abbr_win": "่ƒœๅˆฉ", "abbr_number": "ๆŽ’ๅ๏ผš", "analysis_eff": "ๅ ็บฟๆ•ˆ็އ", "analysis_farm_drought": "5ๅˆ†้’Ÿ้—ด้š”ๅ†…ๆœ€ไฝŽGPM", "ana...
odota/web/src/lang/zh-CN.json/0
{ "file_path": "odota/web/src/lang/zh-CN.json", "repo_id": "odota", "token_count": 26751 }
263
[ { "id": 1, "name": "npc_dota_hero_antimage", "localized_name": "Anti-Mage", "primary_attr": "agi", "attack_type": "Melee", "roles": [ "Carry", "Escape", "Nuker" ], "img": "/apps/dota2/images/dota_react/heroes/antimage_full.png?", "icon": "/apps/dota2/images/dota_react/heroes/antimage_icon....
odota/web/testcafe/cachedAjax/heroStats_.json/0
{ "file_path": "odota/web/testcafe/cachedAjax/heroStats_.json", "repo_id": "odota", "token_count": 72229 }
264
[ { "hero_id": 89, "score": 6081.95546014318, "percent_rank": 0.999741334712882, "card": 966500 }, { "hero_id": 119, "score": 6959.97971043794, "percent_rank": 0.999658061207044, "card": 1462250 }, { "hero_id": 86, "score": 6889.1645588268, "percent_rank": 0.999625701809108, "card": 2003750...
odota/web/testcafe/cachedAjax/players_101695162_rankings_.json/0
{ "file_path": "odota/web/testcafe/cachedAjax/players_101695162_rankings_.json", "repo_id": "odota", "token_count": 5765 }
265
[ { "match_id": "4100837831", "start_time": "1536125757", "hero_id": "22", "score": "362572" }, { "match_id": "4107337754", "start_time": "1536425821", "hero_id": "109", "score": "357866" }, { "match_id": "4098715348", "start_time": "1535999681", "hero_id": "99", "score": "337783" }, { ...
odota/web/testcafe/cachedAjax/records_hero_damage_.json/0
{ "file_path": "odota/web/testcafe/cachedAjax/records_hero_damage_.json", "repo_id": "odota", "token_count": 5630 }
266
.git .github .task .vscode data/ docs.bleve/ frontend/node_modules/ frontend/cache/ frontend/build/ frontend/.next/ app/ internal/ *.exe .env *.db
openmultiplayer/web/.vercelignore/0
{ "file_path": "openmultiplayer/web/.vercelignore", "repo_id": "openmultiplayer", "token_count": 66 }
267
package pawndex import ( "context" "fmt" "time" "github.com/google/go-github/github" "github.com/pkg/errors" "go.uber.org/zap" ) type Searcher interface { Search(...string) ([]string, error) } type GitHubSearcher struct { GitHub *github.Client lastPage int } func NewGitHubSearcher(gh *github.Client) Sea...
openmultiplayer/web/app/resources/pawndex/searcher.go/0
{ "file_path": "openmultiplayer/web/app/resources/pawndex/searcher.go", "repo_id": "openmultiplayer", "token_count": 831 }
268
package docsindex import ( "bytes" "fmt" "io/ioutil" "os" "path/filepath" "strings" "time" "github.com/PuerkitoBio/goquery" "github.com/bbalet/stopwords" "github.com/blevesearch/bleve/v2" "github.com/blevesearch/bleve/v2/analysis/analyzer/keyword" "github.com/blevesearch/bleve/v2/search/query" "github.co...
openmultiplayer/web/app/services/docsindex/docsindex.go/0
{ "file_path": "openmultiplayer/web/app/services/docsindex/docsindex.go", "repo_id": "openmultiplayer", "token_count": 2856 }
269
package launcher import ( "net/http" "github.com/go-chi/chi" "github.com/go-chi/cors" "github.com/openmultiplayer/web/internal/config" "github.com/openmultiplayer/web/internal/web" "go.uber.org/fx" ) func Build() fx.Option { return fx.Options( fx.Invoke(func( r chi.Router, cfg config.Config, ) { ...
openmultiplayer/web/app/transports/api/launcher/api.go/0
{ "file_path": "openmultiplayer/web/app/transports/api/launcher/api.go", "repo_id": "openmultiplayer", "token_count": 601 }
270
package servers import ( "encoding/json" "fmt" "net/http" "nhooyr.io/websocket" "github.com/go-chi/chi" "github.com/pkg/errors" "github.com/thanhpk/randstr" "github.com/openmultiplayer/web/app/services/authentication" "github.com/openmultiplayer/web/internal/web" ) // This is a WebSocket handler. // // fi...
openmultiplayer/web/app/transports/api/servers/h_verify.go/0
{ "file_path": "openmultiplayer/web/app/transports/api/servers/h_verify.go", "repo_id": "openmultiplayer", "token_count": 755 }
271
--- title: Common Client Issues --- ### I get the error "San Andreas cannot be found" San Andreas Multiplayer is **not** a stand-alone program! It adds multiplayer functionality to San Andreas, and thus you need GTA San Andreas for the PC - it also needs to be **EU/US v1.0**, other versions such as v2.0 or Steam and ...
openmultiplayer/web/docs/client/CommonClientIssues.md/0
{ "file_path": "openmultiplayer/web/docs/client/CommonClientIssues.md", "repo_id": "openmultiplayer", "token_count": 1166 }
272
--- title: OnIncomingConnection description: This callback is called when an IP address attempts a connection to the server. tags: [] --- ## Description This callback is called when an IP address attempts a connection to the server. To block incoming connections, use BlockIpAddress. | Name | Description ...
openmultiplayer/web/docs/scripting/callbacks/OnIncomingConnection.md/0
{ "file_path": "openmultiplayer/web/docs/scripting/callbacks/OnIncomingConnection.md", "repo_id": "openmultiplayer", "token_count": 527 }
273
--- title: OnPlayerClickTextDraw description: This callback is called when a player clicks on a textdraw or cancels the select mode with the Escape key. tags: ["player", "textdraw"] --- ## Description This callback is called when a player clicks on a textdraw or cancels the select mode with the Escape key. | Name ...
openmultiplayer/web/docs/scripting/callbacks/OnPlayerClickTextDraw.md/0
{ "file_path": "openmultiplayer/web/docs/scripting/callbacks/OnPlayerClickTextDraw.md", "repo_id": "openmultiplayer", "token_count": 992 }
274
--- title: OnPlayerGiveDamageActor description: This callback is called when a player gives damage to an actor. tags: ["player", "actor"] --- <VersionWarn name='callback' version='SA-MP 0.3.7' /> ## Description This callback is called when a player gives damage to an actor. | Name | Description ...
openmultiplayer/web/docs/scripting/callbacks/OnPlayerGiveDamageActor.md/0
{ "file_path": "openmultiplayer/web/docs/scripting/callbacks/OnPlayerGiveDamageActor.md", "repo_id": "openmultiplayer", "token_count": 867 }
275
--- title: OnPlayerSelectedMenuRow description: This callback is called when a player selects an item from a menu (ShowMenuForPlayer). tags: ["player", "menu"] --- ## Description This callback is called when a player selects an item from a menu ([ShowMenuForPlayer](../functions/ShowMenuForPlayer)). | Name | Desc...
openmultiplayer/web/docs/scripting/callbacks/OnPlayerSelectedMenuRow.md/0
{ "file_path": "openmultiplayer/web/docs/scripting/callbacks/OnPlayerSelectedMenuRow.md", "repo_id": "openmultiplayer", "token_count": 796 }
276
--- title: OnVehicleDeath description: This callback is called when a vehicle is destroyed - either by exploding or becoming submerged in water. tags: ["vehicle"] --- ## Description This callback is called when a vehicle is destroyed - either by exploding or becoming submerged in water. | Name | Description ...
openmultiplayer/web/docs/scripting/callbacks/OnVehicleDeath.md/0
{ "file_path": "openmultiplayer/web/docs/scripting/callbacks/OnVehicleDeath.md", "repo_id": "openmultiplayer", "token_count": 703 }
277
--- title: AddStaticVehicle description: Adds a 'static' vehicle (models are pre-loaded for players) to the gamemode. tags: ["vehicle"] --- ## Description Adds a 'static' vehicle (models are pre-loaded for players) to the gamemode. | Name | Description ...
openmultiplayer/web/docs/scripting/functions/AddStaticVehicle.md/0
{ "file_path": "openmultiplayer/web/docs/scripting/functions/AddStaticVehicle.md", "repo_id": "openmultiplayer", "token_count": 1064 }
278
--- title: AttachCameraToPlayerObject description: Attaches a player's camera to a player-object. tags: ["player", "camera"] --- ## Description Attaches a player's camera to a player-object. The player is able to move their camera while it is attached to an object. Can be used with MovePlayerObject and AttachPlayerOb...
openmultiplayer/web/docs/scripting/functions/AttachCameraToPlayerObject.md/0
{ "file_path": "openmultiplayer/web/docs/scripting/functions/AttachCameraToPlayerObject.md", "repo_id": "openmultiplayer", "token_count": 533 }
279
--- title: CancelEdit description: Cancel object edition mode for a player. tags: [] --- ## Description Cancel object edition mode for a player | Name | Description | | -------- | ------------------------------------------ | | playerid | The ID of the player to cancel edition for |...
openmultiplayer/web/docs/scripting/functions/CancelEdit.md/0
{ "file_path": "openmultiplayer/web/docs/scripting/functions/CancelEdit.md", "repo_id": "openmultiplayer", "token_count": 342 }
280
--- title: CreateMenu description: Creates a menu. tags: ["menu"] --- ## Description Creates a menu. | Name | Description | | ------------------ | ----------------------------------------------------------------------------------- ...
openmultiplayer/web/docs/scripting/functions/CreateMenu.md/0
{ "file_path": "openmultiplayer/web/docs/scripting/functions/CreateMenu.md", "repo_id": "openmultiplayer", "token_count": 930 }
281
--- title: DestroyPickup description: Destroys a pickup created with CreatePickup. tags: ["pickup"] --- ## Description Destroys a pickup created with CreatePickup. | Name | Description | | ------ | ----------------------------------------------------------- | | picku...
openmultiplayer/web/docs/scripting/functions/DestroyPickup.md/0
{ "file_path": "openmultiplayer/web/docs/scripting/functions/DestroyPickup.md", "repo_id": "openmultiplayer", "token_count": 328 }
282
--- title: EnableAllAnimations description: Allow use of the animations missing from some versions. tags: ["animation"] --- <VersionWarn version='omp v1.1.0.2612' /> ## Description Allow use of the animations missing from some versions. | Name | Description ...
openmultiplayer/web/docs/scripting/functions/EnableAllAnimations.md/0
{ "file_path": "openmultiplayer/web/docs/scripting/functions/EnableAllAnimations.md", "repo_id": "openmultiplayer", "token_count": 362 }
283
--- title: GangZoneFlashForAll description: Flashes a gangzone for all players. tags: ["gangzone"] --- ## Description Flashes a gangzone for all players. | Name | Description | | ----------- | ----------------------...
openmultiplayer/web/docs/scripting/functions/GangZoneFlashForAll.md/0
{ "file_path": "openmultiplayer/web/docs/scripting/functions/GangZoneFlashForAll.md", "repo_id": "openmultiplayer", "token_count": 664 }
284
--- title: Get3DTextLabelPos description: Gets the 3D text label position. tags: ["3dtextlabel"] --- <VersionWarn version='omp v1.1.0.2612' /> ## Description Gets the 3D text label position. | Name | Description | | ------------- | ----------...
openmultiplayer/web/docs/scripting/functions/Get3DTextLabelPos.md/0
{ "file_path": "openmultiplayer/web/docs/scripting/functions/Get3DTextLabelPos.md", "repo_id": "openmultiplayer", "token_count": 477 }
285
--- title: GetConsoleVarAsInt description: Get the integer value of a console variable. tags: [] --- ## Description Get the integer value of a console variable. | Name | Description | | ------------ | ----------------------------------------------------- | | const cv...
openmultiplayer/web/docs/scripting/functions/GetConsoleVarAsInt.md/0
{ "file_path": "openmultiplayer/web/docs/scripting/functions/GetConsoleVarAsInt.md", "repo_id": "openmultiplayer", "token_count": 291 }
286
--- title: GetNetworkStats description: Gets the server's network stats and stores them in a string. tags: [] --- ## Description Gets the server's network stats and stores them in a string. | Name | Description | | ---------------------- | --------...
openmultiplayer/web/docs/scripting/functions/GetNetworkStats.md/0
{ "file_path": "openmultiplayer/web/docs/scripting/functions/GetNetworkStats.md", "repo_id": "openmultiplayer", "token_count": 818 }
287
--- title: GetPVarNameAtIndex description: Retrieve the name of a player's pVar via the index. tags: ["player variable", "pvar"] --- ## Description Retrieve the name of a player's pVar via the index. | Name | Description | | ---------------------- ...
openmultiplayer/web/docs/scripting/functions/GetPVarNameAtIndex.md/0
{ "file_path": "openmultiplayer/web/docs/scripting/functions/GetPVarNameAtIndex.md", "repo_id": "openmultiplayer", "token_count": 434 }
288
--- title: GetPlayer3DTextLabelText description: Gets the player's 3D text label text. tags: ["player", "3dtextlabel"] --- <VersionWarn version='omp v1.1.0.2612' /> ## Description Gets the player's 3D text label text. | Name | Description | | ----------...
openmultiplayer/web/docs/scripting/functions/GetPlayer3DTextLabelText.md/0
{ "file_path": "openmultiplayer/web/docs/scripting/functions/GetPlayer3DTextLabelText.md", "repo_id": "openmultiplayer", "token_count": 540 }
289
--- title: GetPlayerCameraTargetPlayerObject description: Allows you to retrieve the ID of the player-object the player is looking at. tags: ["player", "camera", "object", "playerobject"] --- <VersionWarn version='omp v1.1.0.2612' /> ## Description Allows you to retrieve the ID of the player-object the player is loo...
openmultiplayer/web/docs/scripting/functions/GetPlayerCameraTargetPlayerObject.md/0
{ "file_path": "openmultiplayer/web/docs/scripting/functions/GetPlayerCameraTargetPlayerObject.md", "repo_id": "openmultiplayer", "token_count": 678 }
290
--- title: GetPlayerGravity description: Get a player's gravity. tags: ["player"] --- <VersionWarn version='omp v1.1.0.2612' /> ## Description Get a player's gravity. | Name | Description | | -------- | ------------------------------------------- | | playerid | The ID of the play...
openmultiplayer/web/docs/scripting/functions/GetPlayerGravity.md/0
{ "file_path": "openmultiplayer/web/docs/scripting/functions/GetPlayerGravity.md", "repo_id": "openmultiplayer", "token_count": 341 }
291
--- title: GetPlayerObjectAttachedOffset description: Get the attachment offset and rotation of a player-object. tags: ["player", "object", "playerobject"] --- <VersionWarn version='omp v1.1.0.2612' /> ## Description Get the attachment offset and rotation of a player-object. | Name | Description ...
openmultiplayer/web/docs/scripting/functions/GetPlayerObjectAttachedOffset.md/0
{ "file_path": "openmultiplayer/web/docs/scripting/functions/GetPlayerObjectAttachedOffset.md", "repo_id": "openmultiplayer", "token_count": 669 }
292
--- title: GetPlayerPoolSize description: Gets the highest playerid currently in use on the server. tags: ["player"] --- <VersionWarn version='SA-MP 0.3.7' /> ## Description Gets the highest playerid currently in use on the server. Note that in SA:MP this function is broken and will return `0` even when there are n...
openmultiplayer/web/docs/scripting/functions/GetPlayerPoolSize.md/0
{ "file_path": "openmultiplayer/web/docs/scripting/functions/GetPlayerPoolSize.md", "repo_id": "openmultiplayer", "token_count": 286 }
293
--- title: GetPlayerSurfingVehicleID description: Get the ID of the vehicle that the player is surfing (stuck to the roof of). tags: ["player", "vehicle"] --- ## Description Get the ID of the vehicle that the player is surfing (stuck to the roof of). | Name | Description ...
openmultiplayer/web/docs/scripting/functions/GetPlayerSurfingVehicleID.md/0
{ "file_path": "openmultiplayer/web/docs/scripting/functions/GetPlayerSurfingVehicleID.md", "repo_id": "openmultiplayer", "token_count": 414 }
294
--- title: GetPlayerWorldBounds description: Get a player's world boundaries. tags: ["player"] --- <VersionWarn version='omp v1.1.0.2612' /> ## Description Get a player's world boundaries. | Name | Description | |-------------|-----------------...
openmultiplayer/web/docs/scripting/functions/GetPlayerWorldBounds.md/0
{ "file_path": "openmultiplayer/web/docs/scripting/functions/GetPlayerWorldBounds.md", "repo_id": "openmultiplayer", "token_count": 602 }
295
--- title: GetSpawnInfo description: Return the current spawn data for a player, where they will spawn next. tags: ["player"] --- <VersionWarn version='omp v1.1.0.2612' /> ## Description Return the current spawn data for a player, where they will spawn next. | Name | Description ...
openmultiplayer/web/docs/scripting/functions/GetSpawnInfo.md/0
{ "file_path": "openmultiplayer/web/docs/scripting/functions/GetSpawnInfo.md", "repo_id": "openmultiplayer", "token_count": 1198 }
296
--- title: GetVehicleMatrix description: Gets the actual rotation matrix of the vehicle. tags: ["vehicle"] --- <VersionWarn version='omp v1.1.0.2612' /> ## Description Gets the actual rotation matrix of the vehicle. ## Parameters | Name | Description ...
openmultiplayer/web/docs/scripting/functions/GetVehicleMatrix.md/0
{ "file_path": "openmultiplayer/web/docs/scripting/functions/GetVehicleMatrix.md", "repo_id": "openmultiplayer", "token_count": 666 }
297
--- title: GetVehicleRotationQuat description: Returns a vehicle's rotation on all axes as a quaternion. tags: ["vehicle"] --- ## Description Returns a vehicle's rotation on all axes as a quaternion. | Name | Description | | --------- | --...
openmultiplayer/web/docs/scripting/functions/GetVehicleRotationQuat.md/0
{ "file_path": "openmultiplayer/web/docs/scripting/functions/GetVehicleRotationQuat.md", "repo_id": "openmultiplayer", "token_count": 595 }
298
--- title: GivePlayerWeapon description: Give a player a weapon with a specified amount of ammo. tags: ["player"] --- ## Description Give a player a weapon with a specified amount of ammo. | Name | Description | |-----------------|-----------------...
openmultiplayer/web/docs/scripting/functions/GivePlayerWeapon.md/0
{ "file_path": "openmultiplayer/web/docs/scripting/functions/GivePlayerWeapon.md", "repo_id": "openmultiplayer", "token_count": 453 }
299
--- title: IsActorInvulnerable description: Check if an actor is invulnerable. tags: ["actor"] --- <VersionWarn version='SA-MP 0.3.7' /> ## Description Check if an actor is invulnerable. | Name | Description | | ------- | ----------------------------- | | actorid | The ID of the actor to check....
openmultiplayer/web/docs/scripting/functions/IsActorInvulnerable.md/0
{ "file_path": "openmultiplayer/web/docs/scripting/functions/IsActorInvulnerable.md", "repo_id": "openmultiplayer", "token_count": 348 }
300
--- title: IsPlayerCameraTargetEnabled description: Check if the player camera target is enabled. tags: ["player"] --- <VersionWarn version='omp v1.1.0.2612' /> ## Description Check if the player camera target is enabled. | Name | Description | | -------- | -------------------- | | playerid | The ID of...
openmultiplayer/web/docs/scripting/functions/IsPlayerCameraTargetEnabled.md/0
{ "file_path": "openmultiplayer/web/docs/scripting/functions/IsPlayerCameraTargetEnabled.md", "repo_id": "openmultiplayer", "token_count": 217 }
301
--- title: IsPlayerNPC description: Check if a player is an actual player or an NPC. tags: ["player", "npc"] --- ## Description Check if a player is an actual player or an NPC. | Name | Description | | -------- | ------------------------------ | | playerid | The ID of the player to check. | #...
openmultiplayer/web/docs/scripting/functions/IsPlayerNPC.md/0
{ "file_path": "openmultiplayer/web/docs/scripting/functions/IsPlayerNPC.md", "repo_id": "openmultiplayer", "token_count": 275 }
302
--- title: IsValidAnimationLibrary description: Checks if the given animation library is valid. tags: ["animation"] --- <VersionWarn version='omp v1.1.0.2612' /> ## Description Checks if the given animation library is valid. | Name | Description | | ----------...
openmultiplayer/web/docs/scripting/functions/IsValidAnimationLibrary.md/0
{ "file_path": "openmultiplayer/web/docs/scripting/functions/IsValidAnimationLibrary.md", "repo_id": "openmultiplayer", "token_count": 285 }
303
--- title: IsVehicleDead description: Check if a vehicle is dead. tags: ["vehicle"] --- <VersionWarn version='omp v1.1.0.2612' /> ## Description Check if a vehicle is dead. ## Parameters | Name | Description | |-----------|------------------------| | vehicleid | The ID of the vehicle. | ## Return ...
openmultiplayer/web/docs/scripting/functions/IsVehicleDead.md/0
{ "file_path": "openmultiplayer/web/docs/scripting/functions/IsVehicleDead.md", "repo_id": "openmultiplayer", "token_count": 208 }
304
--- title: NetStats_GetConnectedTime description: Gets the amount of time (in milliseconds) that a player has been connected to the server for. tags: ["network monitoring"] --- ## Description Gets the amount of time (in milliseconds) that a player has been connected to the server for. | Name | Description ...
openmultiplayer/web/docs/scripting/functions/NetStats_GetConnectedTime.md/0
{ "file_path": "openmultiplayer/web/docs/scripting/functions/NetStats_GetConnectedTime.md", "repo_id": "openmultiplayer", "token_count": 673 }
305
--- title: PlayerTextDrawGetBackgroundColour description: Gets the background colour of a player-textdraw tags: ["player", "textdraw", "playertextdraw"] --- <VersionWarn version='omp v1.1.0.2612' /> ## Description Gets the background colour of a player-textdraw | Name | Description ...
openmultiplayer/web/docs/scripting/functions/PlayerTextDrawGetBackgroundColour.md/0
{ "file_path": "openmultiplayer/web/docs/scripting/functions/PlayerTextDrawGetBackgroundColour.md", "repo_id": "openmultiplayer", "token_count": 843 }
306
--- title: PlayerTextDrawHide description: Hide a player-textdraw from the player it was created for. tags: ["player", "textdraw", "playertextdraw"] --- ## Description Hide a player-textdraw from the player it was created for | Name | Description | | ----------------- |...
openmultiplayer/web/docs/scripting/functions/PlayerTextDrawHide.md/0
{ "file_path": "openmultiplayer/web/docs/scripting/functions/PlayerTextDrawHide.md", "repo_id": "openmultiplayer", "token_count": 733 }
307
--- title: PlayerTextDrawTextSize description: Change the size of a player-textdraw (box if PlayerTextDrawUseBox is enabled and/or clickable area for use with PlayerTextDrawSetSelectable). tags: ["player", "textdraw", "playertextdraw"] --- ## Description Change the size of a player-textdraw (box if [PlayerTextDrawUse...
openmultiplayer/web/docs/scripting/functions/PlayerTextDrawTextSize.md/0
{ "file_path": "openmultiplayer/web/docs/scripting/functions/PlayerTextDrawTextSize.md", "repo_id": "openmultiplayer", "token_count": 1185 }
308
--- title: Set3DTextLabelVirtualWorld description: Sets the 3D text label virtual world id. tags: ["3dtextlabel"] --- <VersionWarn version='omp v1.1.0.2612' /> ## Description Sets the 3D text label virtual world id. | Name | Description | | ------------- | ---...
openmultiplayer/web/docs/scripting/functions/Set3DTextLabelVirtualWorld.md/0
{ "file_path": "openmultiplayer/web/docs/scripting/functions/Set3DTextLabelVirtualWorld.md", "repo_id": "openmultiplayer", "token_count": 355 }
309
--- title: SetObjectMaterial description: Replace the texture of an object with the texture from another model in the game. tags: ["object"] --- ## Description Replace the texture of an object with the texture from another model in the game. | Name | Description ...
openmultiplayer/web/docs/scripting/functions/SetObjectMaterial.md/0
{ "file_path": "openmultiplayer/web/docs/scripting/functions/SetObjectMaterial.md", "repo_id": "openmultiplayer", "token_count": 1229 }
310
--- title: SetPickupVirtualWorld description: Sets the virtual world ID of a pickup. tags: ["pickup"] --- <VersionWarn version='omp v1.1.0.2612' /> ## Description Sets the virtual world ID of a pickup. | Name | Description | |--------------|------------------------------| | pickupid | T...
openmultiplayer/web/docs/scripting/functions/SetPickupVirtualWorld.md/0
{ "file_path": "openmultiplayer/web/docs/scripting/functions/SetPickupVirtualWorld.md", "repo_id": "openmultiplayer", "token_count": 599 }
311
--- title: SetPlayerHealth description: Set the health of a player. tags: ["player"] --- ## Description Set the health of a player. | Name | Description | | ------------ | ------------------------...
openmultiplayer/web/docs/scripting/functions/SetPlayerHealth.md/0
{ "file_path": "openmultiplayer/web/docs/scripting/functions/SetPlayerHealth.md", "repo_id": "openmultiplayer", "token_count": 687 }
312
--- title: SetPlayerPickupVirtualWorld description: Sets the virtual world ID of a player-pickup. tags: ["player", "pickup", "playerpickup"] --- <VersionWarn version='omp v1.1.0.2612' /> ## Description Sets the virtual world ID of a player-pickup. | Name | Description | |--------------|----...
openmultiplayer/web/docs/scripting/functions/SetPlayerPickupVirtualWorld.md/0
{ "file_path": "openmultiplayer/web/docs/scripting/functions/SetPlayerPickupVirtualWorld.md", "repo_id": "openmultiplayer", "token_count": 593 }
313
--- title: SetSVarFloat description: Set a float server variable. tags: ["server variable", "svar"] --- <VersionWarn version='SA-MP 0.3.7 R2' /> ## Description Set a float server variable. | Name | Description | | ------------ | -------------------------------- | | const svar[] | The na...
openmultiplayer/web/docs/scripting/functions/SetSVarFloat.md/0
{ "file_path": "openmultiplayer/web/docs/scripting/functions/SetSVarFloat.md", "repo_id": "openmultiplayer", "token_count": 372 }
314
--- title: SetVehicleParamsCarWindows description: Allows you to open and close the windows of a vehicle. tags: ["vehicle"] --- <VersionWarn version='SA-MP 0.3.7' /> ## Description Allows you to open and close the windows of a vehicle. | Name | Description ...
openmultiplayer/web/docs/scripting/functions/SetVehicleParamsCarWindows.md/0
{ "file_path": "openmultiplayer/web/docs/scripting/functions/SetVehicleParamsCarWindows.md", "repo_id": "openmultiplayer", "token_count": 481 }
315
--- title: ShowObjectForPlayer description: Show an object for a player. tags: ["player", "object"] --- <VersionWarn version='omp v1.1.0.2612' /> ## Description Show an object for a player that is hidden with [HideObjectForPlayer](HideObjectForPlayer) function. ## Parameters | Name | Description ...
openmultiplayer/web/docs/scripting/functions/ShowObjectForPlayer.md/0
{ "file_path": "openmultiplayer/web/docs/scripting/functions/ShowObjectForPlayer.md", "repo_id": "openmultiplayer", "token_count": 433 }
316
--- title: TextDrawBackgroundColor description: Adjusts the text draw area background color (the outline/shadow - NOT the box. tags: ["textdraw"] --- ## Description Adjusts the text draw area background color (the outline/shadow - NOT the box. For box color, see [TextDrawBoxColor](TextDrawBoxColor)). | Name ...
openmultiplayer/web/docs/scripting/functions/TextDrawBackgroundColor.md/0
{ "file_path": "openmultiplayer/web/docs/scripting/functions/TextDrawBackgroundColor.md", "repo_id": "openmultiplayer", "token_count": 863 }
317
--- title: TextDrawGetFont description: Gets the text font of a textdraw. tags: ["textdraw"] --- <VersionWarn version='omp v1.1.0.2612' /> ## Description Gets the text font of a textdraw. | Name | Description | | ----------- | ------------------------------------------ | | Text...
openmultiplayer/web/docs/scripting/functions/TextDrawGetFont.md/0
{ "file_path": "openmultiplayer/web/docs/scripting/functions/TextDrawGetFont.md", "repo_id": "openmultiplayer", "token_count": 688 }
318
--- title: TextDrawLetterSize description: Sets the width and height of the letters. tags: ["textdraw"] --- ## Description Sets the width and height of the letters. | Name | Description | | ------------ | ---------------------- | | Text:textid | The TextDraw to change | | Float:width | Width of ...
openmultiplayer/web/docs/scripting/functions/TextDrawLetterSize.md/0
{ "file_path": "openmultiplayer/web/docs/scripting/functions/TextDrawLetterSize.md", "repo_id": "openmultiplayer", "token_count": 838 }
319
--- title: VehicleCanHaveComponent description: Is the component legal on the vehicle? tags: ["vehicle"] --- <VersionWarn version='omp v1.1.0.2612' /> ## Description Is the component legal on the vehicle? | Name | Description | | --------------------------------...
openmultiplayer/web/docs/scripting/functions/VehicleCanHaveComponent.md/0
{ "file_path": "openmultiplayer/web/docs/scripting/functions/VehicleCanHaveComponent.md", "repo_id": "openmultiplayer", "token_count": 460 }
320
--- title: floatcos description: Get the cosine from a given angle. tags: ["math", "floating-point"] --- <LowercaseNote /> ## Description Get the cosine from a given angle. The input angle may be in radians, degrees or grades. | Name | Description ...
openmultiplayer/web/docs/scripting/functions/floatcos.md/0
{ "file_path": "openmultiplayer/web/docs/scripting/functions/floatcos.md", "repo_id": "openmultiplayer", "token_count": 553 }
321
--- title: fread description: Read a single line from a file. tags: ["file management"] --- <LowercaseNote /> ## Description Read a single line from a file. | Name | Description | | ---------------------- | ----------------------------------------...
openmultiplayer/web/docs/scripting/functions/fread.md/0
{ "file_path": "openmultiplayer/web/docs/scripting/functions/fread.md", "repo_id": "openmultiplayer", "token_count": 1155 }
322
--- title: ispacked description: Checks if the given string is packed. tags: ["string"] --- <LowercaseNote /> ## Description Checks if the given string is packed. | Name | Description | | -------------- | -------------------- | | const string[] | The string to check. | ## Returns **1** if the s...
openmultiplayer/web/docs/scripting/functions/ispacked.md/0
{ "file_path": "openmultiplayer/web/docs/scripting/functions/ispacked.md", "repo_id": "openmultiplayer", "token_count": 207 }
323
--- title: strcmp description: Compares two strings to see if they are the same. tags: ["string"] --- <LowercaseNote /> ## Description Compares two strings to see if they are the same. | Name | Description ...
openmultiplayer/web/docs/scripting/functions/strcmp.md/0
{ "file_path": "openmultiplayer/web/docs/scripting/functions/strcmp.md", "repo_id": "openmultiplayer", "token_count": 1176 }
324
--- title: uuencode description: Encode a string to an UU-decoded string. tags: ["string", "encryption"] --- <LowercaseNote /> ## Description Encode a string to an UU-decoded string. | Name | Description | | ------------------------- | -------------...
openmultiplayer/web/docs/scripting/functions/uuencode.md/0
{ "file_path": "openmultiplayer/web/docs/scripting/functions/uuencode.md", "repo_id": "openmultiplayer", "token_count": 407 }
325
# General syntax --- **Format** Identifiers, numbers and tokens are separated by spaces, tabs, carriage returns and โ€œform feedsโ€. Series of one or more of these separators are called white space. **Optional semicolons** Semicolons (to end a statement) are optional if they occur at the end of a ...
openmultiplayer/web/docs/scripting/language/reference/06-General-syntax.md/0
{ "file_path": "openmultiplayer/web/docs/scripting/language/reference/06-General-syntax.md", "repo_id": "openmultiplayer", "token_count": 6627 }
326
--- title: Floatround Modes description: The rounding modes used with floatround. sidebar_label: Floatround Modes --- :::info A list of possible floatround modes which can be used by [floatround](../functions/floatround). ::: | Mode | Description ...
openmultiplayer/web/docs/scripting/resources/floatroundmodes.md/0
{ "file_path": "openmultiplayer/web/docs/scripting/resources/floatroundmodes.md", "repo_id": "openmultiplayer", "token_count": 547 }
327
--- title: Special Actions description: A list of all the player special actions used by GetPlayerSpecialAction and SetPlayerSpecialAction functions. tags: ["player"] sidebar_label: Special Actions --- This page compiles the list of all the player special actions used by [GetPlayerSpecialAction](../functions/GetPlayer...
openmultiplayer/web/docs/scripting/resources/specialactions.md/0
{ "file_path": "openmultiplayer/web/docs/scripting/resources/specialactions.md", "repo_id": "openmultiplayer", "token_count": 1178 }
328
--- title: Vehicle Health description: Vehicle Health Values. --- :::info The vehicle health value used by [SetVehicleHealth](../functions/SetVehicleHealth) and [GetVehicleHealth](../functions/GetVehicleHealth) is always between 0 and 1000. A value of 0 means the vehicle will explode, and a value of 1000 means the ve...
openmultiplayer/web/docs/scripting/resources/vehiclehealth.md/0
{ "file_path": "openmultiplayer/web/docs/scripting/resources/vehiclehealth.md", "repo_id": "openmultiplayer", "token_count": 285 }
329
# Translating Create a directory in here using your language's [ISO_639-1](https://en.wikipedia.org/wiki/ISO_639-1) code. So for German, create a directory named `de`. Then, replicate the _exact same structure_ as the Wiki English content but in your language. So inside `de` you'd have `meta`, `scripting`, `server` a...
openmultiplayer/web/docs/translations/README.md/0
{ "file_path": "openmultiplayer/web/docs/translations/README.md", "repo_id": "openmultiplayer", "token_count": 108 }
330
# SA-MP Wiki i open.mp Dokumentacija Dobrodoลกao na SA-MP wiki, kojeg odrลพava open.mp tim i ลกira SA-MP zajednica! Ova web stranica ลพeli pruลพiti lako dostupan i jednostavan doprinos izvoru dokumentacije za SA-MP i, naposljetku, open.mp. ## SA-MP wiki je nestao Naลพalost, SA-MP Wiki stranica je ugaลกena krajem septembra...
openmultiplayer/web/docs/translations/bs/index.md/0
{ "file_path": "openmultiplayer/web/docs/translations/bs/index.md", "repo_id": "openmultiplayer", "token_count": 568 }
331
--- title: OnPlayerClickMap description: OnPlayerClickMap je pozvan kada igraฤ postavi metu(target/waypoint) na pause menu mapi (desnim klikom). tags: ["player"] --- ## Deskripcija OnPlayerClickMap je pozvan kada igraฤ postavi metu(target/waypoint) na pause menu mapi (desnim klikom). | Ime | Deskripcija ...
openmultiplayer/web/docs/translations/bs/scripting/callbacks/OnPlayerClickMap.md/0
{ "file_path": "openmultiplayer/web/docs/translations/bs/scripting/callbacks/OnPlayerClickMap.md", "repo_id": "openmultiplayer", "token_count": 770 }
332
--- title: OnPlayerGiveDamage description: Ovaj callback je pozvan kada igraฤ zadaje povredu drugom igraฤu. tags: ["player"] --- ## Deskripcija Ovaj callback je pozvan kada igraฤ zadaje povredu drugom igraฤu. | Ime | Deskripcija ...
openmultiplayer/web/docs/translations/bs/scripting/callbacks/OnPlayerGiveDamage.md/0
{ "file_path": "openmultiplayer/web/docs/translations/bs/scripting/callbacks/OnPlayerGiveDamage.md", "repo_id": "openmultiplayer", "token_count": 1376 }
333
--- title: OnPlayerStreamOut description: Ovaj callback je pozvan kada se igraฤ prestane pojavljivati u klijentu drugog igraฤa. tags: ["player"] --- ## Deskripcija Ovaj callback je pozvan kada se igraฤ prestane pojavljivati u klijentu drugog igraฤa. | Ime | Deskripcija ...
openmultiplayer/web/docs/translations/bs/scripting/callbacks/OnPlayerStreamOut.md/0
{ "file_path": "openmultiplayer/web/docs/translations/bs/scripting/callbacks/OnPlayerStreamOut.md", "repo_id": "openmultiplayer", "token_count": 410 }
334
--- title: OnVehicleSpawn description: Ovaj callback je pozvan kada se vozilo respawnuje/ponovo stvori. tags: ["vehicle"] --- :::warning Ovaj callback je pozvan **samo** kada se vozilo **re**spawnuje! CreateVehicle i AddStaticVehicle(Ex) **NEฤ†E** pokretati ovaj callback. ::: ## Deskripcija Ovaj callback je pozvan ...
openmultiplayer/web/docs/translations/bs/scripting/callbacks/OnVehicleSpawn.md/0
{ "file_path": "openmultiplayer/web/docs/translations/bs/scripting/callbacks/OnVehicleSpawn.md", "repo_id": "openmultiplayer", "token_count": 414 }
335
--- title: ApplyActorAnimation description: Primijeni animaciju na aktora. tags: [] --- :::warning Ova funkcija je dodana u SA-MP 0.3.7 i ne radi u niลพim verzijama! ::: ## Deskripcija Primijeni animaciju na aktora. | Ime | Deskripcija ...
openmultiplayer/web/docs/translations/bs/scripting/functions/ApplyActorAnimation.md/0
{ "file_path": "openmultiplayer/web/docs/translations/bs/scripting/functions/ApplyActorAnimation.md", "repo_id": "openmultiplayer", "token_count": 2083 }
336
--- title: CallRemoteFunction description: Poziva javnu funkciju u bilo kojoj skripti koja se uฤita. tags: [] --- ## Deskripcija Poziva javnu funkciju u bilo kojoj skripti koja se uฤita. | Ime | Deskripcija | | -------------- | --------------------------------------------...
openmultiplayer/web/docs/translations/bs/scripting/functions/CallRemoteFunction.md/0
{ "file_path": "openmultiplayer/web/docs/translations/bs/scripting/functions/CallRemoteFunction.md", "repo_id": "openmultiplayer", "token_count": 461 }
337
--- title: CreatePlayerObject description: Kreira objekat koji ฤ‡e biti vidljiv samo jednom igraฤu. tags: ["player"] --- ## Deskripcija Kreira objekat koji ฤ‡e biti vidljiv samo jednom igraฤu. | Ime | Deskripcija ...
openmultiplayer/web/docs/translations/bs/scripting/functions/CreatePlayerObject.md/0
{ "file_path": "openmultiplayer/web/docs/translations/bs/scripting/functions/CreatePlayerObject.md", "repo_id": "openmultiplayer", "token_count": 3662 }
338
--- title: DisableMenuRow description: Onemoguฤ‡ite odreฤ‘eni red u meniju za sve igraฤe. tags: ["menu"] --- ## Deskripcija Onemoguฤ‡ite odreฤ‘eni red u meniju za sve igraฤe. Bit ฤ‡e zasjenjeno i igraฤi ga neฤ‡e moฤ‡i odabrati. | Ime | Deskripcija ...
openmultiplayer/web/docs/translations/bs/scripting/functions/DisableMenuRow.md/0
{ "file_path": "openmultiplayer/web/docs/translations/bs/scripting/functions/DisableMenuRow.md", "repo_id": "openmultiplayer", "token_count": 845 }
339
--- title: ForceClassSelection description: Prisiljava igraฤa da se vrati na odabir klase. tags: [] --- ## Deskripcija Prisiljava igraฤa da se vrati na odabir klase. | Ime | Deskripcija | | -------- | ---------------------------------- | | playerid | Igraฤ za povratak na odabir klase. | ...
openmultiplayer/web/docs/translations/bs/scripting/functions/ForceClassSelection.md/0
{ "file_path": "openmultiplayer/web/docs/translations/bs/scripting/functions/ForceClassSelection.md", "repo_id": "openmultiplayer", "token_count": 443 }
340
--- title: GetActorPoolSize description: Dobij najviลกi actorid kreiran na serveru. tags: ["actor"] --- <VersionWarn version='SA-MP 0.3.7' /> ## Deskripcija Dobij najviลกi actorid kreiran na serveru. Imajte na umu da je u SA:MP-u ova funkcija pokvarena i da ฤ‡e returnati `0` ฤak i kada nema actora. fixes.inc i open.mp ...
openmultiplayer/web/docs/translations/bs/scripting/functions/GetActorPoolSize.md/0
{ "file_path": "openmultiplayer/web/docs/translations/bs/scripting/functions/GetActorPoolSize.md", "repo_id": "openmultiplayer", "token_count": 380 }
341
--- title: GetPVarNameAtIndex description: Dohvatite ime pVara igraฤa putem indeksa. tags: ["pvar"] --- ## Deskripcija Dohvatite ime pVara igraฤa putem indeksa. | Ime | Deskripcija | | ------------- | ------------------------------------------------------- | | pl...
openmultiplayer/web/docs/translations/bs/scripting/functions/GetPVarNameAtIndex.md/0
{ "file_path": "openmultiplayer/web/docs/translations/bs/scripting/functions/GetPVarNameAtIndex.md", "repo_id": "openmultiplayer", "token_count": 496 }
342
--- title: GetPlayerVelocity description: Dobij brzinu (brzinu) igraฤa na X, Y i Z osi. tags: ["player"] --- ## Deskripcija Dobij brzinu (brzinu) igraฤa na X, Y i Z osi. | Ime | Deskripcija | | -------- | ------------------------------------------------...
openmultiplayer/web/docs/translations/bs/scripting/functions/GetPlayerVelocity.md/0
{ "file_path": "openmultiplayer/web/docs/translations/bs/scripting/functions/GetPlayerVelocity.md", "repo_id": "openmultiplayer", "token_count": 689 }
343
--- title: GetServerVarAsString description: Dobij string vrijednost server varijable. tags: [] --- :::warning This function, as of 0.3.7 R2, is deprecated. Please see GetConsoleVarAsString ::: ## Deskripcija Dobij string vrijednost server varijable. | Ime | Deskripcija ...
openmultiplayer/web/docs/translations/bs/scripting/functions/GetServerVarAsString.md/0
{ "file_path": "openmultiplayer/web/docs/translations/bs/scripting/functions/GetServerVarAsString.md", "repo_id": "openmultiplayer", "token_count": 690 }
344
--- title: GetVehicleTrailer description: Dobij ID prikolice prikvaฤene za vozilo. tags: ["vehicle"] --- ## Deskripcija Dobij ID prikolice prikvaฤene za vozilo. | Ime | Deskripcija | | --------- | ------------------------------ | | vehicleid | ID vozila za dobiti prikolicu. | ## Returns ID...
openmultiplayer/web/docs/translations/bs/scripting/functions/GetVehicleTrailer.md/0
{ "file_path": "openmultiplayer/web/docs/translations/bs/scripting/functions/GetVehicleTrailer.md", "repo_id": "openmultiplayer", "token_count": 357 }
345
--- title: IsPlayerAdmin description: Provjerite je li igraฤ prijavljen kao RCON administrator. tags: ["administration"] --- ## Deskripcija Provjerite je li igraฤ prijavljen kao RCON administrator. | Ime | Deskripcija | | -------- | ---------------------- | | playerid | ID igraฤa za provjeru. | ## R...
openmultiplayer/web/docs/translations/bs/scripting/functions/IsPlayerAdmin.md/0
{ "file_path": "openmultiplayer/web/docs/translations/bs/scripting/functions/IsPlayerAdmin.md", "repo_id": "openmultiplayer", "token_count": 339 }
346
--- title: IsValidPlayerObject description: Provjerava da li je dati ID objekta vaลพeฤ‡i za datog igraฤa. tags: ["player"] --- ## Deskripcija Provjerava da li je dati ID objekta vaลพeฤ‡i za datog igraฤa. | Ime | Deskripcija | | -------- | --------------------------------------------...
openmultiplayer/web/docs/translations/bs/scripting/functions/IsValidPlayerObject.md/0
{ "file_path": "openmultiplayer/web/docs/translations/bs/scripting/functions/IsValidPlayerObject.md", "repo_id": "openmultiplayer", "token_count": 736 }
347
--- title: NetStats_MessagesReceived description: Dobija broj poruka koje je server primio od klijenta za reprodukciju. tags: [] --- ## Deskripcija Dobija broj poruka koje je server primio od klijenta za reprodukciju. | Ime | Deskripcija | | -------- | ---------------------------- | | playerid ...
openmultiplayer/web/docs/translations/bs/scripting/functions/NetStats_MessagesReceived.md/0
{ "file_path": "openmultiplayer/web/docs/translations/bs/scripting/functions/NetStats_MessagesReceived.md", "repo_id": "openmultiplayer", "token_count": 786 }
348
--- title: PlayerTextDrawLetterSize description: Postavlja ลกirinu i visinu slova u player-textdrawu. tags: ["player", "textdraw", "playertextdraw"] --- ## Deskripcija Postavlja ลกirinu i visinu slova u player-textdrawu. | Ime | Deskripcija | | -------- | -----...
openmultiplayer/web/docs/translations/bs/scripting/functions/PlayerTextDrawLetterSize.md/0
{ "file_path": "openmultiplayer/web/docs/translations/bs/scripting/functions/PlayerTextDrawLetterSize.md", "repo_id": "openmultiplayer", "token_count": 1080 }
349
--- title: RemovePlayerFromVehicle description: Uklanja/izbacuje igraฤa iz njihovog vozila. tags: ["player", "vehicle"] --- ## Deskripcija Uklanja/izbacuje igraฤa iz njihovog vozila. | Ime | Deskripcija | | -------- | -------------------------------- | | playerid | ID igraฤa za izbaciti iz ...
openmultiplayer/web/docs/translations/bs/scripting/functions/RemovePlayerFromVehicle.md/0
{ "file_path": "openmultiplayer/web/docs/translations/bs/scripting/functions/RemovePlayerFromVehicle.md", "repo_id": "openmultiplayer", "token_count": 524 }
350
--- title: SetActorFacingAngle description: Postavi smjer gledanja aktora. tags: [] --- :::warning Ova funkcija je dodana u SA-MP 0.3.7 i ne radi u niลพim verzijama! ::: ## Deskripcija Postavi smjer gledanja aktora. | Ime | Deskripcija | | ------- | ...
openmultiplayer/web/docs/translations/bs/scripting/functions/SetActorFacingAngle.md/0
{ "file_path": "openmultiplayer/web/docs/translations/bs/scripting/functions/SetActorFacingAngle.md", "repo_id": "openmultiplayer", "token_count": 613 }
351
--- title: SetObjectsDefaultCameraCol description: Omoguฤ‡uje da se sudaranje kamere s novostvorenim objektima onemoguฤ‡i prema zadanim postavkama. tags: [] --- :::warning Ova funkcija je dodana u SA-MP 0.3.7 i ne radi u niลพim verzijama! ::: ## Deskripcija Omoguฤ‡uje da se sudaranje kamere s novostvorenim objektima o...
openmultiplayer/web/docs/translations/bs/scripting/functions/SetObjectsDefaultCameraCol.md/0
{ "file_path": "openmultiplayer/web/docs/translations/bs/scripting/functions/SetObjectsDefaultCameraCol.md", "repo_id": "openmultiplayer", "token_count": 892 }
352
--- title: SetPlayerFightingStyle description: Postavi igraฤu specijalan stil borbe. tags: ["player"] --- ## Deskripcija Postavi igraฤu specijalan stil borbe. Za koristiti unutar igre, ciljaj i klikni 'secondary attack' dugme (ENTER po zadanim postavkama). | Ime | Deskripcija ...
openmultiplayer/web/docs/translations/bs/scripting/functions/SetPlayerFightingStyle.md/0
{ "file_path": "openmultiplayer/web/docs/translations/bs/scripting/functions/SetPlayerFightingStyle.md", "repo_id": "openmultiplayer", "token_count": 473 }
353
--- title: SetPlayerScore description: Postavite rezultat (score) igraฤa. tags: ["player"] --- ## Deskripcija Postavite rezultat (score) igraฤa. Rezultati igraฤa prikazuju se na scoreboardu (prikazuje se drลพanjem tipke TAB). | Ime | Deskripcija | | -------- | -----------------------...
openmultiplayer/web/docs/translations/bs/scripting/functions/SetPlayerScore.md/0
{ "file_path": "openmultiplayer/web/docs/translations/bs/scripting/functions/SetPlayerScore.md", "repo_id": "openmultiplayer", "token_count": 425 }
354
--- title: SetTeamCount description: Ova se funkcija koristi za promjenu koliฤine timova koriลกtenih u gamemodeu. tags: [] --- ## Deskripcija Ova se funkcija koristi za promjenu koliฤine timova koriลกtenih u gamemodeu. Nema oฤigledan naฤin upotrebe, ali moลพe pomoฤ‡i da se naznaฤi broj timova koji se koriste za bolje (ef...
openmultiplayer/web/docs/translations/bs/scripting/functions/SetTeamCount.md/0
{ "file_path": "openmultiplayer/web/docs/translations/bs/scripting/functions/SetTeamCount.md", "repo_id": "openmultiplayer", "token_count": 429 }
355
--- title: SetWorldTime description: Postavlja vrijeme svijeta (za sve igraฤe) na odreฤ‘eni sat. tags: [] --- ## Deskripcija Postavlja vrijeme svijeta (za sve igraฤe) na odreฤ‘eni sat. | Ime | Deskripcija | | ---- | ----------------------- | | hour | Sat za postaviti (0-23) | ## Returns Ova funkcija ne ...
openmultiplayer/web/docs/translations/bs/scripting/functions/SetWorldTime.md/0
{ "file_path": "openmultiplayer/web/docs/translations/bs/scripting/functions/SetWorldTime.md", "repo_id": "openmultiplayer", "token_count": 380 }
356
--- title: TextDrawBoxColor description: Prilagoฤ‘ava boju okvira za tekst (koristi se samo ako je parametar 'use' TextDrawUseBox 1). tags: ["textdraw"] --- ## Deskripcija Prilagoฤ‘ava boju okvira za tekst (koristi se samo ako je parametar 'use' TextDrawUseBox 'true'). | Ime | Deskripcija ...
openmultiplayer/web/docs/translations/bs/scripting/functions/TextDrawBoxColor.md/0
{ "file_path": "openmultiplayer/web/docs/translations/bs/scripting/functions/TextDrawBoxColor.md", "repo_id": "openmultiplayer", "token_count": 1224 }
357
--- title: TextDrawShowForAll description: Prikazuje textdraw svim igraฤima. tags: ["textdraw"] --- ## Deskripcija Prikazuje textdraw svim igraฤima. | Ime | Deskripcija | | ---- | --------------------------------------------------------------- | | text | ID textdr...
openmultiplayer/web/docs/translations/bs/scripting/functions/TextDrawShowForAll.md/0
{ "file_path": "openmultiplayer/web/docs/translations/bs/scripting/functions/TextDrawShowForAll.md", "repo_id": "openmultiplayer", "token_count": 372 }
358
--- title: atan description: Dobijte obrnutu vrijednost tangente luka u radijanima. tags: [] --- :::warning Ova funkcija zapoฤinje malim slovom. ::: ## Deskripcija Dobijte obrnutu vrijednost tangente luka u radijanima. | Ime | Deskripcija | | ----------- | -------------------------- | | Flo...
openmultiplayer/web/docs/translations/bs/scripting/functions/atan.md/0
{ "file_path": "openmultiplayer/web/docs/translations/bs/scripting/functions/atan.md", "repo_id": "openmultiplayer", "token_count": 467 }
359
--- title: floatcmp description: floatcmp se moลพe koristiti za meฤ‘usobno usporeฤ‘ivanje vrijednosti plutajuฤ‡eg stanja, kako bi se potvrdila usporedba. tags: [] --- :::warning Ova funkcija zapoฤinje malim slovom. ::: ## Deskripcija floatcmp se moลพe koristiti za meฤ‘usobno usporeฤ‘ivanje vrijednosti plutajuฤ‡eg stanja, ...
openmultiplayer/web/docs/translations/bs/scripting/functions/floatcmp.md/0
{ "file_path": "openmultiplayer/web/docs/translations/bs/scripting/functions/floatcmp.md", "repo_id": "openmultiplayer", "token_count": 421 }
360