
Aeron
Retired Staff-
Posts
968 -
Joined
-
Last visited
Everything posted by Aeron
-
"Rookworst zonder r is ook-worst!"
-
i suggest: rotation = rotation % 360
-
What's SA-MP? A [myg0t]-communty that bashes // fed-ups other mods and promote there own products? I DO think SA-MP got a seperate forum to bash down there own product. Keep it that way! Get a life, The Great Aeron
-
YES, the first one who's asking, the are already converted. Download here: http://home.deds.nl/~aeron/maps/ ('IPL*.rar' files) If you want the interiors compleet and named take 'Interiors.rar' (If you have other ipls to convert PM me)
-
Can someone help? Wait till it can load the right map for your memory.
-
Added MTA:mA map files URL: http://talidan.littlewhitey.net/mtama/maps.rar
-
I created a tree less SA map but it's only 8930 objects, and MAP Editor doesn't like it (It IS within the limits, 8930 objects divided over a 6000x6000 units field, with a maximum of 250 objects per 600x600 units field, i get 89.3 objects per 600x600 units field.)
-
on *:SIGNAL:mta.command: { if ($3 == !f) { mta.freeze $! $2 } if ($3 == !u) { mta.unfreeze $! $2 } }
-
Do these combinations while mIRC focused: ALT+R ALT+R CTRL+L
-
Use $mta.level(Server,ID) if a player hasn't logged in his/her's level is 0
-
CRC-ing 750MB files R PHUN!!!
-
try also sneding voting request, so we can bant spam-voters
-
MTA:mA v4.11 Added: $mta.time(Server,ID) returns number of $ticks a plyer has raced $mta.idle(Server,ID) returns number of $ticks a player hasn't TYPED anything $mta.getid(Server,Wildcard) returns first matching ID on *:SIGNAL:mta.endrace: {} When a 1 player survives a map.
-
admins can't read invalid private msg such as to player 'login' and admins can't msg back
-
Ah, too bad, I gotta start with deleting my stuff then. Aeron would know lol - he had to investigate this all when he created Break Heh. Well, I've fixed it all now, but there's still a fence missing sometimes! And it's only 210 objects now. Hmm, are the checkpoints and similar counted in the same row as the objects? Checkpoints are a objects, but only 2 are displayed when racing so 248 objects should really be the max. (P.S. Qoute piramid!)
-
State of objects aren't syced so maps such as Break, Destruction Derby will always be unsynced.
-
1) mta.getid <== possible 2) mta.ping <== can't 3) mta.health (.vehicle) <== can't 4) mta.vehicle (.name/.health) <== can't 5) mta.idle <== possible 6) mta.status <== use $mta.dead $mta.muted $mta.frozen 7) mta.time($1,$2) <== possible mta.msg <== can't 9) mta.speed <== can't I got a big mofo school project going on this week, next update saturday i think.
-
..:: URLS ::.. Download: http://home.deds.nl/~aeron/mtama/4.0/ Map files: http://talidan.littlewhitey.net/mtama/maps.rar Problems in: http://forum.mtavc.com/viewtopic.php?t=6081 Suggestions in: http://forum.mtavc.com/viewtopic.php?t=7939 Announcements: http://forum.mtavc.com/viewtopic.php?t=8784 Mass mover (To move a complete map over +/-X +/-Y +/-Z): http://home.deds.nl/~aeron/maps/mmove.exe Interior map packages: http://home.deds.nl/~aeron/maps/ ..:: Scripts ::.. Map stats script v1.1: http://home.deds.nl/~aeron/scripts/4.0/mta.stats2.mrc With '!a' you can see which maps are most played maps. ..:: Comments ::.. My o-so-greatness posts here.
-
the limit is 250 objects per 600x600 units square.
-
Notepad edit the map and copy paste the checkpoints to get checkpoints at the excat same point(s)
-
Let's say pedestrian AND object infomation is about 30 bytes (8 bits), and let's say between a radius of 50 units of a player you got 40 pedestrians walking around AND about 10 DYNAMIC objects interfering with the pedestrians, to get perfect syncing you need to refresh each object about 20 times per seconds, with 32 players this would be the server bandwith of the server in bps 30*8*(40+10)*20*32 = 7680000 bps = 7680 kbps. = 7,680 mbps I dont think 56k-ers will be happy with it...
-
on *:SIGNAL:mta.startrace: { if ($3 == 0) { var %a = $calc($readini($scriptdir $+ mta.stats.ini,n,$mta.races($1,$2),times) + 1),%b = $calc($readini($scriptdir $+ mta.stats.ini,n,ALL,times) + 1) !writeini -n $+(",$scriptdir,mta.stats.ini,") ALL times %b !writeini -n $+(",$scriptdir,mta.stats.ini,") $+(",$mta.races($1,$2),") times %a mta.text $1 Map: $mta.races($1,$2) Played: $+(%a,/,%b) times ( $+ $round($calc(100 / %b * %a),2) $+ % $+ ) } } on *:SIGNAL:mta.command: { if (!a == $3) { var %a = 2,%b,%c,%1,%2,%3,%4,%5 while (%a <= $ini($scriptdir $+ mta.stats.ini,0)) { %b = $ini($scriptdir $+ mta.stats.ini,%a) if ($readini($scriptdir $+ mta.stats.ini,n,%b,times) > $calc($readini($scriptdir $+ mta.stats.ini,n,%1,times))) { %c = %1 %1 = %b %b = %c } if ($readini($scriptdir $+ mta.stats.ini,n,%b,times) > $calc($readini($scriptdir $+ mta.stats.ini,n,%2,times))) { %c = %2 %2 = %b %b = %c } if ($readini($scriptdir $+ mta.stats.ini,n,%b,times) > $calc($readini($scriptdir $+ mta.stats.ini,n,%3,times))) { %c = %3 %3 = %b %b = %c } if ($readini($scriptdir $+ mta.stats.ini,n,%b,times) > $calc($readini($scriptdir $+ mta.stats.ini,n,%4,times))) { %c = %4 %4 = %b %b = %c } if ($readini($scriptdir $+ mta.stats.ini,n,%b,times) > $calc($readini($scriptdir $+ mta.stats.ini,n,%5,times))) { %c = %5 %5 = %b %b = %c } !inc %a } %a = $readini($scriptdir $+ mta.stats.ini,n,ALL,times) mta.text $1 Most popular maps: %1 ( $+ $round($calc(100 / %a * $readini($scriptdir $+ mta.stats.ini,n,%1,times) ),2) $+ % $+ ), %2 ( $+ $round($calc(100 / %a * $readini($scriptdir $+ mta.stats.ini,n,%2,times) ),2) $+ % $+ ), %3 ( $+ $round($calc(100 / %a * $readini($scriptdir $+ mta.stats.ini,n,%3,times) ),2) $+ % $+ ), %4 ( $+ $round($calc(100 / %a * $readini($scriptdir $+ mta.stats.ini,n,%4,times) ),2) $+ % $+ ), %5 ( $+ $round($calc(100 / %a * $readini($scriptdir $+ mta.stats.ini,n,%5,times) ),2) $+ % $+ ) } } Will show :> PS. You find 32 spawnpoints Break here: http://home.deds.nl/~aeron/maps/Aeron's ... -01-06.rar