Raised This Month: $51 Target: $400
 12% 

Showing results 1 to 4 of 4
Search took 0.00 seconds.
Search: Posts Made By: Seta00
Forum: Snippets and Tutorials 12-15-2010, 15:47
Replies: 416
Views: 540,984
Posted By Seta00
Re: [INC] Colors (1.0.5)

What about Valve purple?
Forum: Snippets and Tutorials 08-17-2010, 07:28
Replies: 416
Views: 540,984
Posted By Seta00
Re: [INC] Colors (1.0.4)

#include <sourcemod>
#include <colors>

public Plugin:myinfo = {
name = "Test Plugin",
author = "Seta00",
description = "",
version = "1.0",
url = ""
}
Forum: Snippets and Tutorials 08-16-2010, 17:01
Replies: 416
Views: 540,984
Posted By Seta00
Re: [INC] Colors (1.0.4)

Strange, works perfectly for me... (In CS:S)
Forum: Snippets and Tutorials 08-15-2010, 12:46
Replies: 416
Views: 540,984
Posted By Seta00
Re: [INC] Colors (1.0.4)

stock CReplyToCommand(client, String:szMessage[], any:...) {
decl String:szFormatted[MAX_MESSAGE_LENGTH];
VFormat(szFormatted, sizeof szFormatted, szMessage, 3);
CFormat(szFormatted, sizeof...
Showing results 1 to 4 of 4

 
Forum Jump

All times are GMT -4. The time now is 18:12.


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