openmultiplayer / openmultiplayer/web
By hamza
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 141
- Forks
- 487
- PR merge metrics
- No merged PRs in 30d
Description
public OnActorStreamOut(actorid, forplayerid)
{
new string[48];
format(string, sizeof(string), "Actor %d is now streamed out for you.", actorid);
SendClientMessage(forplayerid, 0xFFFFFFFF, string);
return 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
The issue contains only a Pawn callback snippet and does not identify a file, entry point, requested change, or expected result. Clarify what should be changed and where it belongs before selecting code or tests and defining completion criteria.
Written by the indexing model from the issue text.
Assessment
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 15/100