samp-rs icon indicating copy to clipboard operation
samp-rs copied to clipboard

Implement rest of AMX functions

Open Pycckue-Bnepeg opened this issue 8 years ago • 2 comments

List of AMX functions:

  • [x] amx_Allot
  • [ ] amx_Callback
  • [ ] amx_Cleanup
  • [ ] amx_Clone
  • [x] amx_Exec
  • [x] amx_FindNative
  • [x] amx_FindPublic
  • [x] amx_FindPubVar
  • [ ] amx_FindTagId
  • [x] amx_Flags
  • [x] amx_GetAddr
  • [ ] amx_GetNative
  • [ ] amx_GetPublic
  • [ ] amx_GetPubVar
  • [x] amx_GetString
  • [ ] amx_GetTag
  • [ ] amx_GetUserData
  • [ ] amx_Init
  • [ ] amx_InitJIT
  • [x] amx_MemInfo
  • [ ] amx_NameLength
  • [ ] amx_NativeInfo
  • [ ] amx_NumNatives
  • [ ] amx_NumPublics
  • [ ] amx_NumPubVars
  • [ ] amx_NumTags
  • [x] amx_Push
  • [x] amx_PushArray
  • [x] amx_PushString
  • [x] amx_RaiseError
  • [x] amx_Register
  • [x] amx_Release
  • [ ] amx_SetCallback
  • [ ] amx_SetDebugHook
  • [x] amx_SetString
  • [ ] amx_SetUserData
  • [x] amx_StrLen

Pycckue-Bnepeg avatar Mar 15 '18 23:03 Pycckue-Bnepeg

интересует имплементация двач протокола

will-work-for-meal avatar Mar 23 '18 22:03 will-work-for-meal