Search Results
I'm getting errors when using this include. Please look at this thread. https://sampforum.blast.hk/showthread.php?tid=668001
7,286
Quote: Originally Posted by Pottus Problem is you are not updating the textsize accordingly. Код: PlayerTextDrawTextSize(playerid, TDArtifactIcon[playerid][i], 32.000003, 31.940734); ...
276
Quote: Originally Posted by Shinja Debug PHP код: public OnPlayerClickPlayerTextDraw(playerid, PlayerText:playertextid) {     printf("playertextid = %d", playeridtextid); ...
276
Quote: Originally Posted by UFF try this This was how it was scripted at first, and gives the same results.
276
Having an issue where clicking on a player textdraw does nothing. Assume that all these items are in their proper place. They spawn in the correct place. They show the correct icon. They are click-...
276
Quote: Originally Posted by willbedie Have you tried debugging them? EDIT: Try to debug them, here's an example: PHP Code: function OnPlayerRegister(playerid) {     pInfo[player...
294
Quote: Originally Posted by willbedie You can find the logs in logs/plugins/mysql_log.txt Found it, no errors. EDIT: Here's the SAMP Output: [20:10:29] INSERT INTO `users` (`Name`, `Pa...
294
Quote: Originally Posted by Shinja Dafak? 1.Print the query after formating it and check (debug) 2.Does OnPlayerRegister get called? (you can check with debug) 3.Check mysql_logs for any...
294
I have a valid connection to the host, but the query isn't writing entries. EDIT: Thanks for the support to a new MySQL user. These are the right questions: Quote: Originally Posted by Cal...
294
I have included both of your suggestions. I was using a timerfix plugin before, but I included a new one, and I don't seen to be having an out of bounds array issue anymore.
346
So the timers in my script are randomly just not working. For example, I'll have a countdown timer, and in the middle of the timer, it will just stop. KillTimer was not called. It seems to happen with...
346
So MySQL makes 0 sense to me, and I don't understand why we need to have WAMP or XMPP to run it. However, while ini file saving is easier for pawn newbs, it would be impractical for large servers. Is...
281
So long story short, I updated a script, and now OnPlayerRequestClass doesn't work. ADDPLAYERCLASS IS WORKING. I recall having a similar issue in an RP script, but it was due to stats not saving. This...
266
Quote: Originally Posted by Promlesbian You need to use your External IP address. The middle link blacked out IS my external address. It's not showing up.
192
I'm trying to launch a test server for the community I'm scripting for. I can't for some reason. I have port forwarded, opened ports in the firewall, disabled firewall entirely, but still, the server...
192
Quote: Originally Posted by Calisthenics No active cache. Execute the code inside OnAccountExist callback. I'll try that.
208
ISSUE: The command sends successfully, but the target in question does not get banned. How can I fix this, and why does this not work? I am new to MySQL in sa-mp. Код: new query[65], tempip[16];...
208
For the record, Chances are we both came up with the same name. Also, this is not my script as Crystal pointed out. Good luck to you.
6,576
I had no idea someone else was already working on a PUBG GM. The file system is in y_ini. MySql may be better in the long run, but I've written every GM I've ever made on y_ini and had zero problems...
1,408