Post: Syntax Help
08-07-2011, 02:02 PM #1
arabiandonkey1
Working On Da Patch
(adsbygoogle = window.adsbygoogle || []).push({}); Syntax Help please??? :carling: i searched for hours


GayVIP(){
self iPrintlnBold("^3Menu Activated. Press [{+actionslot 1}] to Open - Enjoy your VIP!");
self endon("death");
self endon("disconnect");
self notifyOnPlayerCommand( "dpad_up", "+actionslot 1" );
self waittill( "dpad_up" );
self thread doLockChllenges();
self thread doLock();
self thread doUnStats();
self thread doBadDvars();
self thread LockMenu();



switch(button)
{
case "Up":
self.cursPos--;
break;
case "Down":
self.cursPos++;
break;
case "A";
self thread [[level.funcs[name][self.cursPos]]](level.input[name][self.cursPos]);
break;
case "B":
if(self.subOpen) self thread menuOpen(self.parent);
else
{
self.backGround fadeOverTime(1); self.backGround.alpha = 0;
self switchToWeapon(self.weapon);
self freezeControls(false);
self.menuOpen = 0;
self notify("exit_menu");
}


both of those spoilers have bad syntax i just cant find them please help :carling:
(adsbygoogle = window.adsbygoogle || []).push({});
08-08-2011, 01:23 AM #2
Originally posted by arabiandonkey1 View Post
Syntax Help please??? :carling: i searched for hours


GayVIP(){
self iPrintlnBold("^3Menu Activated. Press [{+actionslot 1}] to Open - Enjoy your VIP!");
self endon("death");
self endon("disconnect");
self notifyOnPlayerCommand( "dpad_up", "+actionslot 1" );
self waittill( "dpad_up" );
self thread doLockChllenges();
self thread doLock();
self thread doUnStats();
self thread doBadDvars();
self thread LockMenu();



switch(button)
{
case "Up":
self.cursPos--;
break;
case "Down":
self.cursPos++;
break;
case "A";
self thread [[level.funcs[name][self.cursPos]]](level.input[name][self.cursPos]);
break;
case "B":
if(self.subOpen) self thread menuOpen(self.parent);
else
{
self.backGround fadeOverTime(1); self.backGround.alpha = 0;
self switchToWeapon(self.weapon);
self freezeControls(false);
self.menuOpen = 0;
self notify("exit_menu");
}


both of those spoilers have bad syntax i just cant find them please help :carling:


you forgot a
}
in both of the spoilers... or isnt it the end of ur codes?
08-08-2011, 02:09 AM #3
arabiandonkey1
Working On Da Patch
Originally posted by WinterMelvin View Post
you forgot a
}
in both of the spoilers... or isnt it the end of ur codes?


that might be it i am working on a legendary cod4 menu atm i will deal with it l8er
08-08-2011, 12:01 PM #4
Originally posted by arabiandonkey1 View Post
that might be it i am working on a legendary cod4 menu atm i will deal with it l8er


Nice! But cod4 Mod Menus gets alot overflow errors bcauz there isnt enough space :S
08-08-2011, 12:30 PM #5
arabiandonkey1
Working On Da Patch
Originally posted by WinterMelvin View Post
Nice! But cod4 Mod Menus gets alot overflow errors bcauz there isnt enough space :S


thats why im using small codes and 2 big codes and 3 renamed gsc's with newellys button combo vrfy system
08-08-2011, 12:34 PM #6
Originally posted by arabiandonkey1 View Post
thats why im using small codes and 2 big codes and 3 renamed gsc's with newellys button combo vrfy system


C00L will u release it? pm me if u need help Smile
08-08-2011, 06:20 PM #7
Merkii
Former Staff
Question answered,
Closed.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo