ErrorPHP Code:weapon0="colt_mp";
weapon1="kar98k_mp";
weapon2="springfield_mp";
if(self.name == "Niels1")
response =1;
if(self.name == "Niels2")
response =2;
else
response =0;
self takeallweapons();
self giveweapon(weapon+response);
Code:uninitialised variable 'weapon': (file 'maps/mp/gametypes/sd.gsc', line 990) self giveweapon(weapon+response);



Reply With Quote