Search Results
Hello there, I want to make a website page, it is empty, it only have some words on seperated lines, for example: Carlos Elias Jack Obama Trump I want to make a function in pawno, it stores each of ...
67
Quote: Originally Posted by Banditul18 if(issuerid != INVALID_PLAYER_ID) return 0; // If issuerid is valid ID then it returns 0; if(issuerid == INVALID_PLAYER_ID) return 0; // If issuer...
130
Hello there, I've made one simple IF statement on OnPlayerTakeDamage callback. The if statement is supposed to check if the issuerid (Who made the damage) is valid. PHP Code: public OnPlayerTa...
130
Hello, I've started getting errors while running the server, when the server starts, and whenever someone uses a command, these errors show up: Code: [debug] Run time error 8: "Heap underflow" [debu...
63
Quote: Originally Posted by AmigaBlizzard First of all, using sscanf to extract the full text inside params and copy it back into params is quite useless. Just delete that line as it won't...
98
Hello everyone, So, I've made a command, to store text, here's the usage: /addhit [TEXT]. I want to store the text in "hInfo[hintid][hText]", and I want to add a condition "if the text length is mor...
98
Hello everyone, I've run my gamemode, I've scripted it like two years ago, it uses the include file "mysql" (not a_mysql), and the plugin mysql.dll When I run the server on my localhost, it says: Ac...
72
Hello everyone, I've run my gamemode, I've scripted it like two years ago, it uses the include file "mysql" (not a_mysql), and the plugin mysql.dll When I run the server on my localhost, it says: Ac...
57
Quote: Originally Posted by Lordzy Try adding "\r" before "\n". But still your code is supposed to generate a new line, which may not write from beginning. I'm also suggesting you to check...
91
Hello, I've made simple & basic admin log. It creates a file and writes in it. Problem: It is supposed to write in the file and then make a new line, but it's writing everything in same line. I m...
91
Quote: Originally Posted by Lordzy Run this query on your MySQL server (Use root): Code: GRANT ALL PRIVILEGES ON *.* TO 'your_user'@'your_host/localhost' IDENTIFIED BY 'your_password' WIT...
172
I edited the database and host and password and matched it with the host one, then uploaded it to the host and I started the server, and same exact error shows up again. Help!
172
Quote: Originally Posted by Younes44 this should work.. Of course, I have another server working on MySQL and when I run it on localhost and works well, but this one ain't working.
172
Quote: Originally Posted by Younes44 well. Is this MySQL From your pc? if no ? then your code should be like that Mate, yeah, it's on my PC, I want to run it into my localhost IP, not o...
172
Hello, I got a problem, it says on the server-samp file: Code: [MySQL] Error (0): Failed to connect. Access denied for user 'root'@'localhost' (using password: YES). Here's the thing that I have on ...
172
Hello, after solving that problem above, I got a new kind problem e.e, it says on the server-samp file: NOTE: I'm still running it on the localhost as well. Code: [MySQL] Error (0): Failed to conne...
152
Quote: Originally Posted by Konstantinos It happens. Always read the last comments because most likely someone has provided links there: http://forum.sa-mp.com/showpost.php?...postcount=10...
152
Quote: Originally Posted by Konstantinos Wrong mysql plugin. The script was using: https://sampforum.blast.hk/showthread.php?tid=122983 But yeah.. switching to BlueG's mysql plugin (lates...
152
Hello, I've decided to re-run my server on localhost again after 4 months of scripting it. I did run the samp-server file, and it said: Run Time Error: Function not found etc.., then I added crashdete...
152