Search Results
I searched some websites (including this forum and the wiki) for only 1 object id, the id of the rope that comes out of a police chopper. I found a filterscript thats drops a rope out of a police chop...
52
Quote: Originally Posted by RoBo This plugin can be easily used to DoS servers... while(true) GetInfoPacket("127.0.0.1",7777); So??, you can DoS with every socket/connection plugin th...
2,550
Quote: Originally Posted by MrLeNy and that was /caps [player id/all] [on/off] how do I modify it? How do you mean? My command was /caps [on/off] [playerid/all]. But do you want /caps ...
149
Is this what you mean? pawn Код: dcmd_caps(playerid, params[]){  new mode[3], id, all[3];  if (sscanf(params, "sd", mode, id))  {    if (sscanf(params, "ss", mode, all))    {      retur...
149
Quote: Originally Posted by Fugitive. They all show with warnings I'm afraid. Then this is the wrong line, because it compiles fine for me.. Maybe you something like this: pawn Код:...
161
For the people that are searching for this. Here is the code that works: I took GamerX as example, because it was the first in my favorite list :P Makers: D00Mpy and Norn Код: <?php $server ...
205
Quote: Originally Posted by Norn Quote: Originally Posted by D00Mpy Quote: Originally Posted by Norn Quote: Originally Posted by D00Mpy Quote: ...
205
Quote: Originally Posted by Norn Quote: Originally Posted by D00Mpy Quote: Originally Posted by Norn Quote: Originally Posted by D00Mpy lol, and how do ...
205
Quote: Originally Posted by Norn Quote: Originally Posted by D00Mpy lol, and how do you think, the SA:MP client displays ping?, that's UDP also....... Well i assumed because...
205
About the rules.. Not every server has the same set of rules.. The rules you that you said, are the default ones. There's a plugin to edit the rules. So the server can send any rule key and value (d...
2,550
lol, and how do you think, the SA:MP client displays ping?, that's UDP also.......
205
Yes you can, ping is the total amount of time to send a message to the server and receive a message back from the server. And i know it's possible (The wiki says so), but the wiki didn't tell what me...
205
I am trying to show the server stats on my website. Almost everything works, except the ping. I get my info from the wiki: https://sampwiki.blast.hk/wiki/Query/Req...ng_the_packets But there is no fu...
205
Quote: Originally Posted by CJ101 Quote: Originally Posted by DavidC Quote: Originally Posted by Faraday I don't get it, why would you need to get the info for webu...
2,550
If you are using an already created gamemode like Public Enemy #1 and Godfather, it will save already. If you are using a custom made. Then you could make it on your one. But if you're are using a sta...
162
Hi AlbanianGuy, There are 3 methods (maybe more) to reach the thing you want to do: 1. You can use a timer like this: pawn Code: // Place somewhere in your scriptforward soldierScoreCheck();public ...
162
Damn, Links are down.... I lost the program and source during reformatting my computer. I am going through my backup files now, this could take some time. If someone has the source files on their co...
1,678
Quote: Originally Posted by chhris Hi guys ........ Please help. Did you actually read this tutorial?, you can't use ... in formats. If you have read this tutorial you would have known...
830
Quote: Originally Posted by NewYorkRP I just need to know what will work, since you 2 gave me different things, it's weird. pawn Код: else if(strcmp(PlayerName,"BLANK",true))    { ...
111
If you read the documentation, you can see that strcmp returns not 1 when it's correct. try this: pawn Код: else if(!strcmp(PlayerName,"BLANK",true)) the ! means that's not 1 :P And BTW: make su...
111