The following resource will prompt players with a menu the first time they joine the server, after the resource have been installed. The menu will let the user type in their characters first name, last name, age and gender. This information will be updated in the vrp identity table, and the user will be spawned in as a random male or female ped model at the train station in los santos.
- Don't use this resource while using vrp_loadfreeze. -(This resource has also the fonctionalities of vrp_loadfreeze incorporated.)
If you get SQL errors it should be because its made to work with databases that accept ADD IF NOT EXISTS.
To create the tables on your database follow the steps:
- Remove every IF NOT EXISTS from server.lua
- Run the server once.
- Comment out the MySQL.query("vRP/first_spawn_column") adding -- before it
- Restart the server one more time.
- You're good to go from now on.
vrp_spawn_screen
Copyright (C) 2018 VHdk
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published
by the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.