-
Notifications
You must be signed in to change notification settings - Fork 0
Natives
lp_ edited this page Jul 31, 2022
·
33 revisions
Home ▸ Natives
only
DiscordAMX's pawn natives. More are added by the pawn library itself!
- INI_Delete
- INI_Open
- INI_Close
- INI_Write
- INI_Read
- INI_WriteInt
- INI_ReadInt
- INI_WriteFloat
- INI_ReadFloat
- INI_KeyExists
- INI_DeleteKey
- INI_DeleteSection
- INI_Exists
Please remember that Discord allows only a slow amount of POSTs, REQUESTs. Keep the amount of Natives called each second low as to 2-3 calls only if you don't know what native is 'dangerous' if handled wrong and reaching discord web-limits!