openmultiplayer / openmultiplayer/open.mp
New functions - IsPlayerSelectingTextdraw, IsBuildingRemovedForPlayer.
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 641
- Forks
- 208
- PR merge metrics
- No merged PRs in 30d
Description
IsPlayerSelectingAnyTextdraw(playerid) or IsPlayerSelectingTextdraw(playerid) (whatever sounds better) will return either true or false if SelectTextdraw is toggled for the player.
IsBuildingRemovedForPlayer(playerid, modelid, Float:fX, Float:fY, Float:fZ, Float:fRadius) self explanatory (taken from YSF).
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
Start by locating the existing SelectTextdraw entry point and the building-removal API behavior referenced as coming from YSF. The issue does not name files or tests; done means both requested functions are exposed with the specified parameters and their behavior is verified for player textdraw selection and building removal.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- api, game-dev
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100