Search Results
It's not working. Did you edit and compile xVehicles2.pwn? Whats your sql host? Do you need PORT with the host (dbhost:port)? [19:11:25] [xVeh MySql] Connecting to database... [19:11:25] [xVeh MySql]...
109
Can u upload log from logs/plugins/mysql.log? It will be usefull since xVeh is logging everything.
109
Okay, put your db host in SQL_HOST, your db user name in SQL_USER, your db user password in SQL_PASSWORD, and your database name in SQL_DBNAME
109
Do you have any database?
109
DB table will be automatically created. Your problem is DB connect. Open xVehicleV2.pwn and change SQL data starting at line 51 (SQL_HOST, SQL_USER, SQL_PASSWORD, SQL_DBNAME).
109
Like OsteeN said, you could use JSON. I made small script for you. This is how your php file could look like if you use JSON. PHP код: <table width="500">     <tr>      Â...
87
Try changing "CMD_ooc" to "cmd_ooc".
219
If you are using BlueG's plugin, make sure you have "log-core.dll/log-core.so" in your server folder.
232
I had no problems with compiling the original code you gave us (https://pastebin.com/1BLNfSSB).. Try using original, by original I mean non-converted code.. Just use Incognito's streamer plugin and in...
137
Hey guys, I have a problem. When player die, it won't respawn him untill he jump from high wall or something, he can move or shoot other players. I tried removing everything from OnPlayerDeath except ...
71