Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Translate AllowPlayerWeapons into Indonesian Language #987

Closed
wants to merge 8 commits into from

Conversation

Akennno
Copy link
Contributor

@Akennno Akennno commented May 1, 2024


title: AllowPlayerWeapons
description: Aktifkan/Nonaktifkan Senjata Untuk Player

:::warning

Fungsi ini ditambahkan pada omp v1.1.0.2612 dan tidak akan berfungsi pada versi sebelumnya!
:::

Deskripsi

Mengaktifkan Atau Menonaktifkan Senjata Untuk Player

Nama Deskripsi
playerid ID player untuk mengizinkan Senjata
bool:allow True untuk mengizinkan False untuk Tidak Mengizinkan

Returns

Fungsi ini selalu returns true

Contoh

public OnPlayerConnect(playerid)
{
    AllowPlayerWeapons(playerid, true);
    return 1;
}

Fungsi Terkait

Translate English To Indonesian Language
@CLAassistant
Copy link

CLAassistant commented May 1, 2024

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
1 out of 2 committers have signed the CLA.

✅ adib-yg
❌ vynnnns
You have signed the CLA already but the status is still pending? Let us recheck it.

@github-actions github-actions bot added the area:translation english english > american english label May 1, 2024
@Akennno Akennno changed the title Create AllowPlayerWeapons.md Translate AllowPlayerWeapons into Indonesian Language May 1, 2024
@Akennno Akennno closed this May 1, 2024
@Akennno Akennno reopened this May 1, 2024
translated to indonesian language
@adib-yg
Copy link
Member

adib-yg commented May 4, 2024

The file path isn't correct. Please correct it.

@adib-yg adib-yg closed this May 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:translation english english > american english
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants