https://github.com/y-less/fixes-plugin
SA:MP fixes plugin
https://github.com/y-less/fixes-plugin
Last synced: 6 months ago
JSON representation
SA:MP fixes plugin
- Host: GitHub
- URL: https://github.com/y-less/fixes-plugin
- Owner: Y-Less
- Created: 2017-07-18T21:50:28.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-21T16:23:28.000Z (over 8 years ago)
- Last Synced: 2025-07-28T21:51:07.394Z (8 months ago)
- Language: C++
- Size: 530 KB
- Stars: 11
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.hpp
Awesome Lists containing this project
README
/**
* \brief
* \bug
* \author
* \see
* \
* \
* \
* \
* \
**/
DEFINE_FIX(GetPlayerColor,
.problem (R"(Returns "0" if "SetPlayerColor" has never been called.)")
.solution(R"(Call "SetPlayerColor" in "OnPlayerConnect".)")
.see (R"("OnPlayerConnect".)")
.author (R"("KoczkaHUN")")
);