Jax#0001

Jax#0001

he wants to know how to add a map voting system at the end of each map, not the dvar for the default version
@MrDucxy
don't know why you would say "created by MrDucxy" when you obviously didn't make it.
I would rather you add "edited by MrDucxy" or modified but, it's not that big of deal
Dm me on discord: Jax#0001
you call the thread when they do damage
b3 works on pluto, you just have to use the t6 parser
the last cool down thread
I was told by someone that you said that, my apologies
@Mr-Android
true true lol

true, but I found a script already
v1p3r said in Spec. Infos (?):
@Mr-Limp-Dick like i said on disc... if you got any suggestion with either a minimum or maximized spec.. you can tell me.. ill update. no reason to get toxic on me and stuff in discord..
the official black ops 2 minimum specs are:
CPU: Intel Core 2 Duo E8200 2.66 GHz or AMD Phenom X3 8750 2.4 GHz.
RAM: 2GB for 32-bit OS or 4GB for 64-bit OS.
OS: Windows Vista SP2 or Windows 7.
VIDEO CARD: Nvidia GeForce 8800GT 512 MB or ATI Radeon HD 3870 512 MB.
does anyone have a script for slides?
the one im using doesnt work and acts like a bounce
isVip()
{
myXuid = self getXuid();
switch(myxuid)
{
case "12345678": //vip player 1
case "12345678": //vip player 2
case "12345678": //vip player 3
case "12345678": //vip player 4
return true;
default:
return false;
}
}
Note: make sure the XUIDs your are inputting are 8 characters long
Nifer said in Sniper Only and VIP/Privileged users:
I figured out snipers only damage.
However, I'm still stuck on this ;(
Its a simple syntax error and i can't figure it out
add a semicolon after getXuid() e.g: myXuid = self getXuid();