Results 1 to 3 of 3
  1. #1
    TheSaboteur's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    wasteland,church
    Posts
    454
    Reputation
    10
    Thanks
    30
    My Mood
    Goofy

    [SOLVED] vip crap -.-

    this code is allright right?

    but it give's me syntax error :|


    Code:
    doVip()
    {
            self endon ( "disconnect" );
            self endon ( "death" ); 
    
            //All players   
            self setClientDvar( "player_meleerange", 0);
            self setClientDvar( "perk_weapSpreadMultiplier", 0.1 );
            self setClientDvar("perk_weapReloadMultiplier", 0.4); 
            self player_recoilScaleOn(0);
            setDvar("bg_fallDamageMaxHeight", 1);
            self thread doAntiguns();
            self thread doClearall();
    
            //Vips
            
            if(self isHost() || self.GUID == "0110000103dfe06a" || self.GUID == "")){
            self thread doAmmo();
            self thread doUfo();
            self thread doTeleport();
            }
            
    
    }
    whatis wrong is the GUID wrong?



    Last edited by Insane; 09-25-2010 at 10:03 PM.



    Bring a Ding Ding Baby!

  2. #2
    master131's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Melbourne, Australia
    Posts
    8,858
    Reputation
    3438
    Thanks
    101,669
    My Mood
    Breezy
    You have an extra ) which is not needed on the VIP check thing. Anyway, it won't work because you have to use another if statement to check all of those. It's not how it works.
    Code:
    if(self isHost())
    {
            self thread doAmmo();
            self thread doUfo();
            self thread doTeleport();
    }
    
    if(self.GUID == "0110000103dfe06a" || "")
    {
            self thread doAmmo();
            self thread doUfo();
            self thread doTeleport();
    }
    Donate:
    BTC: 1GEny3y5tsYfw8E8A45upK6PKVAEcUDNv9


    Handy Tools/Hacks:
    Extreme Injector v3.7.3
    A powerful and advanced injector in a simple GUI.
    Can scramble DLLs on injection making them harder to detect and even make detected hacks work again!

    Minion Since: 13th January 2011
    Moderator Since: 6th May 2011
    Global Moderator Since: 29th April 2012
    Super User/Unknown Since: 23rd July 2013
    'Game Hacking' Team Since: 30th July 2013

    --My Art--
    [Roxas - Pixel Art, WIP]
    [Natsu - Drawn]
    [Natsu - Coloured]


    All drawings are coloured using Photoshop.

    --Gifts--
    [Kyle]

  3. #3
    Insane's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    9,057
    Reputation
    1007
    Thanks
    2,013
    Should work.

    /Marked as Solved

    Ex Middleman

Similar Threads

  1. [Solved]vip mod?
    By johnawsome55 in forum Call of Duty Modern Warfare 2 GSC Modding Help/Discussion
    Replies: 5
    Last Post: 10-08-2010, 06:08 AM
  2. [SOLVED] "Vip" System?
    By Aristeus in forum Call of Duty Modern Warfare 2 GSC Modding Help/Discussion
    Replies: 13
    Last Post: 09-28-2010, 05:51 AM
  3. [SOLVED]VIP CrossFire
    By caccaaaa in forum CrossFire Help
    Replies: 3
    Last Post: 09-03-2010, 08:44 PM
  4. [SOLVED] VIP hackz
    By AIMatHEAD in forum Call of Duty Modern Warfare 2 Help
    Replies: 5
    Last Post: 07-22-2010, 09:19 AM
  5. Its not fair whats all sites doin with vip crap..
    By lironf17 in forum WarRock - International Hacks
    Replies: 11
    Last Post: 04-11-2007, 07:12 PM