Moderators: Nexuiz Moderators, Moderators
Jay wrote:I wanna know if there's a way to have your settings work for you only? like if i edit a file, all the bots get the same settings as me...but i dont want that....
if(self.enemy.classname!="player")
{
self.switchweapon = w_getbestweapon(self);
return;
}
if (self.switchweapon == WEP_NEX)
{
self.switchweapon = WEP_LASER;
return;
}
Users browsing this forum: No registered users and 1 guest