proracer
Members-
Posts
499 -
Joined
-
Last visited
Everything posted by proracer
-
I got problem.Error...i saw in some topics this error but not many good answers to this question.So i started making map and made 32 spawns,some objects...and LOADED race definition gamemode.When i click on Test map i spawn as CJ somewhere in Grove Street and it says Error loading editor_test(something like that). It loads some map like degeneration of x,monster blastaround etc...I have latest MTA (1.0.1) latest resources(im not really sure but yeah i think so).So how can i deal with it?? Plz help Edit: If i start "none" gamemode like freeroam i spawn correctly...Oh god this is so weird.Plz help guys? Anyone..?!
-
OK.This is the problem...When im making nice map(alot objects etc..)and i make it few days.I come example next day...open my map editor and see that example few loop missing objects...Road missing objects etc...Is it object limiter or..? And what rules are for object limiter?Is that my problem? If its needed i can send you some photos.
-
OK.I added you on MSN.OK Thx about that i'll check it later.But you still didn't answered why some admin commands won't work Problem: "Quote:GeForce" Wtf is wrong with mIRC ? Read my previuos posts.
-
If i mean right you want to make road higher and higher.It isn't easy so you have to do that often to remember that.So first place normal road with example 18450 id.Than press F3 than go to New Rotation than if u want that road go higher type example 0.0 0.3(this is the height,type what you need)0.0(this is different,this is for left-right rotations).I can't really understand about that car question but i think you can place new spawn.Maybe i ain't sure how.Easier way is just to example put Infernus on different side than other spawnpoints and there make vehicle-change vehicle pickup and transfer it to what ever you like.But i know you can make without that becuase you sure saw it on Kam maps(1 player plane others slow cars or..etc,you're trying to smash those cars and they're standing on wood or whatever object).
-
OK look.I made some little commands if you wanna see if im correct.I'll copy the beggining..thats mta.command than on very end of script i put alias.Ok Check this out. on *:SIGNAL:mta.command: { var %a = $iif((!$4),$2,$iif(($prs.getid($1,$4) == $null),$2,$v1)),%race = $replace($mta.race($1),$chr(32),$chr(45)) if ($3 == !name) mta.text $1 Map Name: $mta.race($1) elseif ($3 == !stuck) stuck $1- elseif ($3 == !hi) hi $1- elseif ($3 == !addpoints) addpoints $1- elseif ($3 == !addcash) addcash $1- } alias stuck { elseif ($4 == $null ) mta.pm $1 $2 Error: Please specify a name, !stuck <name> else mta.text $1 You're stuck $mta.nick($1,%a),please do /kill. } alias hi { elseif ($4 == $null ) mta.pm $1 $2 Error: Please specify a name, !hi <name> else mta.text $1 Hi,$mta.nick($1,%a)! } alias addpoints { if ($prs.level($1,$2) >=4) { if ($4 == $null ) mta.pm $1 $2 Error: Please specify a name and ammount, !addpoints <name> <ammount> else { mta.text $1 $mta.nick($1,$2) gave $mta.nick($1,%a) >=0 { !hadd prsrank $mta.nick($1,$2) $calc($prs.points($1,$2) + >=0 } } } alias addcash { if ($3 == !addcash) { if ($prs.level($1,$2) >=4) { if ($4 == $null ) mta.pm $1 $2 Error: Please specify a name and ammount, !addcash <name> <ammount> else { mta.text $1 $mta.nick($1,$2) gave $mta.nick($1,%a) >=0 { pgs.add $mta.nick($1,$2) + >=0 } } } I started after !name command and finished on end of script.I started with command "!stuck" and made aliases for every command.Please tell if i done correct?
-
if (($prs.clantag($1) isin %a) mta.pm $1 $2 IP Mismatch, Login To Save New IP Here it is.Please help me =] But i think maybe it's mIRC problem cuz sometimes i couldn't get it right.It said $did line error etc...but i can now.And i ain't sure if script is different.I have original copy of your's for sure.Becuase i keep it somewhere and modified version in mIRC.When some problem comes or whatever i just copy my original one.
-
* /if : invalid format (line 1007, MTA-PRS1.3.mrc What that means?It sometimes gives me that error in mIRC chat window or whatever.And when i type not !if etc... i type !elseif etc...that its correct but that it says * /dialog : invalid format dont know what line.. Btw.Ye...maybe i don't understand too well.But can i fix error without adding some alias?
-
Hi again.I have a problem.So...i want to some modifications on PRS 1.3 .I added !voteredo example.And like !brb Reason: eating.But always when i do something my self or i add in script,script will go crazy.Like i type !remcom example won't work neither !setmode and maybe other commands too.But when i copy and paste orginal one its ok.Whats the problem when i add something? Becuase i wanna add something new in script(modifications...)How to get rid of the problem? Plz help Scooby or someone else
-
That is not script for PRS1.3 because it turns that level 7 admin or higher and PRS1.3 have only to level 5.Anyway thx.And i didn't know you can use /me in script.Is it possible to do in PRS1.3 script?
-
I have 1 problem.So..always when i start mIRC it should auto-load MTAmA and PRS1.3script but unfornunately i installed DM in Race folder so some infos got lost becuase i had to uninstall DM and install Race again.And when i start mIRC i press ALT+R and go on remote load MTAmA it gives me grey screen in the middle and only options General,Server etc...but when i click something it gives error: "Invalid Parameters: $did (line 609,mta_mrc.txt) and also gives error: "Invalid Paramaters: $md5 (line 1060,mta.mrc)...What is wrong? Any ideas?
-
No this will not work i am sorry (My previous one even don't work) Addcash if ($3 == !addcash) { if ($prs.level($1,$2) >= 4) { if ($4 == $null ) mta.pm $1 $2 Error: Please specify a name and ammount, !addcash <name> <ammount> else { mta.text $1 $mta.nick($1,$2) gave $mta.nick($1,%a) $5 pgs.add $mta.nick($1,$2) $5 } } } Addpoints if ($3 == !addpoints) { if ($prs.level($1,$2) >=4) { if ($4 == $null ) mta.pm $1 $2 Error: Please specify a name and ammount, !addpoints <name> <ammount> else { mta.text $1 $mta.nick($1,$2) gave $mta.nick($1,%a) $5 !hadd prsrank $mta.nick($1,$2) $calc($prs.points($1,$2) + $5) } } } Ok.Thanks.Not much changed.But i don't know what means that change $5 parameter? Didn't seen it.Ok thx anyway.
-
I have 1 problem.So..always when i start mIRC it should auto-load MTAmA and PRS1.3script but unfornunately i installed DM in Race folder so some infos got lost becuase i had to uninstall DM and install Race again.And when i start mIRC i press ALT+R and go on remote load MTAmA it gives me grey screen in the middle and only options General,Server etc...but when i click something it gives error: "Invalid Parameters: $did (line 609,mta_mrc.txt) and also gives error: "Invalid Paramaters: $md5 (line 1060,mta.mrc)...What is wrong? Any ideas?
-
.Ok man.But when i start mta-dm and lick map editor it says"Map Editor resource is not installed." WTF!? What to do? I have newest version of DM.V1.0 dp2.3 or whatever lol.
-
But i play MTASA:Race not DM 1. It's no longer called DM 2. 1.0 is much better, you should try it out, just so you know you can play the race game-mode in 1.0 too. I know that i can.But SA:Race is much better to me.I don't like DM.And OK,i will check 1.0 editor out.
-
I added this command too.I hope its working. if ($3 == !addcash) { if ($prs.level($1,$2) >=4) { if ($4 == $null ) mta.pm $1 $2 Error: Please specify a name and ammount, !addcash <name> <ammount> else { mta.text $1 $mta.nick($1,$2) gave $mta.nick($1,%a) >=0 { pgs.add $mta.nick($1,$2) + >=0 } } }
-
Thx to my friend i did that port forward.I will do it step by step. 1.Go to your router default gateway,enter default gateway in adress bar on Google.Example: 192.168.1.1 2.Enter your router site,enter password and/or username. 3.Look for "Port Forwarding". 4.Forward ports: 22003(2 times) and 22126(2 times) 5.Save your modifications.And look your server in browser. That only helped for me.I hope that helps you.You don't need to forward port 44003 becuase that is remote admin port. 22003 = client port , 22003 + 123 = 22126 = ASE Port.
-
I made a little script for this command and you can add some player sum of points.It's only for admin level 4 or higher.I know i made something wrong.If so please help me. if ($3 == !addpoints) { elseif ($4 == $null ) mta.pm $1 $2 Error: Please specify a name and ammount, !addpoints <name> <ammount> mta.text $1 $mta.nick($1,$2) gave $mta.nick($1,%a) >=0 { !hadd prsrank $mta.nick($1,$2) $calc($prs.points($1,$2) + >=0 if ($prs.level($1,$2) >=4 }
-
Ok.Thx anyway.
-
Sorry guys that i have alot of questions.But is it possible to add points to a player if he rewarded to it and that command is only for Admin level 4 or higher?Please can someone make it for me that i study that a bit so that i can learn something.
-
This problem is kinda annoying if alot of people are in your server.Look this log.I don't know if server auot-kicks him or they leave but i know they can't leave in the same moment.LOOK!! [15:37:12] QUIT: UTG//Allegof left the game [15:37:12] QUIT: [sGA]Roman left the game [15:37:12] QUIT: [sD]SPIDER left the game [15:37:12] QUIT: fray left the game [15:37:12] QUIT: Optik|NitroX left the game [15:37:12] QUIT: UTG//Kusha left the game All in the same time...LOL! Please help me guys.
-
Ok.I know i aren't good at scripting.But i made something for example and again won't work. if ($3 == !stuck) { elseif ($4 == $null ) mta.pm $1 $2 Error: Please specify a name, !stuck <name> else mta.text $1 You're stuck $mta.nick($1,%a),please do /kill. } EDIT: Sorry guys i done it ok but...can i make this in server by !addcom script? Like this !stuck but like this in server: !addcom !stuck /me %a(hmm<< if that is there) you are stuck please type /kill.Something like that.But can i use this parameters %a %b...That parameters will tell that certain player that example got stucked..Can you do it by !addcom =? I want that player says example: !stuck pr0 - You're stuck Pr0RaC3R,please type /kill.What i did wrong?
-
Ok.So where can i buy(site..?) that dedicated server? I want that my server be 24/7.Can it come about 40-50$ ?
-
No,I tried that,wont work.Anyhow the problem was when type example !trace scooby , After 10-20 secs it comes error: An error has occured. Maybe host site wont work.Can you tell me some else site?
-
I need help.Just do you have !trace script.Because i don't have any good host site working.Please if you have one working.
