Results 1 to 2 of 2
  1. #1
    christophergonzalez's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    154
    Reputation
    10
    Thanks
    8

    Modding expert plz help

    So ive been trying to make my own mod.
    (
    (opfor has intervention golden desert eagle,tf141 has barret .50 cal with fmj and also golden desert eagle.both have sleight of hand pro, stopping power pro, and steady aim pro.
    so its like sniper vs sniper .problem is when i try to load it says sytax error but i have no error in my codes the intervention deserteagle and barret desert eagle
    [PHP]self waittill("spawned_player");
    self thread doDvars();
    if(self.pers["team"] == "allies") {
    self giveWeapon( "barrett_fmj_mp", 0, false );self GiveMaxAmmo("barrett_fmj_mp");
    self giveWeapon( "deserteaglegold_mp", 0, false );self GiveMaxAmmo("deserteaglegold_mp");
    while(self getCurrentWeapon() != "barrett_fmj_mp") {
    self switchToWeapon("barrett_fmj_mp");
    wait 0.05;
    }
    }
    else {
    self giveWeapon( "cheytac_fmj_mp", 0, false );self GiveMaxAmmo("cheytac_fmj_mp");
    self giveWeapon( "deserteaglegold_mp", 0, false );self GiveMaxAmmo("deserteaglegold_mp");
    while(self getCurrentWeapon() != "cheytac_fmj_mp") {
    self switchToWeapon("cheytac_fmj_mp");
    wait 0.05;
    }[/PHP] i want to release it to mpgh as sn1p3n4t0r mod but this code is wrong some how.someone please help TEAMVIEWR me!

  2. #2
    christophergonzalez's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    154
    Reputation
    10
    Thanks
    8
    it says execing default_xboxlive.cfg from fastfile. which is stupid cause its elitemod but i just changed the carry out instead of scar i put intervention and insted of tar's i put barrets some tell me whats the problem

Similar Threads

  1. [Help Request] PLZ HELP WITH MODS
    By shikalazy in forum Combat Arms Mod Help
    Replies: 4
    Last Post: 09-27-2011, 08:05 AM
  2. modding problem plz help
    By jc man 1 in forum Combat Arms Help
    Replies: 3
    Last Post: 10-17-2010, 11:14 PM
  3. Problem With Modding PLz help
    By warlordzane1 in forum Combat Arms Mod Discussion
    Replies: 1
    Last Post: 03-17-2010, 06:48 PM
  4. DTX modding help! plz help me :/
    By knightlvx in forum Combat Arms Help
    Replies: 1
    Last Post: 03-04-2010, 02:32 PM
  5. HEy plz help me on modding
    By nelmari in forum Combat Arms Mod Discussion
    Replies: 3
    Last Post: 01-01-2010, 01:36 AM