openmultiplayer / openmultiplayer/open.mp
Add natives from YSF
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- C++
- Stars
- 641
- Forks
- 208
- PR merge metrics
- No merged PRs in 30d
Description
native LoadFilterScript(const scriptname[]); // difference between "rcon loadfs": Return -> True if success, false if not
native UnLoadFilterScript(const scriptname[]); // ^
native GetFilterScriptCount();
native GetFilterScriptName(id, name[], len = sizeof(name));
the return value of LoadFilterScript is the most important part. SendRconCommand always returns 1.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate the native registration and implementation entry points for LoadFilterScript, UnLoadFilterScript, GetFilterScriptCount, and GetFilterScriptName. Done means all four natives are exposed with the listed signatures, and LoadFilterScript reports success or failure as requested; the issue names no test file.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- api
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100