amx icon indicating copy to clipboard operation
amx copied to clipboard

MTA AMX compatibility layer.

Results 43 amx issues
Sort by recently updated
recently updated
newest added

https://team.sa-mp.com/wiki/LimitPlayerMarkerRadius.html Not implemented.

compatibility
function

**Function name** EnablePlayerCameraTarget(playerid, enable) **Describe the function** Toggle camera targeting functions for a player. Disabled by default to save bandwidth. **Equivalent in MTA** https://wiki.mtasa.com/wiki/SetCameraTarget **Additional information** https://team.sa-mp.com/wiki/EnablePlayerCameraTarget.html

compatibility
function

**Function name** ApplyActorAnimation(actorid, animlib[], animname[], Float:fDelta, loop, lockx, locky, freeze, time) - **actorid** The ID of the actor to apply the animation to. - **animlib**[] The animation library from which...

compatibility
function

**Function name** SendDeathMessageToPlayer(playerid, killer, killee, weapon) - **playerid** The ID of the player to send the death message to. - **killer** The ID of the killer (can be INVALID_PLAYER_ID). -...

compatibility
function

I haven't ideas about realization of this function. But it must be implemented. https://team.sa-mp.com/wiki/SetPlayerShopName.html

compatibility
function

**Function name** GetVehicleParamsCarWindows(vehicleid, &driver, &passenger, &backleft, &backright) - vehicleid The ID of the vehicle - &driver The integer to save the state of the drivers window to. - &passenger The...

compatibility
function
depends on blue

**Function name** GetPlayerCameraTargetObject(playerid) GetPlayerCameraTargetPlayer(playerid) GetPlayerCameraTargetVehicle(playerid) GetPlayerCameraZoom(playerid) GetPlayerCameraMode(playerid) GetPlayerCameraAspectRatio(playerid) **Describe the function** Please, check the camera functions on SAMP wiki. **Equivalent in MTA** \- **Additional information** https://team.sa-mp.com/wiki/GetPlayerCameraTargetObject.html https://team.sa-mp.com/wiki/GetPlayerCameraTargetPlayer.html https://team.sa-mp.com/wiki/GetPlayerCameraTargetVehicle.html https://team.sa-mp.com/wiki/GetPlayerCameraZoom.html https://team.sa-mp.com/wiki/GetPlayerCameraMode.html

compatibility
function

**Function name** GetPlayerAnimationIndex(playerid) **Describe the function** Returns the index of any running applied animations. **Equivalent in MTA** https://wiki.multitheftauto.com/wiki/GetPedAnimation **Additional information** https://team.sa-mp.com/wiki/GetPlayerAnimationIndex.html The array which contains BLOCK:ANIMATION = indexid(of SAMP) [defines.lua.txt](https://github.com/multitheftauto/amx/files/4842208/defines.lua.txt)

compatibility
function
depends on blue

**Describe the bug** Sometimes in differents part of the code I see a unicode problem. **To reproduce** 1. Take grandlarc. 2. Put this code 3. Type in chat something in...

bug
core

Streamer plugin crashing how Can I fix this? Im using Incogoto's Streamer 2.9.4

bug