PySAMP icon indicating copy to clipboard operation
PySAMP copied to clipboard

Create SA-MP gamemodes with Python

Results 7 PySAMP issues
Sort by recently updated
recently updated
newest added

Added the previously missing `register_callback()` function.

(!) The names and arguments of some functions have been changed. **The code is given in a single "standard":** 1) camelCase variables --> snake_case ; 2) text_draw, paint_job, text_label, game_text...

I decided to do this PR, because lately some newbies install 3.10.4 and then wonder: "Why PySAMP doesn't boot". Python version should be 3.10.4, but in fact the plugin runs...

- Added documentation for callbacks

**Is your feature request related to a problem? Please describe.** No, it's not related to any problem at all, this is new feature request. **Describe the solution you'd like** Additional...