Jump to content

Help with mabako RP


sarioookas

Recommended Posts

Posted

If we do that you won't ever learn how things works.

San Andreas Utopia RPG (SAUR) Owner & Developer.

560x95_FFFFFF_FF9900_000000_000000.png

Education is the most powerful weapon which you can use to change the world.

Posted
If we do that you won't ever learn how things works.

No,i just learning LUA because i like it.I have a teacher lua bet he too don't now what's wrong.Please help me :(

Posted

I never used this game mode so i can't help you, lets wait for someone else.

San Andreas Utopia RPG (SAUR) Owner & Developer.

560x95_FFFFFF_FF9900_000000_000000.png

Education is the most powerful weapon which you can use to change the world.

Posted

go to server directory and find settings.xml then find

and remplace with that line. i'm sure value is 0 at yours.

San Andreas Utopia RPG (SAUR) Owner & Developer.

560x95_FFFFFF_FF9900_000000_000000.png

Education is the most powerful weapon which you can use to change the world.

Posted

in my

<settings> 
    <setting name="*freeroam.welcometextonstart" value='[ "false" ]' /> 
    <setting name="*freeroam.spawnmaponstart" value='[ "false" ]' /> 
    <setting name="*freeroam.spawnmapondeath" value='[ "true" ]' /> 
    <setting name="players.allow_registration" value="[ true ]" /> 
</settings> 
  

Posted

i'm suposing that you know what kind of mode you are running? you need an mysql server for it to run, put at settings.xml this

<settings>  
<setting name="@sql.user" value="root"/> 
<setting name="@sql.password" value=""/> 
<setting name="@sql.database" value="mta"/> 
<setting name="@sql.hostname" value="localhost"/> 
<setting name="@sql.port" value="3306"/> 
<setting name="@sql.socket" value="/var/run/mysqld/mysqld.sock"/>     
<setting name="@players.allow_registration" value="1"/> 
<setting name="@players.registration_error_message" value="Edit this to show the user a message when registration is disabled"/> 
</settings> 

edit it with your settings but don't change allow_registration.

San Andreas Utopia RPG (SAUR) Owner & Developer.

560x95_FFFFFF_FF9900_000000_000000.png

Education is the most powerful weapon which you can use to change the world.

Posted

DO NOT BUMP YOUR POSTS!

We know you need help! Just be patient and wait for somebody that knows the answer. No replys = nobody knows how to fix it. Not that we are bad ppl and don't want to help you.

Multi theft auto tools - replace cars and peds, move your map or compile your Lua files online!

programista php rzeszów

Need free webhosting for your small site? PM me. Need help with portforwarding? PM me. Do not PM me asking for help with scripting.

Having problems with port forwarding? Send me pm, I can do whole thing for you using TeamViewer (already helped about 20 people, no worries)!

Posted
why not download a login/register panel from community and edit it to yours, its not that hard :P

I'm new in LUA so i don't now here : ( i just need a register button help me.

Posted
why not download a login/register panel from community and edit it to yours, its not that hard :P

I'm new in LUA so i don't now here : ( i just need a register button help me.

Like i said,

Download a register/login panel and look how they did it :P

logo_left.png
Posted

im not sure if paradise is using only mysql to login - so any other login system will fail.

Multi theft auto tools - replace cars and peds, move your map or compile your Lua files online!

programista php rzeszów

Need free webhosting for your small site? PM me. Need help with portforwarding? PM me. Do not PM me asking for help with scripting.

Having problems with port forwarding? Send me pm, I can do whole thing for you using TeamViewer (already helped about 20 people, no worries)!

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...