Dynamic: Vehicles, Pickups, MapIcons, 3DTextLabels.. | Saves + Loads Through MySQL | - [L3th4l] - 03.10.2010
Dynamic System By [U]214
Some Info
** A while ago, i released kinda the same thing, but it wasn't for MySQL, this version does use MySQL!
** With this you can create: Vehicles, MapIcons, Pickups and 3DLabels while in-game, and it will saved to a MySQL database, after you restart your server, they will load!
How to Use This:
** Firs of all, extract all the contents into your desktop, place each file were its supposed to go.
--------------------------------------------------------------------------------------------------------------
** Open up phpMyAdmin, create a new db
-------------------------------------------------
** DB Name: sa-mp
-------------------------
** Click 'Import' select the sql file included with this package, and import it. It will create the tables.
-----------------------------------------------------------------------------------------------------------------
DOWNLOAD:
NOTE: It has some Vehicles, MapIcons, Pickups and labels pre added. You can delete them if you wish
* Other info: all credits inside the file, if you find a bug, or something doesn't work good, reply to this topic!
[U]214
Re: Dynamic: Vehicles, Pickups, MapIcons, 3DTextLabels.. | Saves + Loads Through MySQL | -
i514x - 03.10.2010
nice, but how do you create this? with a command?
Re: Dynamic: Vehicles, Pickups, MapIcons, 3DTextLabels.. | Saves + Loads Through MySQL | - [L3th4l] - 03.10.2010
Yes, go in-game, type any of the commands included.
Re: Dynamic: Vehicles, Pickups, MapIcons, 3DTextLabels.. | Saves + Loads Through MySQL | -
sjvt - 05.10.2010
what's the name of the mysql plugin? i stylez?
Re: Dynamic: Vehicles, Pickups, MapIcons, 3DTextLabels.. | Saves + Loads Through MySQL | - [L3th4l] - 06.10.2010
^ That's right. I included the updated plugin and inc. with the download.
Re: Dynamic: Vehicles, Pickups, MapIcons, 3DTextLabels.. | Saves + Loads Through MySQL | -
aco_SRBIJA - 06.10.2010
commands *founded in script)
addvehicle
addicon
add3dlabel
anyway cool
P.S.
maybe this will be cooler with IsPlayerAdmin a?
and what is db?
Re: Dynamic: Vehicles, Pickups, MapIcons, 3DTextLabels.. | Saves + Loads Through MySQL | - [L3th4l] - 06.10.2010
Commands:
/AddVehicle
/AddPickup < PickupID > < Pickup Type >
/AddIcon < IconID > < IconColor >
/Add3dLabel < Description >
-------------------------
If you want this rcon only, put:
pawn Код:
if(!IsPlayerAdmin(playerid)) return 0;
On top of each command.
--------------------
db is your MySQL database, if you don't have MySQL, you can still use my system linked in my signature which doesn't require MySQL..
Re: Dynamic: Vehicles, Pickups, MapIcons, 3DTextLabels.. | Saves + Loads Through MySQL | -
[MKD]Max - 07.10.2010
nice job dude
Re: Dynamic: Vehicles, Pickups, MapIcons, 3DTextLabels.. | Saves + Loads Through MySQL | -
Hal - 08.10.2010
i like it. its simple and easy to use.
Re: Dynamic: Vehicles, Pickups, MapIcons, 3DTextLabels.. | Saves + Loads Through MySQL | - [L3th4l] - 08.10.2010
Thanks :P