Raised This Month: $ Target: $400
 0% 

Showing results 1 to 25 of 30
Search took 0.00 seconds.
Search: Posts Made By: _COLOURFUL
Forum: Plugins 09-09-2017, 14:32
Replies: 3
Views: 2,397
Posted By _COLOURFUL
Re: [TF2] Lethal Water

I can't understand what you meant :/
xde is ...?
Forum: Plugins 09-08-2017, 09:47
Replies: 3
Views: 2,397
Posted By _COLOURFUL
[TF2] Lethal Water

Lethal Water
Description:

WATER is dangerous.

Console Variables:

sm_wd"" - The damage amount of touching water. Default : "15"
sm_wdt "" - The interval between each damage. Default :...
Forum: Plugins 09-05-2017, 19:40
Replies: 10
Views: 6,282
Posted By _COLOURFUL
Re: [ANY] Simple Learning Bot

My previous plugin only able to respond a given answer.It wouldn't learn anything.More seems like an chat filters + responder.
And this plugin is fully auto learning, record text message send from...
Forum: Plugins 09-05-2017, 11:45
Replies: 10
Views: 6,282
Posted By _COLOURFUL
Re: [ANY] Simple Learning Bot

RIP me :/
btw I just did it because I'm alone and wanna find sth to talk but no frds ;c
And I created this plugin
That is how this plugin was invented.
Forum: Plugins 09-05-2017, 11:23
Replies: 10
Views: 6,282
Posted By _COLOURFUL
Re: [ANY] Simple Learning Bot

Make it loop infinity.
The reason i made this because i want to add a customize array size feature later, will not limited 1000 only.
Forum: Plugins 09-05-2017, 10:57
Replies: 10
Views: 6,282
Posted By _COLOURFUL
Re: [ANY] Simple Learning Bot

I will record a video later :/
Because srsly it is pretty difficult to explain.
Forum: Plugins 09-05-2017, 09:19
Replies: 10
Views: 6,282
Posted By _COLOURFUL
[ANY] Simple Learning Bot

Simple Learning Bot
Explain in easy way: This Bot can learn chat message from texts from players.
Description:

A bot that automatically learning chat messege from texts of players.

Console...
Forum: Scripting 09-01-2017, 13:44
Replies: 3
Views: 1,562
Posted By _COLOURFUL
Forum: Scripting 09-01-2017, 11:07
Replies: 3
Views: 1,562
Posted By _COLOURFUL
Get String[] first character problem

new String:arg[128];
GetCmdArg(1, arg, sizeof(arg));
if(StrEqual(arg[0], "/") || StrEqual(arg[0], "!"))
{
blah blah blah...
}

SourcePawn just ignored the "[0]" instead of processing...
Forum: Scripting 09-01-2017, 03:11
Replies: 3
Views: 926
Posted By _COLOURFUL
Re: Timer problem

Problem solved, The timer problem caused by OnClientConnected method just be called too early.
Makes stock GetRandomPlayer method not able to recognize the client integer.
caused can't run the...
Forum: Scripting 09-01-2017, 02:42
Replies: 3
Views: 926
Posted By _COLOURFUL
Re: Timer problem

Maybe my poor English didn't make you understand my trouble.
The OnClientConnected method just did nth on the server.
Yeah the method type of void isn't requests any return values. The reason...
Forum: Scripting 08-31-2017, 09:57
Replies: 3
Views: 926
Posted By _COLOURFUL
Timer problem

new bool:o_c;

public void:OnPluginStart()
{
CreateTimer(0.1, RandomAsking);
}

public void:OnClientConnected(int client)
{
if(o_c == false)
Forum: Plugins 08-20-2017, 13:13
Replies: 9
Views: 8,994
Posted By _COLOURFUL
Re: [ANY]Simple Chatter Bot

Hmm, fixed.I will upload the new version later.
Forum: Plugins 08-19-2017, 23:34
Replies: 9
Views: 8,994
Posted By _COLOURFUL
Re: [ANY]Simple Chatter Bot

Please download the latest version, 1.0.0 is full of bug.
Forum: Plugins 08-10-2017, 12:52
Replies: 9
Views: 8,994
Posted By _COLOURFUL
[ANY]Simple Chatter Bot

Simple Chatter Bot
Description:

A bot that automatically answer the text from player and automatically type some words.

Console Variables:

sm_prefix "" - Prefix, you can fill your Bot...
Forum: Trash 08-08-2017, 12:22
Replies: 0
Views: 784
Posted By _COLOURFUL
How to make an Array in Array?

I'm Shit
Problem solved.
Please delete this post.
Forum: Scripting 08-08-2017, 10:31
Replies: 8
Views: 1,464
Posted By _COLOURFUL
Re: What wrong is my array?

Thank everyone for answering me <3
My plugin is working properly now <3
Forum: Scripting 08-08-2017, 08:52
Replies: 8
Views: 1,464
Posted By _COLOURFUL
Re: What wrong is my array?

This is my latest code, i can't output any result pls help me ;c
#include <sourcemod>

static String:KVPath[PLATFORM_MAX_PATH];
new String:Words[100][4];


public Plugin:myinfo =
{
name =...
Forum: Scripting 08-08-2017, 07:13
Replies: 8
Views: 1,464
Posted By _COLOURFUL
Forum: Scripting 08-08-2017, 07:13
Replies: 8
Views: 1,464
Posted By _COLOURFUL
Re: What wrong is my array?

i hided some code that i havn't finished yet
Forum: Scripting 08-08-2017, 06:45
Replies: 8
Views: 1,464
Posted By _COLOURFUL
What wrong is my array?

#include <sourcemod>

static String:KVPath[PLATFORM_MAX_PATH];
new Words[100][2];

public OnPluginStart()
{
CreateDirectory("addons/sourcemod/configs",3);
BuildPath(Path_SM, KVPath,...
Forum: Scripting 08-07-2017, 09:19
Replies: 2
Views: 629
Posted By _COLOURFUL
Re: What is wrong with my code?

AHHHHHHHHHHHHHHHHHHHHHHHHHHH I'm such a retarded.
Btw, Thank you your answer <3
Forum: Scripting 08-07-2017, 08:53
Replies: 2
Views: 629
Posted By _COLOURFUL
What is wrong with my code?

#include <sourcemod>

static String:KVPath[PLATFORM_MAX_PATH];

public OnPluginStart()
{
CreateDirectory("addons/sourcemod/configs",3);
BuildPath(Path_SM, KVPath, sizeof(KVPath),...
Forum: Scripting 08-07-2017, 05:54
Replies: 4
Views: 779
Posted By _COLOURFUL
Re: How to pass multi data by using CreateTimer() function?

But I have 2 integer such as "i" and "client" so how to include those in 1 datapack? :O
Forum: Scripting 08-07-2017, 05:40
Replies: 4
Views: 779
Posted By _COLOURFUL
Showing results 1 to 25 of 30

 
Forum Jump

All times are GMT -4. The time now is 15:06.


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