-
Posts
744 -
Joined
-
Last visited
Everything posted by SanZoR
-
Cannot edit my post cause unknown reason, but whatever: Added: - !bet (bet money with your friend) - !givemoney (To give money for your friend) And cool banking commands. Etc. you will get every hour + 1% money its like in real banks... Please, be patience! It will be released soon as possible! (I hope so!) - Lil'San! *Hoping you will be satisfed at our scripts*
-
on *:SIGNAL:mta.command: { if ($3 == !buyfreeze) buy.freeze $1- } alias buy.freeze { var %a = $iif((!$4),$2,$iif(($gus.getid($1,$4) == $null),$2,$v1)) if (%a == $null) mta.pm $1 $2 Error! Type $3 elseif ($pgs.money($1,$2) < 850) mta.pm $1 $2 Not Enough Money, Price Is 850$! elseif (%a == $2) mta.pm $1 $2 Error! - You cannot buy freeze for yourself! else { mta.text $1 /me $mta.nick($1,$2) has bought freeze for $mta.nick($1,%a) at 5 seconds! !writeini -n money.ini MONEY $mta.nick($1,$2) $calc($readini(money.ini,MONEY,$mta.nick($1,$2)) - 850) mta.freeze $1 %a !.timer 1 5 mta.unfreeze $1 %a !.timer 1 5 mta.text $1 /me $mta.nick($1,%a) has just unfreezed! } } Edit it whatever u want... (This script has been token from SHS, and it will be in SHS when it will be released!)
-
Its in SHS
-
Btw, i have script to bet money with your friend. like !bet Player 10 bets $10 with your friend. Winner will get betted money. And if you win DD map, you will get money. SHS is now 80% finished, control panel is still under construction.
-
Added
-
It seems you dont understant. I mean do you got own server where you should add this command. If no, there is no way to use remote admin to find top players... And will it be wins based? or deaths...? Gmme more information what you really wanted, so i can make script if possible.
-
MTA:SA DM and Race Mod bandwidth questions. (server)
SanZoR replied to SanZoR's topic in General discussion
Ok, i just wanted to know how many players every internet speed can handle. Example if you got 1/1MB internet, and your real speed will be some ~108kt/s, so with that number you can find out what to set max players. In race mod it should be easy to find out. Sure if you move, i takes more, but what is avegare upload speed needed. Ok, this will be really useful to know. And when DM comes, i also wanted to know how much i should set to max players with my 24/24mbit internet. Can it handle 150 players? Ok, however, if anyway possible to find out average upload speed needed, it would be great. Ok, thanks in advance! -
You are not looking this command for your server, ...?
-
MTA:SA DM and Race Mod bandwidth questions. (server)
SanZoR replied to SanZoR's topic in General discussion
Even for race mod? -
MTA:SA DM and Race Mod bandwidth questions. (server)
SanZoR replied to SanZoR's topic in General discussion
noone knows? -
it wont come out. Well, maybe after some 1-10 years... But i think GTA IV is faster, then those guys stop making MTA:SA DM, and they start to make GTA IV Race Mod... That sucks. Btw, how the hell you think you can know when MTA:DM is out, if you wont check forums? BUSTED!!!
-
Do you have GRS?
-
But still, however it works just fine.
-
Hey, Im interested to know how much MTA server takes bandwidth in MTA:SA DM and in MTA:SA Race Mod. (up/down speeds) Ok, i hope some ppl know
-
mm... Donno what i should edit, cause this what i have posted works just fine, no problems at all. And this version is almost same script what is in your topic, but for MTA:SA. I dont really care what dnsstuff said about trace script, thats enought if it works. I dont even know why they have blocked it... But however, this what i have posted works WITHOUT problems, i dont know what is wrong... It works, thats enought for me. When i made this topic, i was thinking this is great what i have done, but it seems its not.
-
Ey, its not redirect. Its new domain for DNSstuff's IP. Btw, can you give me working version of your trace? I wanna edit it for this domain, or you can make it @ yourself...
-
Toady, take a new look of your script Did u see what is wrong?
-
Yes, its right With one little trick you are again allowed to use dnsstuff to trace people! Ok, there it goes: FOR GUS: on *:SIGNAL:mta.command:{ var %a = $iif((!$4),$2,$iif(($gus.getid($1,$4) == $null),$2,$v1)) elseif (%a == -1) mta.pm $1 $2 Error - Absent ID if ($3 == !trace) do.trace $1 %a } alias do.trace { set %do.trace $1 $2 if (!$sock(do.trace $+ $mta.ip($1,$2))) sockopen do.trace $+ $mta.ip($1,$2) trace.servegame.com 80 } on *:SOCKOPEN:do.trace*:{ tokenize 32 %do.trace if ($sockerr > 0) { sockclose $sockname mta.text $1 Trace: An error has occured. } else { sockwrite -n $sockname GET /tools/whois.ch?&ip= $+ $mta.ip($1,$2) $+ &display=whois HTTP/1.1 sockwrite -n $sockname User-Agent: MSIE 6.0 sockwrite -n $sockname Host: trace.servegame.com sockwrite $sockname $crlf } } on *:SOCKCLOSE:do.trace*:{ unset %tr.* } on *:SOCKREAD:do.trace*:{ var %t sockread %t if (Location isin %t) { tokenize 32 %do.trace mta.text $1 $mta.nick($1,$2) $+ 's Location: $gettok(%t,2-,58) } } FOR PRS: on *:SIGNAL:mta.command:{ var %a = $iif((!$4),$2,$iif(($prs.getid($1,$4) == $null),$2,$v1)) elseif (%a == -1) mta.pm $1 $2 Error - Absent ID if ($3 == !trace) do.trace $1 %a } alias do.trace { set %do.trace $1 $2 if (!$sock(do.trace $+ $mta.ip($1,$2))) sockopen do.trace $+ $mta.ip($1,$2) trace.servegame.com 80 } on *:SOCKOPEN:do.trace*:{ tokenize 32 %do.trace if ($sockerr > 0) { sockclose $sockname mta.text $1 Trace: An error has occured. } else { sockwrite -n $sockname GET /tools/whois.ch?&ip= $+ $mta.ip($1,$2) $+ &display=whois HTTP/1.1 sockwrite -n $sockname User-Agent: MSIE 6.0 sockwrite -n $sockname Host: trace.servegame.com sockwrite $sockname $crlf } } on *:SOCKCLOSE:do.trace*:{ unset %tr.* } on *:SOCKREAD:do.trace*:{ var %t sockread %t if (Location isin %t) { tokenize 32 %do.trace mta.text $1 $mta.nick($1,$2) $+ 's Location: $gettok(%t,2-,58) } } Have fun with it! =) ---------------------- Maybe you think what was the trick? Ok, i tell: I have created new sub-domain for dnsstuff's ip, and mirc blocks JUST sockopen with dnsstuff.com. So with this domain, you can use it =) - Lil'San
-
If i use adcon, will it works in game too?
-
Lol, i mean why you dont wanna use just PRS, cause you wanna keep old records in GUS!
-
Hey, the problem is that you wanna keep records in from GUS, right?
-
hey, i cannot understand Write it in france, then i can answer
