Search Results
The Code: http://pastebin.com/vV3abdpU The Video: [ame]http://www.youtube.com/watch?v=pCbBoUfjyNQ&feature=g-upl[/ame] Help me out by showing your appreciation. Rep if you want, it'll help me o...
191
The Code: http://pastebin.com/VcYdQdT8 The Video: [ame]http://www.youtube.com/watch?v=DbnBiVJU9oU&feature=g-upl[/ame] Reply if you want more. Polite comments are always welcome.
169
The Code: http://pastebin.com/7H7H0RFe The Video: [ame]http://www.youtube.com/watch?v=1QlWvyvEEiI&feature=g-upl[/ame] "Holler" if you want more. (Kudos to this guy called "Payne Miles" who he...
201
The Code: http://pastebin.com/tcqd4vSm The Video: [ame]http://www.youtube.com/watch?v=ZQm28S7QmeE&feature=g-upl[/ame] Show me you appreciate this map and I'll start posting more custom made co...
411
I'd recommend any of the normal hosts like volt or whatever. Much cheaper than managing a dedi FYI.
123
When I try to run the server, there's an error log: "[04:33:34] Failed (libmysqlclient_r.so.15: cannot open shared object file: No such file or directory)" How do I install this properly? I'm usin...
84
I've already done that. Awhile ago, I know it's now that. How the heck do I install libmysqlclient.so.15 in centos.. omg. Where do I put it?
150
Everything is fine in those regards. I'm using: plugins mysql.so streamer.so mapandreas.so audio.so sscanf.so I have all of those in my plugins folder. I've triple checked to be sure there's nothing...
150
I'm not loading anything from my server.txt I don't want. it's all there.
150
When I try to nohup my server, it tells my that it's ignoring the input and appending output to nohup.out. When I look in my serverlogs, it give me this: ---------- Loaded log file: "server_log.txt"...
150
I got it. I feel a little too stupid now. The password provided to me by my hosting WAS using crazy characters and I feel even more silly showing you the reason. If it's an consolation for wasting y...
107
On the functions it's: if (connection == sql[0]) sql[0] = mysql_connect(DB_IP, DB_USER, DB_NAME, DB_PASS); and in my Gm it's both: sql[0] = mysql_connect(DB_IP, DB_USER, DB_NAME, DB_PASS); and pr...
107
The entire function for your question is here. function reconnect_mysql(connection) { if (connection == sql[0]) sql[0] = mysql_connect(DB_IP, DB_USER, DB_NAME, DB_PASS); else if (connection == sql[...
107
I'm trying to compile my GM, but left with the same error. " error 027: invalid character constant " Here are my lines in question: sql[0] = mysql_connect(DB_IP, DB_USER, DB_NAME, DB_PASS); sql[2] ...
107
I was just wondering. Can someone give me insight to whether or not it's synced and doesn't bug up other players?
120
I'm trying to get a DROPGUN script to save all the objects after a restart through MYSQL. The problem is that the gun object IDs aren't saving and loading where they should. Normally I could /dw and t...
132
It doesn't seem to be working. When I type /hold it give me an unknown command error.
99
All help is appreciated. I'd love to learn as much as I can. So yes.. please pass up the tutorial.
99
I'm having an issue with my command: pawn Код: if (strcmp("/hold", cmdtext, true, 10) == 0)    {        tmp = strtok(cmdtext, idx);        if(!strlen(tmp))        {           ...
99