Jump to content

RGGKieran

Member
  • Posts

    4
  • Joined

  • Last visited

Posts posted by RGGKieran

  1. I've been trying to add this third person script on the server and it works great until the battle eye kick restriction.

    I can't figure out how to input this exception into script.txt at the end of line 60

     

     

    The error

    {
    while {(true)} do
    {
    if"
    26.04.2015 00:23:44: morpheus (212.183.103.68:57124) a1e3f73c6390bec8e56a84986d13dc37 - #60 "al") then
    {
    if ((vehicle player) == player) then
    {
    player switchCamera "Internal";
    };
    };
    
    };
    };
    

    I have tried these  inside the script.txt at the end of line 60

    !=player switchCamera "Internal";
    !="al";
    !="Internal";

    however no such luck :(

     

    but still getting kicks.

  2. Darth,

     Looking at your issues atm.  Understand you are on bernholm(sp?)  ?   make sure your coords are all valid for the map.  I ported your theme's mission locations over to my altis map and because some where out of bounds I did get some errors.....

     

    I changed them to all valid altis locs and my errors went away.

     

    I am also not using any missions with the '-' symbol in the mission names.

     

    I am really not too sure if that might be an issue, but atm, these are the only differences I see between what you posted and what I am running on altis in an attempt to duplicate your error.

    Would you be kind enough to share the changes you made for it work properly on the altis map? :D

×
×
  • Create New...