Search Results
https://github.com/Zeex/samp-plugin-...etect/releases First download (crashdetect-4.15.1-linux.tar.gz).
110
Also, check if you're using the right MySQL plugin. The gamemode might be written to use a specific version and you're loading a different version (which most likely contains different functions and s...
211
Quote: Originally Posted by GeneralAref no i use dini for this and this is very easy. You're free to post your method (working code). But it's advisable to switch over to SQLite or MySQ...
167
Just some test code (it does send the message): pawn Код: public OnPlayerConnect(playerid){    SetTimerEx("timer", 5000, true, "i", playerid);    return 1;}forward timer(playerid);public timer...
166
There are ways, but it's advisable that you use SQLite or MySQL for these type of matters.
167
Thanks to everyone! The main post has been updated. Just 4 more challenges left! Good luck to everyone.
491
They are operating systems. I prefer either Ubuntu, CentOS or Debian.
94
Quote: Originally Posted by aceisnice No I just read it on a chan it's gone now. That sounds dope tho! Not to bash crazy bobs cnr I love that server it's all I play but it pisses me off wh...
102
Any further information? Screenshots? Something else to see, basically?
102
https://sampforum.blast.hk/showthread.php?tid=447813 Expect to pay someone.
110
If that ever happens (which is highly unlikely of happening), in my opinion, servers using released gamemodes should also be blacklisted or kept off of the hosted tab. In brief, it isn't going to hap...
132
https://sampwiki.blast.hk/wiki/SendDeathMessage https://sampwiki.blast.hk/wiki/SendDeathMessageToPlayer Example: pawn Код: if(gDeathList){    SendDeathMessage(...);}
164
Routers have different control panels, search for a video on ******* on how to port forward with your router.
157
Quote: Originally Posted by wharlos No si esta funciуn ya la postearon en los anteriores mensajes de este post, pero esta funciуn es buena para los servidores roleplay, siempre pedirб ...
1,467
Quote: Originally Posted by Nin9r Can you give me any example for it? Beg my pardon. An example of what?
130
For me, I get that message when I timeout and fail to reconnect to the server after timing out. Restarting my router does the trick.
211
Quote: Originally Posted by Nin9r For example? I am using a callback to check some things about each player. If i will split it in 2 timers or a timer which will repeat in more seconds th...
130