openmultiplayer / web

The open.mp web services monorepo. Homepage, documentation, server index, and more! All in one place.
https://open.mp/
108 stars 354 forks source link

Translate AllowPlayerWeapons into Indonesian Language #987

Closed Akennno closed 3 months ago

Akennno commented 4 months ago

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

CLAassistant commented 4 months ago

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.

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

adib-yg commented 4 months ago

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