An open API service indexing awesome lists of open source software.

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

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")")
);