ataGoPostal

Execute the following SQL code in your database:

ALTER TABLE `users` ADD COLUMN `ataPostal` LONGTEXT NULL;

Also You Can Translate All Ui And All Texts

Locales['en'] = {
    -- Name
    ['name'] = 'go Postal',
    ['Open_Menu'] = 'open menu with ~INPUT_CONTEXT~.',
    ['Change_Cloth'] = 'change cloth ~INPUT_CONTEXT~ .',
    ['Exit_job'] = 'for exit job ~INPUT_CONTEXT~ .',
}

Server artifacts

Make sure your server artifacts version is above the 5181.

Last updated