text
stringlengths
1
2.83M
id
stringlengths
16
152
metadata
dict
__index_level_0__
int64
0
949
--- título: OnPlayerGiveDamage descripción: Este callback se llama cuando un jugador le hace daño a otro jugador. tags: ["player"] --- ## Descripción Este callback se llama cuando un jugador le hace daño a otro jugador. | Nombre | Descripción ...
openmultiplayer/web/docs/translations/es/scripting/callbacks/OnPlayerGiveDamage.md/0
{ "file_path": "openmultiplayer/web/docs/translations/es/scripting/callbacks/OnPlayerGiveDamage.md", "repo_id": "openmultiplayer", "token_count": 1220 }
380
--- título: OnPlayerStreamOut descripción: Este callback se llama cuando un jugador se deja de cargar (ya no es visible) por el cliente de algún otro jugador. tags: ["player"] --- ## Descripción Este callback se llama cuando un jugador se deja de cargar (ya no es visible) por el cliente de algún otro jugador. | Nomb...
openmultiplayer/web/docs/translations/es/scripting/callbacks/OnPlayerStreamOut.md/0
{ "file_path": "openmultiplayer/web/docs/translations/es/scripting/callbacks/OnPlayerStreamOut.md", "repo_id": "openmultiplayer", "token_count": 382 }
381
--- título: OnVehicleSpawn descripción: Este callback se llama cuando un vehículo reaparece. tags: ["vehicle"] --- :::warning Este callback se llama **solo** cuando el vehículo **re**aparece! CreateVehicle y AddStaticVehicle(Ex) **no van** a desencadenar este callback. ::: ## Descripción Este callback se llama cua...
openmultiplayer/web/docs/translations/es/scripting/callbacks/OnVehicleSpawn.md/0
{ "file_path": "openmultiplayer/web/docs/translations/es/scripting/callbacks/OnVehicleSpawn.md", "repo_id": "openmultiplayer", "token_count": 377 }
382
--- title: OnPlayerDisconnect description: وقتی بازیکن از سرور خارج می شود، این کالبک فراخوانی می شود. tags: ["player"] --- <div dir="rtl" style={{ textAlign: "right" }}> ## توضیحات وقتی بازیکن از سرور خارج می شود، این کالبک فراخوانی می شود. | پارامتر | توضیحات | | -------...
openmultiplayer/web/docs/translations/fa/scripting/callbacks/OnPlayerDisconnect.md/0
{ "file_path": "openmultiplayer/web/docs/translations/fa/scripting/callbacks/OnPlayerDisconnect.md", "repo_id": "openmultiplayer", "token_count": 2268 }
383
--- title: OnClientCheckResponse description: Tinatawag ang callback na ito kapag nakumpleto ang request sa SendClientCheck tags: [] --- ## Description Tinatawag ang callback na ito kapag nakumpleto ang request sa SendClientCheck | Name | Description | | ------------- | ---------------...
openmultiplayer/web/docs/translations/fil/scripting/callbacks/OnClientCheckResponse.md/0
{ "file_path": "openmultiplayer/web/docs/translations/fil/scripting/callbacks/OnClientCheckResponse.md", "repo_id": "openmultiplayer", "token_count": 548 }
384
--- title: OnObjectMoved description: This callback is called when an object is moved after MoveObject (when it stops moving). tags: [] --- ## Description Ang callback na ito ay itinatawag kapag ang object ay iginalaw pagkatapos ang MoveObject (kapag natapos na itong gumalaw). | Name | Description ...
openmultiplayer/web/docs/translations/fil/scripting/callbacks/OnObjectMoved.md/0
{ "file_path": "openmultiplayer/web/docs/translations/fil/scripting/callbacks/OnObjectMoved.md", "repo_id": "openmultiplayer", "token_count": 454 }
385
--- title: OnVehicleStreamIn description: Ang callback na ito ay tinatawag kapag ang isang sasakyan ay na-stream sa client ng isang manlalaro. tags: ["vehicle"] --- ## Description Ang callback na ito ay tinatawag kapag ang isang sasakyan ay na-stream sa client ng isang manlalaro. | Name | Description ...
openmultiplayer/web/docs/translations/fil/scripting/callbacks/OnVehicleStreamIn.md/0
{ "file_path": "openmultiplayer/web/docs/translations/fil/scripting/callbacks/OnVehicleStreamIn.md", "repo_id": "openmultiplayer", "token_count": 485 }
386
--- title: EnablePlayerCameraTarget description: I-toggle ang mga function sa pag-target ng camera para sa isang player. tags: ["player"] --- <VersionWarn version='SA-MP 0.3.7' /> ## Description I-toggle ang mga function sa pag-target ng camera para sa isang player. Naka-disable bilang default para makatipid ng band...
openmultiplayer/web/docs/translations/fil/scripting/functions/EnablePlayerCameraTarget.md/0
{ "file_path": "openmultiplayer/web/docs/translations/fil/scripting/functions/EnablePlayerCameraTarget.md", "repo_id": "openmultiplayer", "token_count": 409 }
387
--- title: GetPlayerVehicleSeat description: Find out which seat a player is in. tags: ["player", "vehicle"] --- ## Paglalarawan Alamin kung nasaang upuan nakaupo ang manlalaro. | Name | Description | | -------- | --------------------------------------------------- | | pla...
openmultiplayer/web/docs/translations/fil/scripting/functions/GetPlayerVehicleSeat.md/0
{ "file_path": "openmultiplayer/web/docs/translations/fil/scripting/functions/GetPlayerVehicleSeat.md", "repo_id": "openmultiplayer", "token_count": 563 }
388
--- title: SetTeamCount description: Ginagamit ang function na ito upang baguhin ang dami ng mga team na ginamit sa gamemode. tags: [] --- ## Description Ginagamit ang function na ito upang baguhin ang dami ng mga team na ginamit sa gamemode. Wala itong malinaw na paraan ng paggamit, ngunit makakatulong upang ipahiwa...
openmultiplayer/web/docs/translations/fil/scripting/functions/SetTeamCount.md/0
{ "file_path": "openmultiplayer/web/docs/translations/fil/scripting/functions/SetTeamCount.md", "repo_id": "openmultiplayer", "token_count": 435 }
389
--- title: floatlog description: Binibigyang-daan ka ng function na ito na makuha ang logarithm ng isang float value. tags: ["math", "floating-point"] --- <LowercaseNote /> ## Description Binibigyang-daan ka ng function na ito na makuha ang logarithm ng isang float value. | Name | Description ...
openmultiplayer/web/docs/translations/fil/scripting/functions/floatlog.md/0
{ "file_path": "openmultiplayer/web/docs/translations/fil/scripting/functions/floatlog.md", "repo_id": "openmultiplayer", "token_count": 354 }
390
--- title: OnActorStreamIn description: Cette fonction est appelée quand un actor est chargé (devient visible) pour un joueur. tags: [actors, actorstream, forplayerid, actorid] --- <VersionWarn name='callback' version='SA-MP 0.3.7' /> ## Paramètres Cette fonction est appelée quand un actor est chargé _(devient visib...
openmultiplayer/web/docs/translations/fr/scripting/Callbacks/OnActorStreamIn.md/0
{ "file_path": "openmultiplayer/web/docs/translations/fr/scripting/Callbacks/OnActorStreamIn.md", "repo_id": "openmultiplayer", "token_count": 459 }
391
--- title: OnNPCModeInit description: Ce rappel est appelé lorsque le script d'un PNJ est chargé. tags: ["npc"] --- ## Description Ce rappel est appelé lorsque le script d'un PNJ est chargé. ## Exemples ```c public OnNPCModeInit() { print("Le script du PNJ a été chargé."); return 1; } ``` ## Rappels Relati...
openmultiplayer/web/docs/translations/fr/scripting/Callbacks/OnNPCModeInit.md/0
{ "file_path": "openmultiplayer/web/docs/translations/fr/scripting/Callbacks/OnNPCModeInit.md", "repo_id": "openmultiplayer", "token_count": 210 }
392
--- title: OnPlayerEnterCheckpoint description: Cette callback est appelée quand un joueur est entré dans un checkpoint. tags: ["player", "checkpoint"] --- ## Paramètres Cette callback est appelée quand un joueur est entré dans un checkpoint. | Nom | Description | | --------...
openmultiplayer/web/docs/translations/fr/scripting/Callbacks/OnPlayerEnterCheckpoint.md/0
{ "file_path": "openmultiplayer/web/docs/translations/fr/scripting/Callbacks/OnPlayerEnterCheckpoint.md", "repo_id": "openmultiplayer", "token_count": 650 }
393
--- title: OnPlayerPickUpPlayerPickup description: Ce rappel est appelé lorsqu'un joueur ramasse un objet joueur-pickup créé avec CreatePlayerPickup. tags: ["player", "pickup", "playerpickup"] --- <VersionWarn name='callback' version='omp v1.1.0.2612' /> ## Description Ce rappel est appelé lorsqu'un joueur ramasse u...
openmultiplayer/web/docs/translations/fr/scripting/Callbacks/OnPlayerPickUpPlayerPickup.md/0
{ "file_path": "openmultiplayer/web/docs/translations/fr/scripting/Callbacks/OnPlayerPickUpPlayerPickup.md", "repo_id": "openmultiplayer", "token_count": 925 }
394
--- title: OnRconCommand description: Cette callback est appelée lorsqu'une commande est exécutée dans la console, ou via le jeu avec les commandes RCON. tags: [] --- ## Paramètres Cette callback est appelée lorsqu'une commande est exécutée dans la console, ou via le jeu avec les commandes RCON | Nom | ...
openmultiplayer/web/docs/translations/fr/scripting/Callbacks/OnRconCommand.md/0
{ "file_path": "openmultiplayer/web/docs/translations/fr/scripting/Callbacks/OnRconCommand.md", "repo_id": "openmultiplayer", "token_count": 676 }
395
--- title : AddMenuItem description: ajoute un élément à un menu spécifié. tags: ["menu"] --- ## Description Ajoute un élément à un menu spécifié. | Nom | Descriptif | | ------- | ------------------------------------------------ | | menuid | L'identifiant du menu auquel ajo...
openmultiplayer/web/docs/translations/fr/scripting/functions/AddMenuItem.md/0
{ "file_path": "openmultiplayer/web/docs/translations/fr/scripting/functions/AddMenuItem.md", "repo_id": "openmultiplayer", "token_count": 662 }
396
--- title: GameModeExit description: Leállítja a jelenlegi játékmódot tags: [] --- ## Leírás Leállítja a jelenlegi játékmódot ## Példák ```c if (OneTeamHasWon) { GameModeExit(); } ```
openmultiplayer/web/docs/translations/hu/scripting/funcitons/GameModeExit.md/0
{ "file_path": "openmultiplayer/web/docs/translations/hu/scripting/funcitons/GameModeExit.md", "repo_id": "openmultiplayer", "token_count": 101 }
397
--- title: OnFilterScriptInit description: Callback ini akan terpanggil ketika gamemode sedang diinialisasi (dimuat). tags: [] --- ## Deskripsi Callback ini akan terpanggil ketika filterscript sedang diinialisasi (dimuat). Ini hanya terpanggil di dalam filterscript yang akan dimuat. ## Contoh ```c public OnFilterSc...
openmultiplayer/web/docs/translations/id/scripting/callbacks/OnFilterScriptInit.md/0
{ "file_path": "openmultiplayer/web/docs/translations/id/scripting/callbacks/OnFilterScriptInit.md", "repo_id": "openmultiplayer", "token_count": 179 }
398
--- title: OnPlayerExitVehicle description: Callback ini di panggil ketika pemain mulai keluar dari kendaraan. tags: ["player", "vehicle"] --- ## Deskripsi Callback ini di panggil ketika pemain mulai keluar dari kendaraan. | Nama | Deskripsi | | --------- | -----------------...
openmultiplayer/web/docs/translations/id/scripting/callbacks/OnPlayerExitVehicle.md/0
{ "file_path": "openmultiplayer/web/docs/translations/id/scripting/callbacks/OnPlayerExitVehicle.md", "repo_id": "openmultiplayer", "token_count": 531 }
399
--- title: Ban description: Melarang player yang sedang berada di dalam server. tags: ["administration"] --- ## Deskripsi Melarang player yang sedang berada di dalam server. Player tersebut tidak bisa bergabung lagi selamanya. Pelarangan pemain berbasis IP ini akan disimpan di dalam format file samp.ban di dalam dire...
openmultiplayer/web/docs/translations/id/scripting/functions/Ban.md/0
{ "file_path": "openmultiplayer/web/docs/translations/id/scripting/functions/Ban.md", "repo_id": "openmultiplayer", "token_count": 819 }
400
--- title: SetWeather description: Mengatur cuaca untuk semua player. tags: [] --- ## Deskripsi Mengatur cuaca untuk semua player. | Nama | Deskripsi | | --------- | ------------------------------------------------ | | weatherid | ID [cuaca](../resources/weatherid)| ## Retu...
openmultiplayer/web/docs/translations/id/scripting/functions/SetWeather.md/0
{ "file_path": "openmultiplayer/web/docs/translations/id/scripting/functions/SetWeather.md", "repo_id": "openmultiplayer", "token_count": 334 }
401
--- title: Server variable system description: Server variable system (disingkat, SVar) adalah cara baru untung membuat server variabel dalam cara mudah membuat method yang efisien, dengan begitu cara ini bisa dipakai di gamemode server dan filterscripts dalam waktu bersamaan. --- **Server variable system** (disingka...
openmultiplayer/web/docs/translations/id/tutorials/servervariablesystem.md/0
{ "file_path": "openmultiplayer/web/docs/translations/id/tutorials/servervariablesystem.md", "repo_id": "openmultiplayer", "token_count": 839 }
402
--- title: AllowInteriorWeapons description: Przełącza możliwość używania broni we wnętrzach. tags: [] --- ## Opis Przełącza możliwość używania broni we wnętrzach. | Nazwa | Opis | | ----- | ------------------------------------------------------...
openmultiplayer/web/docs/translations/pl/scripting/functions/AllowInteriorWeapons.md/0
{ "file_path": "openmultiplayer/web/docs/translations/pl/scripting/functions/AllowInteriorWeapons.md", "repo_id": "openmultiplayer", "token_count": 496 }
403
--- title: atan2 description: . tags: [] --- <LowercaseNote /> :::warning Zwróć uwagę, że wartość y jest pierwszym parametrem, a x drugim. ::: ## Opis Podaje odwróconą wartość arcus tangensa z y/x w radianach. | Nazwa | Opis | | ------- | ------------------------------...
openmultiplayer/web/docs/translations/pl/scripting/functions/atan2.md/0
{ "file_path": "openmultiplayer/web/docs/translations/pl/scripting/functions/atan2.md", "repo_id": "openmultiplayer", "token_count": 592 }
404
--- title: OnGameModeExit description: Esta callback é chamada quando uma gamemode finaliza, também através do 'gmx', do servidor ser desligado ou GameModeExit. tags: [] --- ## Descrição Esta callback é chamada quando uma gamemode finaliza, também através do 'gmx', do servidor ser desligado ou GameModeExit. ## Exemp...
openmultiplayer/web/docs/translations/pt-BR/scripting/callbacks/OnGameModeExit.md/0
{ "file_path": "openmultiplayer/web/docs/translations/pt-BR/scripting/callbacks/OnGameModeExit.md", "repo_id": "openmultiplayer", "token_count": 432 }
405
--- title: OnPlayerConnect description: Esta callback é chamda quando um jogador conecta no servidor. tags: ["player"] --- ## Descrição Esta callback é chamda quando um jogador conecta no servidor. | Nome | Descrição | | -------- | ----------------------------- | | playerid | O ID do jogador ...
openmultiplayer/web/docs/translations/pt-BR/scripting/callbacks/OnPlayerConnect.md/0
{ "file_path": "openmultiplayer/web/docs/translations/pt-BR/scripting/callbacks/OnPlayerConnect.md", "repo_id": "openmultiplayer", "token_count": 346 }
406
--- title: OnPlayerLeaveRaceCheckpoint description: Esta callback é chamada quando um jogador sai de um checkpoint de corrida. tags: ["player", "checkpoint", "racecheckpoint"] --- ## Descrição Esta callback é chamada quando um jogador sai de um checkpoint de corrida | Nome | Descrição ...
openmultiplayer/web/docs/translations/pt-BR/scripting/callbacks/OnPlayerLeaveRaceCheckpoint.md/0
{ "file_path": "openmultiplayer/web/docs/translations/pt-BR/scripting/callbacks/OnPlayerLeaveRaceCheckpoint.md", "repo_id": "openmultiplayer", "token_count": 406 }
407
--- title: OnRecordingPlaybackEnd description: Essa callback é executada quando uma gravação de NPC reproduzida com a função NPCStartRecordingPlayback finaliza sua reprodução. tags: [] --- ## Descrição Essa callback é executada quando uma gravação de NPC reproduzida com a função NPCStartRecordingPlayback finaliza sua...
openmultiplayer/web/docs/translations/pt-BR/scripting/callbacks/OnRecordingPlaybackEnd.md/0
{ "file_path": "openmultiplayer/web/docs/translations/pt-BR/scripting/callbacks/OnRecordingPlaybackEnd.md", "repo_id": "openmultiplayer", "token_count": 192 }
408
--- title: AddSimpleModel description: Adiciona um novo modelo de objeto simples personalizado para download. tags: [] --- Esta função foi implementada no SA-MP 0.3.DL-R1 e não funcionará em versões anteriores. ## Descrição Adiciona um novo modelo de objeto simples personalizado para download. Os arquivos do modelo ...
openmultiplayer/web/docs/translations/pt-BR/scripting/functions/AddSimpleModel.md/0
{ "file_path": "openmultiplayer/web/docs/translations/pt-BR/scripting/functions/AddSimpleModel.md", "repo_id": "openmultiplayer", "token_count": 1062 }
409
--- title: ChangeVehicleColor description: Altere a cor primária e secundária de um veículo. tags: ["vehicle"] --- ## Descrição Altere a cor primária e secundária de um veículo. | Nome | Descrição | | --------- | -------------------------------------------- | | vehicleid | O I...
openmultiplayer/web/docs/translations/pt-BR/scripting/functions/ChangeVehicleColor.md/0
{ "file_path": "openmultiplayer/web/docs/translations/pt-BR/scripting/functions/ChangeVehicleColor.md", "repo_id": "openmultiplayer", "token_count": 525 }
410
--- title: GangZoneStopFlashForAll description: Pare uma Gangzone de piscar para todos os jogadores. tags: ["gangzone"] --- ## Descrição Pare uma Gangzone de piscar para todos os jogadores. | Nome | Descrição | | ---- | ----------------------------------...
openmultiplayer/web/docs/translations/pt-BR/scripting/functions/GangZoneStopFlashForAll.md/0
{ "file_path": "openmultiplayer/web/docs/translations/pt-BR/scripting/functions/GangZoneStopFlashForAll.md", "repo_id": "openmultiplayer", "token_count": 683 }
411
--- title: RemoveBuildingForPlayer description: Remove um modelo de San Andreas para um único jogador em um raio específico. tags: ["player"] --- ## Descrição Remove um modelo de San Andreas para um único jogador em um raio específico. | Nome | Descrição ...
openmultiplayer/web/docs/translations/pt-BR/scripting/functions/RemoveBuildingForPlayer.md/0
{ "file_path": "openmultiplayer/web/docs/translations/pt-BR/scripting/functions/RemoveBuildingForPlayer.md", "repo_id": "openmultiplayer", "token_count": 997 }
412
--- title: getdate description: Retorna a data atual do servidor, que será armazenada nas variáveis &ano, &mes e &dia tags: [] --- <LowercaseNote /> ## Descrição Retorna a data atual do servidor, que será armazenada nas variáveis &ano, &mes e &dia | Nome | Descrição ...
openmultiplayer/web/docs/translations/pt-BR/scripting/functions/getdate.md/0
{ "file_path": "openmultiplayer/web/docs/translations/pt-BR/scripting/functions/getdate.md", "repo_id": "openmultiplayer", "token_count": 447 }
413
--- title: Dialog Styles --- :::note - Em [OnDialogResponse](../callbacks/OnDialogResponse), pressionar **button1** define **response** para **1**, enquanto pressionar **button2** define **response** para **0**. - Todo dialog tem um button2 opcional. Para que ele não seja mostrado, mantenha o parâmetro vazio, como no...
openmultiplayer/web/docs/translations/pt-BR/scripting/resources/dialogstyles.md/0
{ "file_path": "openmultiplayer/web/docs/translations/pt-BR/scripting/resources/dialogstyles.md", "repo_id": "openmultiplayer", "token_count": 2777 }
414
--- title: OnGameModeExit description: Acest callback este apelat atunci când un mod de joc se termină, fie prin „gmx”, serverul fiind oprit, fie GameModeExit. tags: [] --- ## Descriere Acest callback este apelat atunci când un mod de joc se termină, fie prin „gmx”, serverul fiind oprit, fie GameModeExit. ## Exemple...
openmultiplayer/web/docs/translations/ro/scripting/callbacks/OnGameModeExit.md/0
{ "file_path": "openmultiplayer/web/docs/translations/ro/scripting/callbacks/OnGameModeExit.md", "repo_id": "openmultiplayer", "token_count": 608 }
415
--- title: OnPlayerEnterVehicle description: Acest callback este apelat atunci când un jucător începe să intre într-un vehicul, ceea ce înseamnă că jucătorul nu se află încă în vehicul în momentul în care este apelat. tags: ["player", "vehicle"] --- ## Descriere Acest callback este apelat atunci când un jucător încep...
openmultiplayer/web/docs/translations/ro/scripting/callbacks/OnPlayerEnterVehicle.md/0
{ "file_path": "openmultiplayer/web/docs/translations/ro/scripting/callbacks/OnPlayerEnterVehicle.md", "repo_id": "openmultiplayer", "token_count": 760 }
416
--- title: OnPlayerSelectedMenuRow description: Acest callback este apelat atunci când un jucător selectează un articol dintr-un meniu (ShowMenuForPlayer). tags: ["player", "menu"] --- ## Descriere Acest callback este apelat atunci când un jucător selectează un articol dintr-un meniu (ShowMenuForPlayer). | Nume ...
openmultiplayer/web/docs/translations/ro/scripting/callbacks/OnPlayerSelectedMenuRow.md/0
{ "file_path": "openmultiplayer/web/docs/translations/ro/scripting/callbacks/OnPlayerSelectedMenuRow.md", "repo_id": "openmultiplayer", "token_count": 731 }
417
--- title: OnVehicleMod description: Acest callback este apelat atunci când un vehicul este modificat. tags: ["vehicle"] --- ## Descriere Acest callback este apelat atunci când un vehicul este modificat. | Nume | Descriere | | ----------- | -----------------------...
openmultiplayer/web/docs/translations/ro/scripting/callbacks/OnVehicleMod.md/0
{ "file_path": "openmultiplayer/web/docs/translations/ro/scripting/callbacks/OnVehicleMod.md", "repo_id": "openmultiplayer", "token_count": 771 }
418
--- title: AddVehicleComponent description: Adaugă o 'componentă' (adesea denumită 'mod' (modificare)) unui vehicul. tags: ["vehicle"] --- ## Descriere Adaugă o 'componentă' (adesea denumită 'mod' (modificare)) unui vehicul. Componentele valide pot fi găsite aici. | Nume | De...
openmultiplayer/web/docs/translations/ro/scripting/functions/AddVehicleComponent.md/0
{ "file_path": "openmultiplayer/web/docs/translations/ro/scripting/functions/AddVehicleComponent.md", "repo_id": "openmultiplayer", "token_count": 959 }
419
--- title: Ghid pentru meniuri --- Un scurt tutorial care explică modul de utilizare a sistemului de meniuri al jocului. Acest sistem de meniu este diferit de dialogurile SA-MP și reflectă mai bine interfața tradițională a jocului original. ## Meniuri în SA-MP Meniurile arată foarte complicat și greu de redactat pen...
openmultiplayer/web/docs/translations/ro/tutorials/MenuGuide.md/0
{ "file_path": "openmultiplayer/web/docs/translations/ro/tutorials/MenuGuide.md", "repo_id": "openmultiplayer", "token_count": 3462 }
420
--- title: OnClientMessage description: Этот коллбэк вызывается, когда NPC видит сообщение в чате. tags: [] --- <VersionWarn name='callback' version='SA-MP 0.3.7' /> ## Описание Этот коллбэк вызывается, когда NPC видет сообщение от клиента. Коллбэк будет вызван каждый раз, когда будет использована функция `SendClien...
openmultiplayer/web/docs/translations/ru/scripting/callbacks/OnClientMessage.md/0
{ "file_path": "openmultiplayer/web/docs/translations/ru/scripting/callbacks/OnClientMessage.md", "repo_id": "openmultiplayer", "token_count": 709 }
421
--- title: OnPlayerClickMap description: OnPlayerClickMap se pokliče, ko si igralec postavi tarčo(target/waypoint) na zemljevidu menija za premor (desni klik). tags: ["player"] --- ## Opis OnPlayerClickMap se pokliče, ko si igralec postavi tarčo(target/waypoint) na zemljevidu menija za premor (desni klik). | Ime ...
openmultiplayer/web/docs/translations/sl/scripting/callbacks/OnPlayerClickMap.md/0
{ "file_path": "openmultiplayer/web/docs/translations/sl/scripting/callbacks/OnPlayerClickMap.md", "repo_id": "openmultiplayer", "token_count": 798 }
422
--- title: CreatePlayerTextDraw description: Kreira textdraw za samo jednog igraca. tags: ["player", "textdraw", "playertextdraw"] --- ## Opis Kreira textdraw za samo jednog igraca. Ovo moze da se koristi kao izbegavanje limita za globalne textdraw-ove. | Ime | Opis | | ------...
openmultiplayer/web/docs/translations/sr/scripting/functions/CreatePlayerTextDraw.md/0
{ "file_path": "openmultiplayer/web/docs/translations/sr/scripting/functions/CreatePlayerTextDraw.md", "repo_id": "openmultiplayer", "token_count": 1015 }
423
--- title: OnGameModeInit description: Callback นี้ถูกเรียกเมื่อเกมโหมดเริ่มต้นทำงาน tags: [] --- ## คำอธิบาย Callback นี้ถูกเรียกเมื่อเกมโหมดเริ่มต้นทำงาน | ชื่อ | คำอธิบาย | | ---- | -------- | ## ตัวอย่าง ```c public OnGameModeInit() { print("เกมโหมดได้เริ่มต้นทำงานแล้ว!"); return 1; } ``` ## บันทึก ...
openmultiplayer/web/docs/translations/th/scripting/callbacks/OnGameModeInit.md/0
{ "file_path": "openmultiplayer/web/docs/translations/th/scripting/callbacks/OnGameModeInit.md", "repo_id": "openmultiplayer", "token_count": 750 }
424
--- title: OnPlayerExitVehicle description: This callback is called when a player starts to exit a vehicle. tags: ["player", "vehicle"] --- ## คำอธิบาย This callback is called when a player starts to exit a vehicle. | Name | Description | | --------- | -----------------------...
openmultiplayer/web/docs/translations/th/scripting/callbacks/OnPlayerExitVehicle.md/0
{ "file_path": "openmultiplayer/web/docs/translations/th/scripting/callbacks/OnPlayerExitVehicle.md", "repo_id": "openmultiplayer", "token_count": 579 }
425
--- title: OnPlayerSpawn description: This callback is called when a player spawns. tags: ["player"] --- ## คำอธิบาย This callback is called when a player spawns.(i.e. after caling SpawnPlayer function) | Name | Description | | -------- | ---------------------------------- | | playerid | T...
openmultiplayer/web/docs/translations/th/scripting/callbacks/OnPlayerSpawn.md/0
{ "file_path": "openmultiplayer/web/docs/translations/th/scripting/callbacks/OnPlayerSpawn.md", "repo_id": "openmultiplayer", "token_count": 550 }
426
--- title: OnVehiclePaintjob description: Called when a player previews a vehicle paintjob inside a mod shop. tags: ["vehicle"] --- ## คำอธิบาย Called when a player previews a vehicle paintjob inside a mod shop. Watch out, this callback is not called when the player buys the paintjob. | Name | Description ...
openmultiplayer/web/docs/translations/th/scripting/callbacks/OnVehiclePaintjob.md/0
{ "file_path": "openmultiplayer/web/docs/translations/th/scripting/callbacks/OnVehiclePaintjob.md", "repo_id": "openmultiplayer", "token_count": 676 }
427
--- title: AllowAdminTeleport description: This function will determine whether RCON admins will be teleported to their waypoint when they set one. tags: [] --- :::warning This function, as of 0.3d, is deprecated. Please see OnPlayerClickMap. ::: ## คำอธิบาย This function will determine whether RCON admins will be...
openmultiplayer/web/docs/translations/th/scripting/functions/AllowAdminTeleport.md/0
{ "file_path": "openmultiplayer/web/docs/translations/th/scripting/functions/AllowAdminTeleport.md", "repo_id": "openmultiplayer", "token_count": 367 }
428
--- title: CreateObject description: Creates an object at specified coordinates in the game world. tags: [] --- ## คำอธิบาย Creates an object at specified coordinates in the game world. | Name | Description ...
openmultiplayer/web/docs/translations/th/scripting/functions/CreateObject.md/0
{ "file_path": "openmultiplayer/web/docs/translations/th/scripting/functions/CreateObject.md", "repo_id": "openmultiplayer", "token_count": 2365 }
429
--- title: DetachTrailerFromVehicle description: Detach the connection between a vehicle and its trailer, if any. tags: ["vehicle"] --- ## คำอธิบาย Detach the connection between a vehicle and its trailer, if any. | Name | Description | | --------- | -------------------------- | | vehicleid | ID o...
openmultiplayer/web/docs/translations/th/scripting/functions/DetachTrailerFromVehicle.md/0
{ "file_path": "openmultiplayer/web/docs/translations/th/scripting/functions/DetachTrailerFromVehicle.md", "repo_id": "openmultiplayer", "token_count": 353 }
430
--- title: EnableZoneNames description: This function allows to turn on zone / area names such as the "Vinewood" or "Doherty" text at the bottom-right of the screen as they enter the area. tags: [] --- ## คำอธิบาย This function allows to turn on zone / area names such as the "Vinewood" or "Doherty" text at the bottom...
openmultiplayer/web/docs/translations/th/scripting/functions/EnableZoneNames.md/0
{ "file_path": "openmultiplayer/web/docs/translations/th/scripting/functions/EnableZoneNames.md", "repo_id": "openmultiplayer", "token_count": 444 }
431
--- title: GangZoneStopFlashForPlayer description: Stops a gangzone flashing for a player. tags: ["player", "gangzone"] --- ## คำอธิบาย Stops a gangzone flashing for a player. | Name | Description | | -------- | ------------------------------------------------------- |...
openmultiplayer/web/docs/translations/th/scripting/functions/GangZoneStopFlashForPlayer.md/0
{ "file_path": "openmultiplayer/web/docs/translations/th/scripting/functions/GangZoneStopFlashForPlayer.md", "repo_id": "openmultiplayer", "token_count": 683 }
432
--- title: GetObjectRot description: Use this function to get the objects current rotation. tags: [] --- ## คำอธิบาย Use this function to get the objects current rotation. The rotation is saved by reference in three RotX/RotY/RotZ variables. | Name | Description ...
openmultiplayer/web/docs/translations/th/scripting/functions/GetObjectRot.md/0
{ "file_path": "openmultiplayer/web/docs/translations/th/scripting/functions/GetObjectRot.md", "repo_id": "openmultiplayer", "token_count": 830 }
433
--- title: GetPlayerCameraTargetObject description: Allows you to retrieve the ID of the object the player is looking at. tags: ["player"] --- :::warning ฟังก์ชั่นนี้ถูกเพิ่มใน SA-MP 0.3.7 และจะไม่ทำงานในเวอร์ชั่นก่อนหน้านี้! ::: ## คำอธิบาย Allows you to retrieve the ID of the object the player is looking at. | ...
openmultiplayer/web/docs/translations/th/scripting/functions/GetPlayerCameraTargetObject.md/0
{ "file_path": "openmultiplayer/web/docs/translations/th/scripting/functions/GetPlayerCameraTargetObject.md", "repo_id": "openmultiplayer", "token_count": 833 }
434
--- title: GetPlayerLastShotVectors description: Retrieves the start and end (hit) position of the last bullet a player fired. tags: ["player"] --- ## คำอธิบาย Retrieves the start and end (hit) position of the last bullet a player fired. | Name | Description ...
openmultiplayer/web/docs/translations/th/scripting/functions/GetPlayerLastShotVectors.md/0
{ "file_path": "openmultiplayer/web/docs/translations/th/scripting/functions/GetPlayerLastShotVectors.md", "repo_id": "openmultiplayer", "token_count": 983 }
435
--- title: GetPlayerSurfingVehicleID description: Get the ID of the vehicle that the player is surfing (stuck to the roof of). tags: ["player", "vehicle"] --- ## คำอธิบาย Get the ID of the vehicle that the player is surfing (stuck to the roof of). | Name | Description ...
openmultiplayer/web/docs/translations/th/scripting/functions/GetPlayerSurfingVehicleID.md/0
{ "file_path": "openmultiplayer/web/docs/translations/th/scripting/functions/GetPlayerSurfingVehicleID.md", "repo_id": "openmultiplayer", "token_count": 428 }
436
--- title: GetSVarNameAtIndex description: Retrieve the name of a sVar via the index. tags: [] --- ## คำอธิบาย Retrieve the name of a sVar via the index. | Name | Description | | ------------- | ---------------------------------------------------------- | | ind...
openmultiplayer/web/docs/translations/th/scripting/functions/GetSVarNameAtIndex.md/0
{ "file_path": "openmultiplayer/web/docs/translations/th/scripting/functions/GetSVarNameAtIndex.md", "repo_id": "openmultiplayer", "token_count": 395 }
437
--- title: GetVehicleParamsCarDoors description: Allows you to retrieve the current state of a vehicle's doors. tags: ["vehicle"] --- :::warning This function was added in SA-MP 0.3.7 and will not work in earlier versions! ::: ## คำอธิบาย Allows you to retrieve the current state of a vehicle's doors | Name ...
openmultiplayer/web/docs/translations/th/scripting/functions/GetVehicleParamsCarDoors.md/0
{ "file_path": "openmultiplayer/web/docs/translations/th/scripting/functions/GetVehicleParamsCarDoors.md", "repo_id": "openmultiplayer", "token_count": 564 }
438
--- title: InterpolateCameraLookAt description: Interpolate a player's camera's 'look at' point between two coordinates with a set speed. tags: [] --- ## คำอธิบาย Interpolate a player's camera's 'look at' point between two coordinates with a set speed. Can be be used with InterpolateCameraPos. | Name | Descri...
openmultiplayer/web/docs/translations/th/scripting/functions/InterpolateCameraLookAt.md/0
{ "file_path": "openmultiplayer/web/docs/translations/th/scripting/functions/InterpolateCameraLookAt.md", "repo_id": "openmultiplayer", "token_count": 1644 }
439
--- title: IsTrailerAttachedToVehicle description: Checks if a vehicle has a trailer attached to it. tags: ["vehicle"] --- ## คำอธิบาย Checks if a vehicle has a trailer attached to it. Use GetVehicleTrailer to get the vehicle ID of the trailer (if any). | Name | Description | | ...
openmultiplayer/web/docs/translations/th/scripting/functions/IsTrailerAttachedToVehicle.md/0
{ "file_path": "openmultiplayer/web/docs/translations/th/scripting/functions/IsTrailerAttachedToVehicle.md", "repo_id": "openmultiplayer", "token_count": 421 }
440
--- title: NetStats_ConnectionStatus description: Gets the player's current connection status. tags: [] --- ## คำอธิบาย Gets the player's current connection status. | Name | Description | | -------- | ----------------------------------------------------- | | playerid | T...
openmultiplayer/web/docs/translations/th/scripting/functions/NetStats_ConnectionStatus.md/0
{ "file_path": "openmultiplayer/web/docs/translations/th/scripting/functions/NetStats_ConnectionStatus.md", "repo_id": "openmultiplayer", "token_count": 833 }
441
--- title: PlayerTextDrawDestroy description: Destroy a player-textdraw. tags: ["player", "textdraw", "playertextdraw"] --- ## คำอธิบาย Destroy a player-textdraw. | Name | Description | | -------- | ------------------------------------------------------ | | playerid | T...
openmultiplayer/web/docs/translations/th/scripting/functions/PlayerTextDrawDestroy.md/0
{ "file_path": "openmultiplayer/web/docs/translations/th/scripting/functions/PlayerTextDrawDestroy.md", "repo_id": "openmultiplayer", "token_count": 687 }
442
--- title: RemoveBuildingForPlayer description: Removes a standard San Andreas model for a single player within a specified range. tags: ["player"] --- :::warning This function was added in SA-MP 0.3d and will not work in earlier versions! ::: ## คำอธิบาย Removes a standard San Andreas model for a single player wi...
openmultiplayer/web/docs/translations/th/scripting/functions/RemoveBuildingForPlayer.md/0
{ "file_path": "openmultiplayer/web/docs/translations/th/scripting/functions/RemoveBuildingForPlayer.md", "repo_id": "openmultiplayer", "token_count": 938 }
443
--- title: SetObjectPos description: Change the position of an object. tags: [] --- ## คำอธิบาย Change the position of an object. | Name | Description | | -------- | ---------------------------------------------------------------------- | | objectid | Th...
openmultiplayer/web/docs/translations/th/scripting/functions/SetObjectPos.md/0
{ "file_path": "openmultiplayer/web/docs/translations/th/scripting/functions/SetObjectPos.md", "repo_id": "openmultiplayer", "token_count": 675 }
444
--- title: SetPlayerFacingAngle description: Set a player's facing angle (Z rotation). tags: ["player"] --- ## คำอธิบาย Set a player's facing angle (Z rotation). | Name | Description | | --------- | ------------------------------------------------ | | playerid | The ID of t...
openmultiplayer/web/docs/translations/th/scripting/functions/SetPlayerFacingAngle.md/0
{ "file_path": "openmultiplayer/web/docs/translations/th/scripting/functions/SetPlayerFacingAngle.md", "repo_id": "openmultiplayer", "token_count": 503 }
445
--- title: SetPlayerScore description: Set a player's score. tags: ["player"] --- ## คำอธิบาย Set a player's score. Players' scores are shown in the scoreboard (shown by holding the TAB key). | Name | Description | | -------- | ----------------------------------------- | | playerid ...
openmultiplayer/web/docs/translations/th/scripting/functions/SetPlayerScore.md/0
{ "file_path": "openmultiplayer/web/docs/translations/th/scripting/functions/SetPlayerScore.md", "repo_id": "openmultiplayer", "token_count": 400 }
446
--- title: SetTeamCount description: This function is used to change the amount of teams used in the gamemode. tags: [] --- ## คำอธิบาย This function is used to change the amount of teams used in the gamemode. It has no obvious way of being used, but can help to indicate the number of teams used for better (more effe...
openmultiplayer/web/docs/translations/th/scripting/functions/SetTeamCount.md/0
{ "file_path": "openmultiplayer/web/docs/translations/th/scripting/functions/SetTeamCount.md", "repo_id": "openmultiplayer", "token_count": 374 }
447
--- title: SetWorldTime description: Sets the world time (for all players) to a specific hour. tags: [] --- ## คำอธิบาย Sets the world time (for all players) to a specific hour. | Name | Description | | ---- | ---------------------- | | hour | The hour to set (0-23) | ## ส่งคืน This function does not re...
openmultiplayer/web/docs/translations/th/scripting/functions/SetWorldTime.md/0
{ "file_path": "openmultiplayer/web/docs/translations/th/scripting/functions/SetWorldTime.md", "repo_id": "openmultiplayer", "token_count": 348 }
448
--- title: TextDrawColor description: Sets the text color of a textdraw. tags: ["textdraw"] --- ## คำอธิบาย Sets the text color of a textdraw | Name | Description | | ----- | ----------------------------------------------- | | text | The ID of the textdraw to change the color of...
openmultiplayer/web/docs/translations/th/scripting/functions/TextDrawColor.md/0
{ "file_path": "openmultiplayer/web/docs/translations/th/scripting/functions/TextDrawColor.md", "repo_id": "openmultiplayer", "token_count": 872 }
449
--- title: TextDrawShowForPlayer description: Shows a textdraw for a specific player. tags: ["player", "textdraw"] --- ## คำอธิบาย Shows a textdraw for a specific player. | Name | Description | | -------- | ----------------------------------------------------------...
openmultiplayer/web/docs/translations/th/scripting/functions/TextDrawShowForPlayer.md/0
{ "file_path": "openmultiplayer/web/docs/translations/th/scripting/functions/TextDrawShowForPlayer.md", "repo_id": "openmultiplayer", "token_count": 535 }
450
--- title: db_num_fields description: Get the number of fields in a result. tags: ["sqlite"] --- :::warning This function starts with lowercase letter. ::: ## คำอธิบาย Get the number of fields in a result. | Name | Description | | ----------------- | ----------------------- | | DBResult:d...
openmultiplayer/web/docs/translations/th/scripting/functions/db_num_fields.md/0
{ "file_path": "openmultiplayer/web/docs/translations/th/scripting/functions/db_num_fields.md", "repo_id": "openmultiplayer", "token_count": 774 }
451
--- title: floatcos description: Get the cosine from a given angle. tags: [] --- :::warning This function starts with lowercase letter. ::: ## คำอธิบาย Get the cosine from a given angle. The input angle may be in radians, degrees or grades. | Name | Description | ...
openmultiplayer/web/docs/translations/th/scripting/functions/floatcos.md/0
{ "file_path": "openmultiplayer/web/docs/translations/th/scripting/functions/floatcos.md", "repo_id": "openmultiplayer", "token_count": 522 }
452
--- title: fread description: Read a single line from a file. tags: [] --- :::warning This function starts with lowercase letter. ::: ## คำอธิบาย Read a single line from a file. | Name | Description | | ------ | -------------------------------------------------...
openmultiplayer/web/docs/translations/th/scripting/functions/fread.md/0
{ "file_path": "openmultiplayer/web/docs/translations/th/scripting/functions/fread.md", "repo_id": "openmultiplayer", "token_count": 1074 }
453
--- title: numargs description: Get the number of arguments passed to a function. tags: [] --- :::warning This function starts with lowercase letter. ::: ## คำอธิบาย Get the number of arguments passed to a function. | Name | Description | | ---- | ----------- | ## ตัวอย่าง ```c SomeFunction(...) { printf("...
openmultiplayer/web/docs/translations/th/scripting/functions/numargs.md/0
{ "file_path": "openmultiplayer/web/docs/translations/th/scripting/functions/numargs.md", "repo_id": "openmultiplayer", "token_count": 293 }
454
--- title: strunpack description: This function can be used to unpack a string. tags: [] --- :::warning This function starts with lowercase letter. ::: ## คำอธิบาย This function can be used to unpack a string. | Name | Description ...
openmultiplayer/web/docs/translations/th/scripting/functions/strunpack.md/0
{ "file_path": "openmultiplayer/web/docs/translations/th/scripting/functions/strunpack.md", "repo_id": "openmultiplayer", "token_count": 630 }
455
--- title: Original Car Colors description: A list of the original car colours from single player. --- Here is a list of the original car colors used by each car type in single player. **admiral:** 34,34, 35,35, 37,37, 39,39, 41,41, 43,43, 45,45, 47,47 **alpha:** 58,1, 69,1, 75,77, 18,1, 32,1, 45,45, 13,1, 34,1 **a...
openmultiplayer/web/docs/translations/th/scripting/resources/original-car-colors.md/0
{ "file_path": "openmultiplayer/web/docs/translations/th/scripting/resources/original-car-colors.md", "repo_id": "openmultiplayer", "token_count": 5861 }
456
--- title: Per-player variable system description: The per-player variable system (put short, PVar) is a new way of creating player variables in an efficient dynamically created method globally, meaning they can be used in server's gamemode and filterscripts at the same time. --- The per-player variable system (put sh...
openmultiplayer/web/docs/translations/th/tutorials/perplayervariablesystem.md/0
{ "file_path": "openmultiplayer/web/docs/translations/th/tutorials/perplayervariablesystem.md", "repo_id": "openmultiplayer", "token_count": 720 }
457
--- title: OnFilterScriptInit description: Bu callback bir filterscript çalıştırıldığında tetiklenir (yüklendiğinde). tags: [] --- ## Açıklama Bu callback bir filterscript çalıştırıldığında tetiklenir (yüklendiğinde). Sadece çalıştırılan filterscript içinde çalışır. ## Örnekler ```c public OnFilterScriptInit() { ...
openmultiplayer/web/docs/translations/tr/scripting/callbacks/OnFilterScriptInit.md/0
{ "file_path": "openmultiplayer/web/docs/translations/tr/scripting/callbacks/OnFilterScriptInit.md", "repo_id": "openmultiplayer", "token_count": 204 }
458
--- title: OnPlayerEnterRaceCheckpoint description: Bu callback, bir oyuncu yarış checkpointine girdiğinde çağırılır. tags: ["player", "checkpoint", "racecheckpoint"] --- ## Açıklama Bu callback, bir oyuncu yarış checkpointine girdiğinde çağırılır. | İsim | Açıklama |...
openmultiplayer/web/docs/translations/tr/scripting/callbacks/OnPlayerEnterRaceCheckpoint.md/0
{ "file_path": "openmultiplayer/web/docs/translations/tr/scripting/callbacks/OnPlayerEnterRaceCheckpoint.md", "repo_id": "openmultiplayer", "token_count": 507 }
459
--- title: OnPlayerSelectObject description: Bu fonksiyon, oyuncu SelectObject kullanıldıktan sonra bir obje seçtiğinde çağrılır. tags: ["player"] --- ## Açıklama Bu fonksiyon, oyuncu SelectObject kullanıldıktan sonra bir obje seçtiğinde çağrılır. | Parametre | Açıklama ...
openmultiplayer/web/docs/translations/tr/scripting/callbacks/OnPlayerSelectObject.md/0
{ "file_path": "openmultiplayer/web/docs/translations/tr/scripting/callbacks/OnPlayerSelectObject.md", "repo_id": "openmultiplayer", "token_count": 889 }
460
--- title: OnVehicleMod description: Bu fonksiyon, herhangi bir araca modifiye uygulandığında çağrılır. tags: ["vehicle"] --- ## Açıklama Bu fonksiyon, herhangi bir araca modifiye uygulandığında çağrılır. | Parametre | Açıklama | | ----------- | ----------------------...
openmultiplayer/web/docs/translations/tr/scripting/callbacks/OnVehicleMod.md/0
{ "file_path": "openmultiplayer/web/docs/translations/tr/scripting/callbacks/OnVehicleMod.md", "repo_id": "openmultiplayer", "token_count": 924 }
461
--- title: AddStaticVehicleEx description: Ekstra parametre(ler) girerek statik araç oluşturmanızı sağlar. tags: [] --- ## Açıklama Oyun modunda oyuncular için modeli daha önceden yüklenmiş olan statik araç oluşturmanızı sağlar. AddStaticVehicle fonksiyonundan tek farkı vardır: sürücü aracı boş bıraktıktan sonra gird...
openmultiplayer/web/docs/translations/tr/scripting/functions/AddStaticVehicleEx.md/0
{ "file_path": "openmultiplayer/web/docs/translations/tr/scripting/functions/AddStaticVehicleEx.md", "repo_id": "openmultiplayer", "token_count": 1666 }
462
--- title: BanEx description: Oyuncuyu özel bir nedenle yasaklama. tags: ["administration"] --- ## Açıklama Oyuncuyu özel bir nedenle yasaklama. | Parametre | Açıklama | | --------- | ----------------------------- | | playerid | Yasaklanacak oyuncunun ID'si. | | reason | Yasaklamanın özel ne...
openmultiplayer/web/docs/translations/tr/scripting/functions/BanEx.md/0
{ "file_path": "openmultiplayer/web/docs/translations/tr/scripting/functions/BanEx.md", "repo_id": "openmultiplayer", "token_count": 900 }
463
--- title: GetActorFacingAngle description: Aktörün açısını kontrol etme. tags: ["actor"] --- <VersionWarnTR version='SA-MP 0.3.7' /> ## Açıklama Aktörün açısını kontrol etme. | Parametre | Açıklama | | ---------- | ----------------...
openmultiplayer/web/docs/translations/tr/scripting/functions/GetActorFacingAngle.md/0
{ "file_path": "openmultiplayer/web/docs/translations/tr/scripting/functions/GetActorFacingAngle.md", "repo_id": "openmultiplayer", "token_count": 571 }
464
--- title: "Pawn Stil Rehberi" description: Amaç, Pawn kaynak kodunun genellikle kabul edilen adlandırma kuralları ve diğer yönleri hakkında kısa bir rehber sunarak niyetin daha kolay iletilmesine ve kodun paylaşılmasına yönelik hata ayıklamayı kolaylaştırmaktır. --- Amaç, Pawn kaynak kodunun genellikle kabul edilen a...
openmultiplayer/web/docs/translations/tr/scripting/language/Style.md/0
{ "file_path": "openmultiplayer/web/docs/translations/tr/scripting/language/Style.md", "repo_id": "openmultiplayer", "token_count": 3109 }
465
--- title: 一些令人惊叹的库 description: 精选的有帮助的工具、库和插件列表,供SA-MP开发选择。 --- ## 工具 - **[Community Compiler](https://github.com/pawn-lang/compiler/)** - 一个大范围更新的编译器版本,修正并改进了很多地方。 - **[sampctl](http://sampctl.com/)** - 用于安装库和运行服务器的包管理器。 - **[Plugin Runner](https://github.com/Zeex/samp-plugin-runner/)** - 用于直接从命令行(不需要`server.cfg`)...
openmultiplayer/web/docs/translations/zh-cn/awesome.md/0
{ "file_path": "openmultiplayer/web/docs/translations/zh-cn/awesome.md", "repo_id": "openmultiplayer", "token_count": 8287 }
466
--- title: OnGameModeInit description: 当初始化游戏模式时,该回调函数被触发。 tags: [] --- ## 描述 当初始化游戏模式时,调用这个回调函数。 ## 案例 ```c public OnGameModeInit() { print("游戏模式 加载!"); return 1; } ``` ## 要点 :::tip 因为更改游戏模式不会重新加载过滤脚本(filterscript),所以该函数也可以在过滤脚本中使用,用于检测是否使用了 RCON 指令(例如 changemode 或 gmx)更改游戏模式。 ::: ## 相关回调
openmultiplayer/web/docs/translations/zh-cn/scripting/callbacks/OnGameModeInit.md/0
{ "file_path": "openmultiplayer/web/docs/translations/zh-cn/scripting/callbacks/OnGameModeInit.md", "repo_id": "openmultiplayer", "token_count": 351 }
467
--- title: OnPlayerDeath description: 当一个玩家自杀或被另一个玩家杀死时,这个回调函数会被调用。 tags: ["player"] --- ## 描述 当一个玩家自杀或被另一个玩家杀死时,这个回调函数会被调用。 | 参数名 | 描述 | | -------- | --------------------------------------------------------------- | | playerid | 死亡玩家的 ID。 ...
openmultiplayer/web/docs/translations/zh-cn/scripting/callbacks/OnPlayerDeath.md/0
{ "file_path": "openmultiplayer/web/docs/translations/zh-cn/scripting/callbacks/OnPlayerDeath.md", "repo_id": "openmultiplayer", "token_count": 1466 }
468
--- title: OnPlayerObjectMoved description: 当玩家物体在MovePlayerObject之后移动时(当它停止移动时),该回调被调用。 tags: ["player"] --- ## 描述 当玩家物体在 MovePlayerObject 之后移动时(当它停止移动时),该回调被调用。 | 参数名 | 描述 | | -------- | ----------------- | | playerid | 移动物体的玩家 ID | | objectid | 被移动的物体 ID | ## 返回值 它在过滤脚本中总是先被调用。 ## 案例 ```c pub...
openmultiplayer/web/docs/translations/zh-cn/scripting/callbacks/OnPlayerObjectMoved.md/0
{ "file_path": "openmultiplayer/web/docs/translations/zh-cn/scripting/callbacks/OnPlayerObjectMoved.md", "repo_id": "openmultiplayer", "token_count": 588 }
469
--- title: OnRconLoginAttempt description: 不管成功与否,只要有人尝试登录RCON,就会调用这个回调函数。 tags: [] --- ## 描述 不管成功与否,只要有人尝试登录 RCON,就会调用这个回调函数。 | 参数名 | 描述 | | ---------- | ------------------------------ | | ip[] | 试图登录 RCON 的玩家的 IP。 | | password[] | 登录时的密码。 | | success | 密码不正...
openmultiplayer/web/docs/translations/zh-cn/scripting/callbacks/OnRconLoginAttempt.md/0
{ "file_path": "openmultiplayer/web/docs/translations/zh-cn/scripting/callbacks/OnRconLoginAttempt.md", "repo_id": "openmultiplayer", "token_count": 1002 }
470
--- title: AddPlayerClassEx description: 该函数与 AddPlayerClass 函数完全相同,只是增加了一个 team 参数。 tags: ["player"] --- ## 描述 该函数与 AddPlayerClass 函数完全相同,只是增加了一个 team 参数。 | 参数名 | 说明 | | ------------- | ----------------------------- | | teamid | 想让玩家加入的团队 id。 | | modelid | 玩家将用来重生的...
openmultiplayer/web/docs/translations/zh-cn/scripting/functions/AddPlayerClassEx.md/0
{ "file_path": "openmultiplayer/web/docs/translations/zh-cn/scripting/functions/AddPlayerClassEx.md", "repo_id": "openmultiplayer", "token_count": 1153 }
471
--- title: Ban description: 封禁目前在服务器中的某个玩家。 tags: ["管理员"] --- ## 描述 封禁目前在服务器中的某个玩家。他将无法再次加入服务器。封禁基于 IP,并保存在服务器根目录下的 samp.ban 文件中。BanEx 可以用来给出封禁的原因。可以使用 RCON 的 banip 和 unbanip 命令(SendRconCommand)添加/移除 IP。 | 参数名 | 说明 | | -------- | ----------------- | | playerid | 要封禁的玩家 ID。 | ## 返回值 该函数不返回任何特定的值。 ##...
openmultiplayer/web/docs/translations/zh-cn/scripting/functions/Ban.md/0
{ "file_path": "openmultiplayer/web/docs/translations/zh-cn/scripting/functions/Ban.md", "repo_id": "openmultiplayer", "token_count": 1140 }
472
--- title: InterpolateCameraLookAt description: 以设定的速度在两个坐标之间插值玩家视角的朝向。可以与 InterpolateCameraPos 一起使用。 tags: [] --- ## 描述 以设定的速度在两个坐标之间插值玩家视角的朝向。可以与 InterpolateCameraPos 一起使用。 | 参数名 | 说明 | | ----------- | ---------...
openmultiplayer/web/docs/translations/zh-cn/scripting/functions/InterpolateCameraLookAt.md/0
{ "file_path": "openmultiplayer/web/docs/translations/zh-cn/scripting/functions/InterpolateCameraLookAt.md", "repo_id": "openmultiplayer", "token_count": 1930 }
473
--- title: 常见问题 --- ## 服务器启动时立即崩溃 最常见的是您的 server.cfg 文件中的错误或您的游戏模式 (主图文件) 丢失。检查 server_log.txt 文件,原因应该位于底部。如果没有,请检查 crashinfo.txt 文件。找出导致崩溃的原因的更好解决方案是使用 Zeex/0x5A656578 的崩溃检测插件 ([点击链接](https://github.com/Zeex/samp-plugin-crashdetect)),它将提供更多信息像行号、函数名、参数值等。如果脚本是在调试模式下编译的(-d3标志),会使编译器将关于所有这些东西的额外信息放入output.amx。 ## 服务器...
openmultiplayer/web/docs/translations/zh-cn/server/CommonServerIssues.md/0
{ "file_path": "openmultiplayer/web/docs/translations/zh-cn/server/CommonServerIssues.md", "repo_id": "openmultiplayer", "token_count": 2205 }
474
--- title: Plugin Development Guide description: A guide to developing plugins --- ## Introduction I decided to create this topic to address issues and questions that are frequently asked about plugin development. I'm no where near an expert when it comes to C/++, or the plugin SDK, i am simply sharing what i have co...
openmultiplayer/web/docs/tutorials/PluginDevelopmentGuide.md/0
{ "file_path": "openmultiplayer/web/docs/tutorials/PluginDevelopmentGuide.md", "repo_id": "openmultiplayer", "token_count": 33980 }
475
# Open Multiplayer _Grand Theft Auto:San Andreas_ জন্য একটি আসন্ন মাল্টিপ্লেয়ার মোড যা বিদ্যমান মাল্টিপ্লেয়ার মোড _San Andreas Multiplayer Mod(SA:MP)_ সাথে পুরোপুরি সামঞ্জস্যপূর্ণ। <br /> এর অর্থ বিদ্যমান **SA:MP ক্লায়েন্ট এবং সমস্ত বিদ্যমান SA:MP স্ক্রিপ্টগুলি open.mp সহ কাজ করবে** এবং এগুলি ছাড়াও হ্যাকস এবং ওয...
openmultiplayer/web/frontend/content/bn/index.mdx/0
{ "file_path": "openmultiplayer/web/frontend/content/bn/index.mdx", "repo_id": "openmultiplayer", "token_count": 979 }
476
--- title: SA-MP Android date: "2021-01-30T12:46:46" author: Potassium translator: Fairuz --- SA-MP Android (Mobile Version) Pandangan tim open.mp tentang SA-MP untuk Android. Halo semuanya, Kami hanya ingin menulis postingan singkat tentang pandangan kami tentang SA-MP untuk Android, karena kami telah mendapatkan ...
openmultiplayer/web/frontend/content/id/blog/samp-mobile.mdx/0
{ "file_path": "openmultiplayer/web/frontend/content/id/blog/samp-mobile.mdx", "repo_id": "openmultiplayer", "token_count": 543 }
477
# FAQ <hr /> ## Czym jest open.mp? open.mp (Open Multiplayer, OMP) to alternatywny multiplayer do GTA San Andreas, zainicjowany w odpowiedzi na wzrost problemów z aktualizacjami i zarządzaniem SA:MP. Pierwsze wydanie będzie wyłącznie zastępczym zamiennikiem serwera. Aktualny klient SA:MP będzie mógł połączyć się z t...
openmultiplayer/web/frontend/content/pl/faq.mdx/0
{ "file_path": "openmultiplayer/web/frontend/content/pl/faq.mdx", "repo_id": "openmultiplayer", "token_count": 3308 }
478
# FAQ <hr /> ## อะไรคือ open.mp? open.mp (Open Multiplayer, OMP) เป็น Mod การเล่นหลายคนของ San Andreas ซึ่งมันริเริ่มขึ้นเพื่อตอบสนองต่อปัญหาการที่มากขึ้นจากการอัปเดตและการบริหารของ SA:MP การเปิดตัวม็อดนี้ครั้งแรกจะปล่อยเป็น Drop-in replacement สำหรับเซิร์ฟเวอร์เท่านั้น ไคลเอนต์ SA:MP ที่มีอยู่ก็สามารถเชื่อมต่อไปยัง...
openmultiplayer/web/frontend/content/th/faq.mdx/0
{ "file_path": "openmultiplayer/web/frontend/content/th/faq.mdx", "repo_id": "openmultiplayer", "token_count": 9692 }
479