Ulysses

General => Developers Corner => Topic started by: jvicu_2001 on December 12, 2014, 08:05:16 AM

Title: Block Addons (Pills) for normal users
Post by: jvicu_2001 on December 12, 2014, 08:05:16 AM
Can I block Pills for normal users? How?
Title: Re: Block Addons (Pills) for normal users
Post by: Avoid on December 12, 2014, 08:41:39 AM
Hello,
this is not the proper sub-forum, it should go into off-topic/developer discussion, in my opinion.

Anyways, you could do a simple if statement that checks if the player is admin that uses the pill, if not return. :)
Code: [Select]
if !ply:IsAdmin() then return end

But I do now know anything about the pills addon, unfortunatley.
Avoid
Title: Re: Block Addons (Pills) for normal users
Post by: jvicu_2001 on December 12, 2014, 08:55:35 AM
I'm new in this, how can i use this in a non-dedicated server?