[CODE]ITEM.Name = 'Batman Trail'
ITEM.Price = 150
ITEM.Material = 'trails/batman.vmt'
ITEM.AllowedUserGroups = { "vip" } --If your group is not called vip then change it to the current name of you donators group.
function ITEM:OnEquip(ply, modifications)
ply.batmantrail = util.SpriteTrail(ply, 0, modifications.color, false, 15, 1, 4, 0.125, self.Material)
end
function ITEM:OnHolster(ply)
SafeRemoveEntity(ply.batmantrail)
end
function ITEM:Modify(modifications)
PS:ShowColorChooser(self, modifications)
end
function ITEM:OnModify(ply, modifications)
SafeRemoveEntity(ply.batmantrail)
self:OnEquip(ply, modifications)
end[/CODE]
is that wrong? BTW How would you make a trail for pointshop entirely? Mod=https://github.com/MisterSweetRoll/Trails
If you have spare time, please thoroughly tell me how to do it and fix it. thanks. Also, if you can do it, please make it a zip or rar and send it to me or put it on dropbox for public donwload? it would help the world ;z
bump
What is the issue?
Sorry, you need to Log In to post a reply to this thread.