Originally posted by sharky1
Ghost1990,
Cheers, but having further issues....
Having saved after making little changes to patch_mp, ( like co-hosts,colours) , I have also tryed to take out actionslot 4 in derek trotters stealthbinds ( teleport everyone to crosshairs) from derektrotter's edited mossy v8 edit 16. I then converted back from Xbox to PS3 using BucNs Converter..... Still getting Syntax/Compile errors.. Anychance of looking at my patch_mp to see where I went wrong??? I'm sure I have gone through it bit by bit and I can't see a problem:confused:
You must login or register to view this content.
Help grealtly appreciated as I am learning coding but get wound up when I can't see whats wrong!!! Also could you let me know where I went wrong and why??
Sorry it took so long for me to have a look at your patch but I was finally able to look it over and got it running, I've PM'd you links to the completed PS3 & XBOX patches that I got to work, where I found problems was
1) in _missions.gsc line 93 you forgot a ending }
2) in DEREKTROTTERv8.gsc line 607
you had
self thread tgAim();self thread tgDemi();self thread tgHide();self thread tgTele();self thread tgWall();self thread MoveToCrosshair();}
had to remove the self thread MoveToCrosshair(); since you took that function out. hope this helps.