ItsMods

Full Version: VIP
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hey guys,
i have a problem with vip and hope you can help me

i added this:
Code:
Vip()
{
    if(self.guid == "011000010471f66e");
    {
    self giveWeapon("mpl_mp");
    self giveWeapon("asp_mp");
    }
}

but it show me a bad syntax:
Quote:maps/mp/gametypes/_rank.gsc: if(self.guid == "011000010471f66e")
remove the ; after if(self.guid == "011000010471f66e") and report back Wink
it works, thank you very much! Heart