Skip to content

Commit

Permalink
docs: Update OnScriptLoadPlayer.md
Browse files Browse the repository at this point in the history
  • Loading branch information
adib-yg authored Aug 18, 2024
1 parent 73e4b65 commit 174682b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/scripting/callbacks/OnScriptLoadPlayer.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,14 @@ public OnScriptLoadPlayer(playerid, bool:isEntryScript)
}
```
## Notes
:::tip
This callback is called when you are loading or unloading a side script (filterscript) at runtime.
:::
## Related Callbacks
The following callbacks might be useful, as they're related to this callback in one way or another.
Expand Down

0 comments on commit 174682b

Please sign in to comment.