Skip to content

Add docs android widgets page - #1279

Draft
leamir wants to merge 3 commits into
openmultiplayer:masterfrom
leamir:widgets-page
Draft

Add docs android widgets page#1279
leamir wants to merge 3 commits into
openmultiplayer:masterfrom
leamir:widgets-page

Conversation

@leamir

@leamir leamir commented Jul 26, 2026

Copy link
Copy Markdown
Contributor

Adds a page that includes a list of Android Widgets (UI buttons) that are rendered directly in text, similar to GameText colors:

image

Should stay unmerged until widgets are added to assets.open.mp and a commit is made to change the URL in the doc file.

@hamzahadded71-commits

Copy link
Copy Markdown

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;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants