Search Results
http://forum.sa-mp.com/forumdisplay.php?f=71 https://sampforum.blast.hk/showthread.php?tid=118885
87
Quote: Originally Posted by CaHbKo 'foreach' is faster. It doesn't loop through unused thing, like other non-existing 499 players on our server, while 'for' goes through all of 500 player...
537
https://sampforum.blast.hk/showthread.php?tid=118885
73
Heh, wasn\'t really reading after the loop in ItsShowTime, Sorry.
888
Quote: Originally Posted by Anthony[Gl-RP] Its not abuse if a new admin bans someone for having a loud tone? I simply asked a question, didnt open a thread to recieve flame. Im not power h...
222
Excellent idea, but I don\'t really like the way you did this, when a player is near the bomb: a explosion doesn\'t take place at all, everyone near it just dies randomly.
888
Dont you mean C-Bugging? Nice work btw.
265
When a player is alt-tabbed you can't edit their variables. It just happens because the playerid is unresponsive.
66
https://sampforum.blast.hk/showthread.php?tid=166856 View the example script.
209
If you're fetching every single field from the database which I suppose you're doing, use mysql_fetch_row_format (BlueG's plugin). You're calling soo many functions that shouldn't be called.
150
Yes you can, The maximum amount of map icons you can set is 100. According to Here. You can't make global map icons, by a SA:MP native, but it is scriptable.
104
Quote: Originally Posted by Calgon http://pastebin.com/yj9eHmks Untested, I'm half asleep. Whenever someone commits a shout, it now calls ShowShoutBoxForPlayer(x) for all players who have...
680
Quote: Originally Posted by ••• ĤБĶБM ••• Everyone is considering and focusing on the normal chat box. I do not see the point of this, but I think this is pretty useful fo...
680
That's not a "attack". Someone is trying to login into your Rcon. Btw, your picture features your Rcon password.
269
Quote: Originally Posted by KK You should make it a dialog instead, where it shows the output from your text in the next dialog so you don't have to do a command to open it again. It is...
680
I was filling this out a second ago, then I stopped when it asked for my Penis length, and if I am happy with it. That's a bit too personal.
223
Introduction Eh, I forgot to release this. This is pretty much what the title says. This is a ingame shoutbox. A shoutbox is pretty much a global chat. Where you can chat with other users, and so on....
680
pawn Код: public OnRconLoginAttempt(ip[], password[], success) {    if(!success) {          for(new i = 0; i < GetMaxPlayers(); i ++ ) {                new ipx[16];         ...
106