Search Results
Try to access this: 78.96.226.61/POTOL/email.php?code=%s&email=%s&message=This-is-a-message-generated-by-the-server.Hello-%s-Your-key-is-%s Directly from chrome, pasting it in url. Php error s...
335
SOLVED! I managed to fail, and hook CreateVehicle function at the end of the script, after calling CreateVehicle itself.
155
Hello everyone! I tried to hook CreateVehicle function with ALS method, but I just couldn't, it won't work, custom function isn't called, but there is no error saying, that _CreateVehicle is not used....
155
Well done! I tried to do something similar to this, few weeks ago, but unfortunately, my patience gone
1,751
This should work. Code: if((strlen(typ == 0) ? (FracRang[uid][i]) : (FamRang[uid][i])) < 2)
153
Hello everyone. How should I properly use GetVehicleDamageStatus, UpdateVehicleDamageStatus, and most important - store it in mysql database? I can't fully understand how does bits works, how is they ...
248
Use sublime text 3. Copy whole file content, select it with ctrl + A, go to File >> Reopen with encoding >> Select your language. Arabic symbols in your file might suck up, thats why you c...
1,143
Quote: Originally Posted by antixgaming Well that is SAMP\'s limitation. You cannot have callback that will happen only when player switches weapon. That\'s not yet added on SAMP (as I kn...
584
Quote: Originally Posted by antixgaming pawn Код: public OnPlayerUpdate(playerid){    new iCurWeap = GetPlayerWeapon(playerid); // Return the player's current weapon         if(i...
584
Alright, I will try to figure something with timer. Thanks for response! PS: What do you mean by saying "or something similar for this"? Like timestamp or tick count check in OnPlayerUpdate? Or you s...
584
Yeah, tried something like that, but the thing is that I make over 50iterations on every weapon change, and that's big amount for OnPlayerUpdate which is called about 32 times a second as far as am I ...
584
Hey everyone, is there any callback such as OnPlayerSwitchWeapon, OnPlayerChangeWeapon? I tried to use OnPlayerUpdate to detect when player changes weapon, but it's not stable lets say. It works somet...
584
Alright, I will try it again. Thanks for response!
191
Hello everyone, is it possible to hook for example GivePlayerWeapon function in my gamemode (main .pwn file) if this functions is already hooked in other include? I tried to hook that function, but un...
191
Quote: Originally Posted by bgedition First result in G00gle with the term 'mysql error 111' will show you this: https://stackoverflow.com/questions/...rver-error-111 Please, next time ...
154
Hello. I recently bought VPS, configured, etc and now, then I start server using nohup ./samp03svr & (I'm using Debian 9), server log prints this: connection error (Code #2003): Can't connect to M...
154
Hello. Is there any pathfinder compatible with FCNL. THANJ
140
Quote: Originally Posted by kvann That's a very cool idea, I've never thought of this approach to chat logs. My logger was supposed to be as flexible as possible, that's why it stores the ...
2,091
Quote: Originally Posted by kvann If you are planning to create a log viewing interface for your admins on your website or somewhere else, a database is 100% the way to go. I recently buil...
2,091
I don't like the usage of that plugin. I already started creating my own unique MySQL logs saving . Thanks for answer!
2,091