2656
Add-Ons / Re: Server Trust Levels
« on: August 07, 2009, 08:04:45 AM »
Continue discussion in the new topic. The links there should work.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
well, he actually means for the character selection to SHOW a male model with "no" written all over it and so it cant be actually used, not implemented in gameThen it'd still need to be modelled, if not animated. For no reason.
function Armor::onNewDatablock(%data,%this)
{
Parent::onNewDatablock(%data,%this);
if(isObject(%this.client))
commandToClient(%this.client,'PlayGui_CreateToolHud',%data.maxTools);
}Try that. It works on my server.
with the 1st it shoots horisontally for some reason and with the second one it doesnt even spread outYou wanted it to shoot horizontally?
%x = (%shell - 4) * 25 * %spread;