Raised This Month: $ Target: $400
 0% 

Showing results 1 to 25 of 55
Search took 0.00 seconds.
Search: Posts Made By: MikeStardust
Forum: Source Servers (SRCDS) 01-04-2014, 05:45
Replies: 3
Views: 1,351
Posted By MikeStardust
Re: PHP Tf2 Server status always returns offline

The problem remains, it says it is offline.... maybe you can help me with this,
since i cannot get this status to work i would like to retrieve server info about players, bots and the map, and for...
Forum: Source Servers (SRCDS) 01-01-2014, 14:13
Replies: 3
Views: 1,351
Posted By MikeStardust
PHP Tf2 Server status always returns offline

Hello there, i made a server status do display on my site and i can't get it to work properly.
It works with websites but not with game servers, i don't know why,
Here is the code:

<?php
...
Forum: Plugins 10-30-2013, 03:35
Replies: 187
Views: 192,542
Posted By MikeStardust
Re: [ANY] Simple Welcome Message 1.2

If you are looking for a simple welcome message on the chat that supports colors i have a simple pluggin i can give you
Forum: General 08-20-2013, 12:51
Replies: 25
Views: 6,539
Posted By MikeStardust
Re: [help][SOLVED] Welcome message plugin

nah it was with the right name and on the right place.... weired...
its only for my own use but in the future i will:)
Thanks for everything:)
Forum: General 08-20-2013, 09:00
Replies: 25
Views: 6,539
Posted By MikeStardust
Re: [help][SOLVED] Welcome message plugin

ill look into it and let you know what it was when i find it:)
Thanks for all your assistance:)
Forum: General 08-20-2013, 05:39
Replies: 25
Views: 6,539
Posted By MikeStardust
Re: [help][More Colors Assistance] Welcome message plugin

nvm, i used my original code

#pragma semicolon 1

#include <sourcemod>
#include <morecolors>

new Handle:StardustWM = INVALID_HANDLE;
new String:Message[128];
public Plugin:myinfo =
Forum: General 08-20-2013, 04:47
Replies: 25
Views: 6,539
Posted By MikeStardust
Re: [help][SOLVED] Welcome message plugin

I have re-tried with the code on the 16th post and nothing, maybe cause there was an update qeued, i dont know, ill record a video for you guys to see

EDIT:
http://i.imgur.com/OfPakEt.png

I...
Forum: General 08-19-2013, 18:07
Replies: 25
Views: 6,539
Posted By MikeStardust
Re: [help][More Colors Assistance] Welcome message plugin

okay this shows up on the logs:
L 08/19/2013 - 23:07:48: [welcome_message.smx] Hooked player_activate and loaded translation file

but nothing is printed to the chat
Forum: General 08-19-2013, 17:44
Replies: 25
Views: 6,539
Posted By MikeStardust
Re: [help][More Colors Assistance] Welcome message plugin

Still nothing is showing up... havent touched the phrases yet, copy and pasted no error on the console
Forum: Snippets and Tutorials 08-19-2013, 15:24
Replies: 475
Views: 425,239
Posted By MikeStardust
Re: [INC] More Colors (1.8.2)

please take another look at the thread, cant get the colors to work:S
Forum: Snippets and Tutorials 08-19-2013, 14:23
Replies: 475
Views: 425,239
Posted By MikeStardust
Re: [INC] More Colors (1.8.2)

heyo Dr.Mckay, i am making a welcome message plugin but i'm having trouble with more colors.
The plugin code is done, but i have no idea of how to include this feature, can you please take a look at...
Forum: General 08-19-2013, 13:38
Replies: 25
Views: 6,539
Posted By MikeStardust
Re: [help][More Colors Assistance] Welcome message plugin

No error logs, the translation file is okay (copy and pasted both the name and the contents ) and the game is tf2, you can come on the server if you want:)
Thanks again for ur help:)
Forum: General 08-19-2013, 10:19
Replies: 25
Views: 6,539
Posted By MikeStardust
Re: [help][More Colors Assistance] Welcome message plugin

Nothing shows up on the server:S
You can try it at : tf.chaoticunited.com
Forum: General 08-19-2013, 10:12
Replies: 25
Views: 6,539
Posted By MikeStardust
Forum: General 08-19-2013, 09:52
Replies: 25
Views: 6,539
Posted By MikeStardust
Re: [help][More Colors Assistance] Welcome message plugin

First of all i would like to Thank you for your assistance:)
#pragma semicolon 1

#include <sourcemod>
#include <morecolors>

new Handle:StardustWM = INVALID_HANDLE;
new String:Message[128];...
Forum: General 08-19-2013, 09:41
Replies: 25
Views: 6,539
Posted By MikeStardust
Re: [help][More Colors Assistance] Welcome message plugin

So basicly what i have to do is change:
CPrintToChat(client, Message, client);
to
CPrintToChat(client, "%t" Message, client);

and create a transaltions file with the same name of the...
Forum: General 08-19-2013, 08:58
Replies: 25
Views: 6,539
Posted By MikeStardust
Re: [help] Welcome message plugin error

Could you elaborate that idea a bit more please??
sorry its just that post you linked me to didn't helped :S
Forum: General 08-19-2013, 06:32
Replies: 25
Views: 6,539
Posted By MikeStardust
Re: [help] Welcome message plugin error

In the future i will post in the correct forum, im sorry, im a moderator sees this, please move it:)
a Huge Thank you for the usefull links, i came up with this:
#pragma semicolon 1

#include...
Forum: General 08-19-2013, 04:56
Replies: 5
Views: 1,369
Posted By MikeStardust
Re: [Help][SM] Can't Compile [Solved]

Thank you all for the tips:)
Forum: Plugin/Gameplay Ideas and Requests 08-19-2013, 02:54
Replies: 2
Views: 918
Posted By MikeStardust
Forum: General 08-18-2013, 19:14
Replies: 25
Views: 6,539
Posted By MikeStardust
[help][SOLVED] Welcome message plugin

Hi there,
I am trying to make a welcome message to all players that join my server an i have this so far:
( based on a code found online )
#include <sourcemod>

public Plugin:myinfo = {
...
Forum: Plugin/Gameplay Ideas and Requests 08-18-2013, 19:01
Replies: 2
Views: 918
Posted By MikeStardust
[Help] Simple Chat Welcome Message Compile error

Hi there,
I am trying to make a welcome message to all players that join my server an i have this so far:
( based on a code found online )
#include <sourcemod>

public Plugin:myinfo = {
...
Forum: General 08-18-2013, 18:41
Replies: 5
Views: 1,369
Posted By MikeStardust
Re: [Help][SM] Can't Compile

Worked perfectly:)
Thanks:)
Forum: General 08-18-2013, 18:21
Replies: 5
Views: 1,369
Posted By MikeStardust
[Help][SM] Can't Compile [Solved]

Hi there,
I changed the chat tag of the rtd plugin ( found here (https://forums.alliedmods.net/showthread.php?t=75561) ) so that it says Cu| instead of [RTD] but when compiling with the online...
Forum: Plugins 08-18-2013, 16:16
Replies: 1,502
Views: 990,300
Posted By MikeStardust
Re: TF2: Roll the Dice RTD - v0.4 - NEW!

indeed you are right its a typo, fixed

Nvm, compiles it localy ant it worked:) thx:)
Showing results 1 to 25 of 55

 
Forum Jump

All times are GMT -4. The time now is 22:03.


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