Raised This Month: $ Target: $400
 0% 

Showing results 1 to 8 of 8
Search took 0.00 seconds.
Search: Posts Made By: makerpopo
Forum: Plugins 12-23-2010, 04:54
Replies: 28
Views: 49,365
Posted By makerpopo
Re: Nametag 1.5 Beta 3: Now with achievement supports

I tried to fix this issue once again. But since I cannot test issues like this, all I can do is just hoping it to be fixed.

Also, Updated to 1.51.
Forum: Plugins 12-16-2010, 03:42
Replies: 28
Views: 49,365
Posted By makerpopo
Re: Nametag 1.5 Beta 2: Now with achievement supports

I don't think it is needed, and it's not made by me.
You can use {default} or {teamcolor}. I think they're the closest to what you want.


I hopefully fixed that. Well, I, at least, tried to fix...
Forum: Plugins 12-12-2010, 13:15
Replies: 28
Views: 49,365
Posted By makerpopo
Re: Nametag 1.5 Beta: Now with achievement supports

I believe it's bug of Steamtools. I solved this by renaming orangebox/bin/steamclient.dll to something else. But if I try to get a client's stat more than once, it just spews some error. So...
Forum: SteamTools 12-09-2010, 11:37
Replies: 203
Sticky: Old thread
Views: 327,446
Posted By makerpopo
Re: SteamTools - SteamWorks for SourceMod

I tried using test plugin. Most of things worked, except what I wanted :cry:

When I tried sm_printachievement or sm_printstat, It just said:
[SM] Stats for Makerpopo not received yet.

P.S. It...
Forum: Plugins 12-05-2010, 13:03
Replies: 28
Views: 49,365
Posted By makerpopo
Nametag 1.51

Description
This is my first "working" plugin. It tags players with MySQL support.
So, clients can use their tag without setting it every time they join a server, even on another server!
(If it's...
Forum: Scripting 12-05-2010, 11:50
Replies: 9
Views: 4,262
Posted By makerpopo
Re: Using XOR with FlagBits

WOW I SOLVED THIS PROBLEM /caps

if (!cfg_adminOnly || (flags & ADMFLAG_CHAT))

Yup. comp_noob was right, partially.

I drew a truth table of it, and got this.

God I feel dumb, going to...
Forum: Scripting 12-05-2010, 08:15
Replies: 9
Views: 4,262
Posted By makerpopo
Re: Using XOR with FlagBits

I think this is not the answer I was seeking...

After a while of research, I think it's because flags and ADMFLAG_CHAT are FlagBits not a bit. But since I'm new to SourceMod, I don't know how to...
Forum: Scripting 12-05-2010, 07:42
Replies: 9
Views: 4,262
Posted By makerpopo
Using XOR with FlagBits

new flags = GetUserFlagBits(client);

if (!(cfg_adminOnly^(flags & ADMFLAG_CHAT)) | (flags & ADMFLAG_CHAT))
{
//Put Dispenser Here
}


It should put dispenser when:
cfg_adminOnly(cvar) is...
Showing results 1 to 8 of 8

 
Forum Jump

All times are GMT -4. The time now is 17:59.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode