laurent09 Posted March 14, 2015 Report Share Posted March 14, 2015 ok so I must add what? my restriction when I'm at spawn east Link to comment Share on other sites More sharing options...
laurent09 Posted March 14, 2015 Report Share Posted March 14, 2015 i had this in publicvariable.txt " !="\"callcab" = \"cab2\"" " i don't have restriction now. have the " taxi called " menu but when asked nothing is happening , is this normal or you have to wait a while after Démarage server Link to comment Share on other sites More sharing options...
MPG-DarkKnight Posted March 15, 2015 Report Share Posted March 15, 2015 I have an issue now, when I call for the cab. it'll spam the message and also it will shown many time the destination. Link to comment Share on other sites More sharing options...
Liqu1dShadow Posted March 15, 2015 Report Share Posted March 15, 2015 can you change the price? I would want it to be costly to do this so they are penalised for taking a cab Link to comment Share on other sites More sharing options...
Serp Posted March 16, 2015 Report Share Posted March 16, 2015 When I seat at the cab I have kik with "BE: Script Restriction #40 ". In the scripts.log: *........ #40 "able ["cabdest",0]>0} or {gotout}; removeAllActions _cab; deletemarkerLocal _name1; deletemarkerLocal _name2; deletemarkerLocal "* Help Me please (Sry my English) Link to comment Share on other sites More sharing options...
MPG-DarkKnight Posted March 16, 2015 Report Share Posted March 16, 2015 Search it's a great tool my friend Link to comment Share on other sites More sharing options...
mgm Posted March 16, 2015 Report Share Posted March 16, 2015 He has only 1 post. He learned how to post so far. Search training starts at post 10 :) Fog Horn 1 Link to comment Share on other sites More sharing options...
5nine Posted March 16, 2015 Author Report Share Posted March 16, 2015 You need to add the whole line from the log to the txt. Tbh it might be better to avoid function words such as call spawn etc in your vars, makes life a lot easier ;) you are absolutely right, It's changed now. I also updated first post with link to github instead of dropbox. I actually knew this since I had a player named "Callis" who always got kicked when entering a trader safezone on my dayz epoch server =) Link to comment Share on other sites More sharing options...
5nine Posted March 16, 2015 Author Report Share Posted March 16, 2015 When I seat at the cab I have kik with "BE: Script Restriction #40 ". In the scripts.log: *........ #40 "able ["cabdest",0]>0} or {gotout}; removeAllActions _cab; deletemarkerLocal _name1; deletemarkerLocal _name2; deletemarkerLocal "* Help Me please (Sry my English) Search it's a great tool my friend He has only 1 post. He learned how to post so far. Search training starts at post 10 :) It was actually me who screwed up, i forgot to add that exception when I edited the first post. fixed now Link to comment Share on other sites More sharing options...
5nine Posted March 16, 2015 Author Report Share Posted March 16, 2015 can you change the price? I would want it to be costly to do this so they are penalised for taking a cab yes you can! I just added this, check first post for github link and use those files instead. Link to comment Share on other sites More sharing options...
laurent09 Posted March 16, 2015 Report Share Posted March 16, 2015 what is this error it's when i call taxi Link to comment Share on other sites More sharing options...
mgm Posted March 16, 2015 Report Share Posted March 16, 2015 it is "undefined expression" in French. Link to comment Share on other sites More sharing options...
laurent09 Posted March 16, 2015 Report Share Posted March 16, 2015 i know. but why I have this error. Link to comment Share on other sites More sharing options...
mgm Posted March 16, 2015 Report Share Posted March 16, 2015 well, as the error text suggests "a variable has not been defined". system has no clue what to put in its place. it's panicking! normally the way it works is: you define a variable first, then you use it. example: CORRECT USE number = 5 number + 2 = <== this works and gives you 7. WRONG USE number + 2 = <== this gives you that French error. although I have to admit my errors always come up in English,your error is a bit sophisticated speaking foreign languages and all. if you want to fix it: go to the line number mentioned in the error, and a ) either define it by putting some value (of correct type) in its place b ) or add a constraint there (if(!(isnil)value) something like that which will mean execute the next statement only if this variable is not nil (which means it is not non-existant). if you go with option b, you will need to google it & find the exact correct syntax as I am new to scripting too. you know what, easier method of fixing it => just wait. probably 5nine will fix it for you when he comes online. Link to comment Share on other sites More sharing options...
5nine Posted March 16, 2015 Author Report Share Posted March 16, 2015 i know. but why I have this error. the variable "cab1occupied" is defined inside the "NibbleGaming_taxis.pbo" that runs only serverside. please check your rpt log for the line #NibbleGaming Taxis: Published client variables if you cant find it, you did something wrong when compiling your pbo Link to comment Share on other sites More sharing options...
laurent09 Posted March 17, 2015 Report Share Posted March 17, 2015 I do not have that line. I reinstalled the taxi script without change, and I have this error again Link to comment Share on other sites More sharing options...
5nine Posted March 17, 2015 Author Report Share Posted March 17, 2015 What software do you use to compile the pbo? Link to comment Share on other sites More sharing options...
Metalfoundry Posted March 17, 2015 Report Share Posted March 17, 2015 http://www.armaholic.com/page.php?id=16369 Link to comment Share on other sites More sharing options...
laurent09 Posted March 18, 2015 Report Share Posted March 18, 2015 What software do you use to compile the pbo? PBO manager Link to comment Share on other sites More sharing options...
Connorr Posted March 19, 2015 Report Share Posted March 19, 2015 Hmm got kicked for 'PublicVariable Restriction #0' when calling the taxi, any ideas how to solve this as I followed all the steps, unless it is my AH :/ Link to comment Share on other sites More sharing options...
mgm Posted March 19, 2015 Report Share Posted March 19, 2015 Hmm got kicked for 'PublicVariable Restriction #0' when calling the taxi, any ideas how to solve this as I followed all the steps, unless it is my AH :/ BattlEye filter auspices not favorable Link to comment Share on other sites More sharing options...
emmenboy Posted March 21, 2015 Report Share Posted March 21, 2015 Hi all my players gets be kick Epoch Autoban #0.. Link to comment Share on other sites More sharing options...
5nine Posted March 21, 2015 Author Report Share Posted March 21, 2015 Hi all my players gets be kick Epoch Autoban #0.. hmm, thats weird since i clearly stated in the first post that this is NOT epoch AH compatible mgm 1 Link to comment Share on other sites More sharing options...
Jops Posted March 22, 2015 Report Share Posted March 22, 2015 I have a question about the mission.sqm. I can unrap it into a cpp file so I can edit it, but how do I get it back as a .sqm file ... Link to comment Share on other sites More sharing options...
- VJ - Posted March 24, 2015 Report Share Posted March 24, 2015 I have a question about the mission.sqm. I can unrap it into a cpp file so I can edit it, but how do I get it back as a .sqm file ... The best thing to use to decrypt the mission file is Mikero's Tools from https://dev.withsix.com/projects/mikero-pbodll/files The files you need are: DeGgg DePbo ExtractPbo MakePbo If you use these to unpack and pack your mission pbo it will auto decrypt on crypt the mission file. Hope this helps! Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now