SA-MP Forums Archive
[GameMode] Sublime Game [ls-rp.it] - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Gamemode Scripts (https://sampforum.blast.hk/forumdisplay.php?fid=71)
+--- Thread: [GameMode] Sublime Game [ls-rp.it] (/showthread.php?tid=642695)

Pages: 1 2 3 4 5 6


Re: Sublime Game [ls-rp.it] - Klayton - 10.10.2017

thank's but fully bug mysql


Re: Sublime Game [ls-rp.it] - Max_Andolini - 10.10.2017

I am writing again,

These tables are never used;

PHP код:
account_bans
answers
character_sessions
character_updates
factions_spawns
migrations 
There are too many unused tables on the character table

PHP код:
`spawn_labelvarchar(255) DEFAULT 'default_mall',
`
deletion_reasonvarchar(255) DEFAULT NULL

and vehicle_trunks table is only used to delete. no data is being generated.

Finally,

Do you give your fully database without your characters and accounts tables.


Re: Sublime Game [ls-rp.it] - BlackMan33 - 10.10.2017

There are no tables in the database. The amount and nothing appears to me.


Re: Sublime Game [ls-rp.it] - vHero - 10.10.2017

There are no database tables indeed, you should update as a release poster.


Re: Sublime Game [ls-rp.it] - Mojizijue - 11.10.2017

good job!


Re: Sublime Game [ls-rp.it] - CountryTrooper441 - 12.10.2017

For me, the UCP is just one big mess... I'm getting this error.. "Notice: Undefined index: last_login in "dashboard\class\User.class.php on line 108""


Re: Sublime Game [ls-rp.it] - FrexDev - 13.10.2017

Updated download links.

- Added data into database;
- Removed reCAPTCHA (Sublime Web).


Re: Sublime Game [ls-rp.it] - Max_Andolini - 13.10.2017

Quote:
Originally Posted by FrexDev
Посмотреть сообщение
Updated download links.

- Added data into database;
- Removed reCAPTCHA (Sublime Web).
There are still unusable tables.

PHP код:
answers 
trouble-free table.

There are 1 account.

PHP код:
NameTest_Character
Password
test123 
https://www.mediafire.com/file/s0l56ce62ln7tko/lsrp.sql

Also delete this line in gamemode.

Line: 10833

PHP код:
        mysql_format(dbHandlequerysizeof(query), "DELETE FROM vehicle_trunks WHERE vehicle_id = '%d'"VehicleInfo[vid][vID]);
        
mysql_tquery(dbHandlequery); 



Re: Sublime Game [ls-rp.it] - AndrewRussett - 15.10.2017

pawn compiler library has stopped working, help? I just compiled the original file


Re: Sublime Game [ls-rp.it] - Z0MBERTH - 15.10.2017

Quote:
Originally Posted by AndrewRussett
Посмотреть сообщение
pawn compiler library has stopped working, help? I just compiled the original file
Uses the Zeex compiler


Re: Sublime Game [ls-rp.it] - AndrewRussett - 15.10.2017

Quote:
Originally Posted by Z0MBERTH
Посмотреть сообщение
Uses the Zeex compiler
I already use it but this gamemode does not let me compile!


Re: Sublime Game [ls-rp.it] - Z0MBERTH - 16.10.2017

Quote:
Originally Posted by AndrewRussett
Посмотреть сообщение
I already use it but this gamemode does not let me compile!
version v3 pls


Re: Sublime Game [ls-rp.it] - RuanPereira - 16.10.2017

I am not able to register in UCP, I have already changed the database



Re: Sublime Game [ls-rp.it] - lapac - 16.10.2017

How can i edit character money level and other with UCP?


Re: Sublime Game [ls-rp.it] - caffineify - 26.10.2017

How can I access a police file in UCP?


Re: Sublime Game [ls-rp.it] - GamezCEO - 28.10.2017

Good to see so many features! Rep+


Re: Sublime Game [ls-rp.it] - BluePlayBG - 28.10.2017

Anyone translated it in english?


Re: Sublime Game [ls-rp.it] - Mustacho - 28.10.2017

Luckily I know one or two words Italian. I will slowly be translating the UCP first and afterwards the game itself over to English but don't expect this to be a speedy job considering I'm also a Peace Officer in training.


Re: Sublime Game [ls-rp.it] - OneHitWonder - 02.11.2017

Why i join the server and got kicked?
I have a account in database


Re: Sublime Game [ls-rp.it] - Mustacho - 02.11.2017

Quote:
Originally Posted by OneHitWonder
View Post
Why i join the server and got kicked?
I have a account in database
Did you also create your own character via the UCP? It relies on the fact you have a master account (account table) and character (character table).