PHP Code:
adrenalinepoints = CreateConVar("points_price_adrenaline","15","How many points a shot costs.",CVAR_FLAGS, true, -1.0);
defibpoints = CreateConVar("points_price_defib","40","How many points a defib costs.",CVAR_FLAGS, true, -1.0);
spasshotpoints = CreateConVar("points_price_spasshot","35","How many points a Spas Shotgun costs.",CVAR_FLAGS, true, -1.0);
chromeshotpoints = CreateConVar("points_price_chromeshot","35","How many points a chrome shotgun costs.",CVAR_FLAGS, true, -1.0);
magnumpoints = CreateConVar("points_price_magnum","15","How many points a Magnum costs.",CVAR_FLAGS, true, -1.0);
ak47points = CreateConVar("points_price_ak47","35","How many points an AK47 costs.",CVAR_FLAGS, true, -1.0);
desertpoints = CreateConVar("points_price_desert","35","How many points a desert rifle costs.",CVAR_FLAGS, true, -1.0);
sg552points = CreateConVar("points_price_sg552","35","How many points a SG552 rifle costs.",CVAR_FLAGS, true, -1.0);
silencedsmgpoints = CreateConVar("points_price_silencedsmg","15","How many points a Silenced SMG costs.",CVAR_FLAGS, true, -1.0);
mp5points = CreateConVar("points_price_mp5","35","How many points a MP5 SMG costs.",CVAR_FLAGS, true, -1.0);
awppoints = CreateConVar("points_price_awp","40","How many points an AWP sniper rifle costs.",CVAR_FLAGS, true, -1.0);
militarypoints = CreateConVar("points_price_military","40","How many points a military sniper rifle costs.",CVAR_FLAGS, true, -1.0);
scoutpoints = CreateConVar("points_price_scout","40","How many points a scout sniper rifle costs.",CVAR_FLAGS, true, -1.0);
grenadepoints = CreateConVar("points_price_grenade","50","How many points a grenade launcher costs.",CVAR_FLAGS, true, -1.0);
fireworkpoints = CreateConVar("points_price_firework","20","How many points a fireworks crate costs.",CVAR_FLAGS, true, -1.0);
gascanpoints = CreateConVar("points_price_gascan","5","How many points a gascan costs.",CVAR_FLAGS, true, -1.0);
oxygenpoints = CreateConVar("points_price_oxygen","5","How many points an oxygen tank costs.",CVAR_FLAGS, true, -1.0);
propanepoints = CreateConVar("points_price_propane","5","How many points a propane tank costs.",CVAR_FLAGS, true, -1.0);
explosivepoints = CreateConVar("points_price_explosive","10","How many points the explosive bullets upgade costs.",CVAR_FLAGS, true, -1.0);
It solved it though time was spent by the thing changed to the content of the over description.