Advertisement
Guest User

Untitled

a guest
Apr 24th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 18.05 KB | None | 0 0
  1.  string[] funcs = new string[] {
  2.                 "AddCharModel",
  3.                 "AddMenuItem",
  4.                 "AddPlayerClass",
  5.                 "AddPlayerClassEx",
  6.                 "AddSimpleModel",
  7.                 "AddSimpleModelTimed",
  8.                 "AddStaticPickup",
  9.                 "AddStaticVehicle",
  10.                 "AddStaticVehicleEx",
  11.                 "AddVehicleComponent",
  12.                 "AllowAdminTeleport",
  13.                 "AllowInteriorWeapons",
  14.                 "AllowPlayerTeleport",
  15.                 "ApplyActorAnimation",
  16.                 "ApplyAnimation",
  17.                 "Atan",
  18.                 "Attach3DTextLabelToPlayer",
  19.                 "Attach3DTextLabelToVehicle",
  20.                 "AttachCameraToObject",
  21.                 "AttachCameraToPlayerObject",
  22.                 "AttachObjectToObject",
  23.                 "AttachObjectToPlayer",
  24.                 "AttachObjectToVehicle",
  25.                 "AttachPlayerObjectToPlayer",
  26.                 "AttachPlayerObjectToVehicle",
  27.                 "AttachTrailerToVehicle",
  28.                 "Ban",
  29.                 "BanEx",
  30.                 "BlockIpAddress",
  31.                 "CallLocalFunction",
  32.                 "CallRemoteFunction",
  33.                 "CancelEdit",
  34.                 "CancelSelectTextDraw",
  35.                 "ChangeVehicleColor",
  36.                 "ChangeVehiclePaintjob",
  37.                 "Clamp",
  38.                 "ClearActorAnimations",
  39.                 "ClearAnimations",
  40.                 "ConnectNPC",
  41.                 "Create3DTextLabel",
  42.                 "CreateActor",
  43.                 "CreateExplosion",
  44.                 "CreateExplosionForPlayer",
  45.                 "CreateMenu",
  46.                 "CreateObject",
  47.                 "CreatePickup",
  48.                 "CreatePlayer3DTextLabel",
  49.                 "CreatePlayerObject",
  50.                 "CreatePlayerTextDraw",
  51.                 "CreateVehicle",
  52.                 "Delete3DTextLabel",
  53.                 "DeletePVar",
  54.                 "DeletePlayer3DTextLabel",
  55.                 "DeleteSVar",
  56.                 "Deleteproperty",
  57.                 "DestroyActor",
  58.                 "DestroyMenu",
  59.                 "DestroyObject",
  60.                 "DestroyPickup",
  61.                 "DestroyPlayerObject",
  62.                 "DestroyVehicle",
  63.                 "DetachTrailerFromVehicle",
  64.                 "DisableInteriorEnterExits",
  65.                 "DisableMenu",
  66.                 "DisableMenuRow",
  67.                 "DisableNameTagLOS",
  68.                 "DisablePlayerCheckpoint",
  69.                 "DisablePlayerRaceCheckpoint",
  70.                 "DisableRemoteVehicleCollisions",
  71.                 "EditAttachedObject",
  72.                 "EditObject",
  73.                 "EditPlayerObject",
  74.                 "EnablePlayerCameraTarget",
  75.                 "EnableStuntBonusForAll",
  76.                 "EnableStuntBonusForPlayer",
  77.                 "EnableTirePopping",
  78.                 "EnableVehicleFriendlyFire",
  79.                 "EnableZoneNames",
  80.                 "Existproperty",
  81.                 "Fblockread",
  82.                 "Fblockwrite",
  83.                 "Fclose",
  84.                 "Fexist",
  85.                 "Fgetchar",
  86.                 "FindModelFileNameFromCRC",
  87.                 "FindTextureFileNameFromCRC",
  88.                 "Flength",
  89.                 "Float",
  90.                 "Floatabs",
  91.                 "Floatadd",
  92.                 "Floatcmp",
  93.                 "Floatcos",
  94.                 "Floatdiv",
  95.                 "Floatfract",
  96.                 "Floatlog",
  97.                 "Floatmul",
  98.                 "Floatpower",
  99.                 "Floatround",
  100.                 "Floatsin",
  101.                 "Floatsqroot",
  102.                 "Floatstr",
  103.                 "Floatsub",
  104.                 "Floattan",
  105.                 "Fmatch",
  106.                 "Fopen",
  107.                 "ForceClassSelection",
  108.                 "Format",
  109.                 "Fputchar",
  110.                 "Fread",
  111.                 "Fremove",
  112.                 "Fseek",
  113.                 "Ftemp",
  114.                 "Funcidx",
  115.                 "Fwrite",
  116.                 "GameModeExit",
  117.                 "GameTextForAll",
  118.                 "GameTextForPlayer",
  119.                 "GangZoneCreate",
  120.                 "GangZoneDestroy",
  121.                 "GangZoneFlashForAll",
  122.                 "GangZoneFlashForPlayer",
  123.                 "GangZoneHideForAll",
  124.                 "GangZoneHideForPlayer",
  125.                 "GangZoneShowForAll",
  126.                 "GangZoneShowForPlayer",
  127.                 "GangZoneStopFlashForAll",
  128.                 "GangZoneStopFlashForPlayer",
  129.                 "GetActorFacingAngle",
  130.                 "GetActorHealth",
  131.                 "GetActorPoolSize",
  132.                 "GetActorPos",
  133.                 "GetActorVirtualWorld",
  134.                 "GetAnimationName",
  135.                 "GetConsoleVarAsBool",
  136.                 "GetConsoleVarAsInt",
  137.                 "GetConsoleVarAsString",
  138.                 "GetGravity",
  139.                 "GetMaxPlayers",
  140.                 "GetNetworkStats",
  141.                 "GetObjectModel",
  142.                 "GetObjectPos",
  143.                 "GetObjectRot",
  144.                 "GetPVarFloat",
  145.                 "GetPVarInt",
  146.                 "GetPVarNameAtIndex",
  147.                 "GetPVarString",
  148.                 "GetPVarType",
  149.                 "GetPVarsUpperIndex",
  150.                 "GetPlayerAmmo",
  151.                 "GetPlayerAnimationIndex",
  152.                 "GetPlayerArmour",
  153.                 "GetPlayerCameraAspectRatio",
  154.                 "GetPlayerCameraFrontVector",
  155.                 "GetPlayerCameraMode",
  156.                 "GetPlayerCameraPos",
  157.                 "GetPlayerCameraTargetActor",
  158.                 "GetPlayerCameraTargetObject",
  159.                 "GetPlayerCameraTargetPlayer",
  160.                 "GetPlayerCameraTargetVehicle",
  161.                 "GetPlayerCameraUpVector",
  162.                 "GetPlayerCameraZoom",
  163.                 "GetPlayerColor",
  164.                 "GetPlayerCustomSkin",
  165.                 "GetPlayerDistanceFromPoint",
  166.                 "GetPlayerDrunkLevel",
  167.                 "GetPlayerFacingAngle",
  168.                 "GetPlayerFightingStyle",
  169.                 "GetPlayerHealth",
  170.                 "GetPlayerInterior",
  171.                 "GetPlayerIp",
  172.                 "etPlayerKeys",
  173.                 "GetPlayerLastShotVectors",
  174.                 "GetPlayerMenu",
  175.                 "GetPlayerMoney",
  176.                 "GetPlayerName",
  177.                 "GetPlayerNetworkStats",
  178.                 "GetPlayerObjectModel",
  179.                 "GetPlayerObjectPos",
  180.                 "GetPlayerObjectRot",
  181.                 "GetPlayerPing",
  182.                 "GetPlayerPoolSize",
  183.                 "GetPlayerPos",
  184.                 "GetPlayerScore",
  185.                 "GetPlayerSkin",
  186.                 "GetPlayerSpecialAction",
  187.                 "GetPlayerState",
  188.                 "GetPlayerSurfingObjectID",
  189.                 "GetPlayerSurfingVehicleID",
  190.                 "GetPlayerTargetActor",
  191.                 "GetPlayerTargetPlayer",
  192.                 "GetPlayerTeam",
  193.                 "GetPlayerTime",
  194.                 "GetPlayerVehicleID",
  195.                 "GetPlayerVehicleSeat",
  196.                 "GetPlayerVelocity",
  197.                 "GetPlayerVersion",
  198.                 "GetPlayerVirtualWorld",
  199.                 "GetPlayerWantedLevel",
  200.                 "GetPlayerWeapon",
  201.                 "GetPlayerWeaponData",
  202.                 "GetPlayerWeaponState",
  203.                 "GetSVarFloat",
  204.                 "GetSVarInt",
  205.                 "GetSVarNameAtIndex",
  206.                 "GetSVarString",
  207.                 "GetSVarType",
  208.                 "GetSVarsUpperIndex",
  209.                 "GetServerTickRate",
  210.                 "GetServerVarAsBool",
  211.                 "etServerVarAsInt",
  212.                 "GetServerVarAsString",
  213.                 "GetTickCount",
  214.                 "GetVehicleComponentInSlot",
  215.                 "GetVehicleComponentType",
  216.                 "GetVehicleDamageStatus",
  217.                 "GetVehicleDistanceFromPoint",
  218.                 "GetVehicleHealth",
  219.                 "GetVehicleModel",
  220.                 "GetVehicleModelInfo",
  221.                 "GetVehicleParamsCarDoors",
  222.                 "GetVehicleParamsCarWindows",
  223.                 "GetVehicleParamsSirenState",
  224.                 "GetVehiclePoolSize",
  225.                 "GetVehiclePos",
  226.                 "GetVehicleRotation",
  227.                 "GetVehicleRotationQuat",
  228.                 "GetVehicleTrailer",
  229.                 "GetVehicleVelocity",
  230.                 "GetVehicleVirtualWorld",
  231.                 "GetVehicleZAngle",
  232.                 "GetWeaponName",
  233.                 "Getarg",
  234.                 "Getdate",
  235.                 "Getproperty",
  236.                 "Gettime",
  237.                 "GivePlayerMoney",
  238.                 "GivePlayerWeapon",
  239.                 "Gpci",
  240.                 "HTTP",
  241.                 "Heapspace",
  242.                 "HideMenuForPlayer",
  243.                 "InterpolateCameraLookAt",
  244.                 "InterpolateCameraPos",
  245.                 "IsActorInvulnerable",
  246.                 "IsActorStreamedIn",
  247.                 "IsObjectMoving",
  248.                 "IsPlayerAdmin",
  249.                 "IsPlayerAttachedObjectSlotUsed",
  250.                 "IsPlayerConnected",
  251.                 "IsPlayerHoldingObject",
  252.                 "IsPlayerInAnyVehicle",
  253.                 "IsPlayerInCheckpoint",
  254.                 "IsPlayerInRaceCheckpoint",
  255.                 "IsPlayerInRangeOfPoint",
  256.                 "IsPlayerInVehicle",
  257.                 "IsPlayerNPC",
  258.                 "IsPlayerObjectMoving",
  259.                 "IsPlayerStreamedIn",
  260.                 "IsTrailerAttachedToVehicle",
  261.                 "IsValidActor",
  262.                 "IsValidObject",
  263.                 "IsValidPlayerObject",
  264.                 "IsValidVehicle",
  265.                 "IsVehicleStreamedIn",
  266.                 "Ispacked",
  267.                 "Kick",
  268.                 "KillTimer",
  269.                 "LimitGlobalChatRadius",
  270.                 "LimitPlayerMarkerRadius",
  271.                 "LinkVehicleToInterior",
  272.                 "ManualVehicleEngineAndLights",
  273.                 "Memcpy",
  274.                 "MoveObject",
  275.                 "MovePlayerObject",
  276.                 "NPC_GetPlayerArmedWeapon",
  277.                 "NPC_IsPlayerStreamedIn",
  278.                 "NPC_IsVehicleStreamedIn",
  279.                 "NPC_OnNPCConnect",
  280.                 "NPC_OnNPCDisconnect",
  281.                 "NPC_OnNPCEnterVehicle",
  282.                 "NPC_OnNPCExitVehicle",
  283.                 "NPC_OnNPCModeExit",
  284.                 "NPC_OnNPCModeInit",
  285.                 "NPC_OnNPCSpawn",
  286.                 "NPC_PauseRecordingPlayback",
  287.                 "NPC_ResumeRecordingPlayback",
  288.                 "NPC_SendChat",
  289.                 "NPC_SendCommand",
  290.                 "NPC_StartRecordingPlayback",
  291.                 "NPC_StopRecordingPlayback",
  292.                 "NetStats_BytesReceived",
  293.                 "NetStats_BytesSent",
  294.                 "NetStats_ConnectionStatus",
  295.                 "NetStats_GetConnectedTime",
  296.                 "NetStats_GetIpPort",
  297.                 "NetStats_MessagesReceived",
  298.                 "NetStats_MessagesRecvPerSecond",
  299.                 "NetStats_MessagesSent",
  300.                 "NetStats_PacketLossPercent",
  301.                 "Numargs",
  302.                 "PlayAudioStreamForPlayer",
  303.                 "PlayCrimeReportForPlayer",
  304.                 "PlayerPlaySound",
  305.                 "PlayerSpectatePlayer",
  306.                 "PlayerSpectateVehicle",
  307.                 "PlayerTextDrawAlignment",
  308.                 "PlayerTextDrawBackgroundColor",
  309.                 "PlayerTextDrawBoxColor",
  310.                 "PlayerTextDrawColor",
  311.                 "PlayerTextDrawDestroy",
  312.                 "PlayerTextDrawFont",
  313.                 "PlayerTextDrawHide",
  314.                 "PlayerTextDrawLetterSize",
  315.                 "PlayerTextDrawSetOutline",
  316.                 "PlayerTextDrawSetPreviewModel",
  317.                 "PlayerTextDrawSetPreviewRot",
  318.                 "PlayerTextDrawSetPreviewVehCol",
  319.                 "PlayerTextDrawSetProportional",
  320.                 "PlayerTextDrawSetSelectable",
  321.                 "PlayerTextDrawSetShadow",
  322.                 "PlayerTextDrawSetString",
  323.                 "PlayerTextDrawShow",
  324.                 "PlayerTextDrawTextSize",
  325.                 "PlayerTextDrawUseBox",
  326.                 "Print",
  327.                 "Printf",
  328.                 "PutPlayerInVehicle",
  329.                 "Random",
  330.                 "RedirectDownload",
  331.                 "RemoveBuildingForPlayer",
  332.                 "RemovePlayerAttachedObject",
  333.                 "RemovePlayerFromVehicle",
  334.                 "RemovePlayerMapIcon",
  335.                 "RemoveVehicleComponent",
  336.                 "RepairVehicle",
  337.                 "ResetPlayerMoney",
  338.                 "ResetPlayerWeapons",
  339.                 "SHA256 PassHash",
  340.                 "SelectObject",
  341.                 "SelectTextDraw",
  342.                 "SendClientMessage",
  343.                 "SendClientMessageToAll",
  344.                 "SendDeathMessage",
  345.                 "SendDeathMessageToPlayer",
  346.                 "SendPlayerMessageToAll",
  347.                 "SendPlayerMessageToPlayer",
  348.                 "SendRconCommand",
  349.                 "SetActorFacingAngle",
  350.                 "SetActorHealth",
  351.                 "SetActorInvulnerable",
  352.                 "SetActorPos",
  353.                 "SetActorVirtualWorld",
  354.                 "SetCameraBehindPlayer",
  355.                 "SetDeathDropAmount",
  356.                 "SetDisabledWeapons",
  357.                 "SetGameModeText",
  358.                 "SetGravity",
  359.                 "SetMenuColumnHeader",
  360.                 "SetNameTagDrawDistance",
  361.                 "SetObjectMaterial",
  362.                 "SetObjectMaterialText",
  363.                 "SetObjectNoCameraCol",
  364.                 "SetObjectPos",
  365.                 "SetObjectRot",
  366.                 "SetObjectsDefaultCameraCol",
  367.                 "SetPVarFloat",
  368.                 "SetPVarInt",
  369.                 "SetPVarString",
  370.                 "SetPlayerAmmo",
  371.                 "SetPlayerArmedWeapon",
  372.                 "SetPlayerArmour",
  373.                 "SetPlayerAttachedObject",
  374.                 "SetPlayerCameraLookAt",
  375.                 "SetPlayerCameraPos",
  376.                 "SetPlayerChatBubble",
  377.                 "SetPlayerCheckpoint",
  378.                 "SetPlayerColor",
  379.                 "SetPlayerDrunkLevel",
  380.                 "SetPlayerFacingAngle",
  381.                 "SetPlayerFightingStyle",
  382.                 "SetPlayerHealth",
  383.                 "SetPlayerHoldingObject",
  384.                 "SetPlayerInterior",
  385.                 "SetPlayerMapIcon",
  386.                 "SetPlayerMarkerForPlayer",
  387.                 "SetPlayerName",
  388.                 "SetPlayerObjectMaterial",
  389.                 "SetPlayerObjectMaterialText",
  390.                 "SetPlayerObjectNoCameraCol",
  391.                 "SetPlayerObjectPos",
  392.                 "SetPlayerObjectRot",
  393.                 "SetPlayerPos",
  394.                 "SetPlayerPosFindZ",
  395.                 "SetPlayerRaceCheckpoint",
  396.                 "SetPlayerScore",
  397.                 "SetPlayerShopName",
  398.                 "SetPlayerSkillLevel",
  399.                 "SetPlayerSkin",
  400.                 "SetPlayerSpecialAction",
  401.                 "SetPlayerTeam",
  402.                 "SetPlayerTime",
  403.                 "SetPlayerVelocity",
  404.                 "SetPlayerVirtualWorld",
  405.                 "SetPlayerWantedLevel",
  406.                 "SetPlayerWeather",
  407.                 "SetPlayerWorldBounds",
  408.                 "SetSVarFloat",
  409.                 "SetSVarInt",
  410.                 "SetSVarString",
  411.                 "SetSpawnInfo",
  412.                 "SetTeamCount",
  413.                 "SetTimer",
  414.                 "SetTimerEx",
  415.                 "SetVehicleAngularVelocity",
  416.                 "SetVehicleHealth",
  417.                 "SetVehicleNumberPlate",
  418.                 "SetVehicleParamsCarDoors",
  419.                 "SetVehicleParamsCarWindows",
  420.                 "SetVehicleParamsEx",
  421.                 "SetVehicleParamsForPlayer",
  422.                 "SetVehiclePos",
  423.                 "SetVehicleToRespawn",
  424.                 "SetVehicleVelocity",
  425.                 "SetVehicleVirtualWorld",
  426.                 "SetVehicleZAngle",
  427.                 "SetWeather",
  428.                 "SetWorldTime",
  429.                 "Setarg",
  430.                 "Setproperty",
  431.                 "ShowMenuForPlayer",
  432.                 "ShowNameTags",
  433.                 "ShowPlayerDialog",
  434.                 "ShowPlayerMarkers",
  435.                 "ShowPlayerNameTagForPlayer",
  436.                 "SpawnPlayer",
  437.                 "StartRecordingPlayerData",
  438.                 "StopAudioStreamForPlayer",
  439.                 "StopObject",
  440.                 "StopPlayerHoldingObject",
  441.                 "StopPlayerObject",
  442.                 "StopRecordingPlayerData",
  443.                 "Strcat",
  444.                 "Strcmp",
  445.                 "Strdel",
  446.                 "Strfind",
  447.                 "Strins",
  448.                 "Strlen",
  449.                 "Strmid",
  450.                 "Strpack",
  451.                 "Strunpack",
  452.                 "Strval",
  453.                 "TextDrawAlignment",
  454.                 "TextDrawBackgroundColor",
  455.                 "TextDrawBoxColor",
  456.                 "TextDrawColor",
  457.                 "TextDrawCreate",
  458.                 "TextDrawDestroy",
  459.                 "TextDrawFont",
  460.                 "TextDrawHideForAll",
  461.                 "TextDrawHideForPlayer",
  462.                 "TextDrawLetterSize",
  463.                 "TextDrawSetOutline",
  464.                 "TextDrawSetPreviewModel",
  465.                 "TextDrawSetPreviewRot",
  466.                 "TextDrawSetPreviewVehCol",
  467.                 "TextDrawSetProportional",
  468.                 "TextDrawSetSelectable",
  469.                 "TextDrawSetShadow",
  470.                 "TextDrawSetString",
  471.                 "TextDrawShowForAll",
  472.                 "TextDrawShowForPlayer",
  473.                 "TextDrawTextSize",
  474.                 "TextDrawUseBox",
  475.                 "Tickcount",
  476.                 "TogglePlayerClock",
  477.                 "TogglePlayerControllable",
  478.                 "TogglePlayerSpectating",
  479.                 "Tolower",
  480.                 "Toupper",
  481.                 "UnBlockIpAddress",
  482.                 "Update3DTextLabelText",
  483.                 "UpdatePlayer3DTextLabelText",
  484.                 "UpdateVehicleDamageStatus",
  485.                 "UsePlayerPedAnims",
  486.                 "Uudecode",
  487.                 "Valstr",
  488.                 "VectorSize",
  489.             };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement