AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   Set a players Color/Colour & Rendering [Fun] (https://forums.alliedmods.net/showthread.php?t=66055)

StevenT 01-23-2008 12:10

Re: Set a players Color/Colour & Rendering [Fun]
 
Code:

L 01/23/2008 - 12:03:24: SourceMod error session started
L 01/23/2008 - 12:03:24: Info (map "emp_district402") (file "errors_20080123.log")
L 01/23/2008 - 12:03:24: [SM] Unable to load plugin "smcolour_new.smx": Native "FindSendPropInfo" was not found.

hello Matt, thanks for writing this cool plugin :)
but this error pops up for my mod Empires 2.1 (empiresmod.com).
The server is Windows box.
SourceMod Version: 1.0.0.1834
Metamod:Source version 1.4.2.414

mmhh, anything else you want to know?

Would be nice to have this working on my server! :) thanks!

well at least a challenge for you to do something to keep you busy :)


//Edit

Code:

L 01/23/2008 - 12:02:44: SourceMod error session started
L 01/23/2008 - 12:02:44: Info (map "ammuu7") (file "errors_20080123.log")
L 01/23/2008 - 12:02:44: [SM] Warning(s) encountered in translation file "smcolour.phrases.txt"
L 01/23/2008 - 12:02:44: [SM] Invalid token '%c' in #format property on line %d.
L 01/23/2008 - 12:02:44: [SM] Invalid token '%c' in #format property on line %d.
L 01/23/2008 - 12:02:44: [SM] Invalid token '%c' in #format property on line %d.
L 01/23/2008 - 12:02:44: [SM] Invalid token '%c' in #format property on line %d.
L 01/23/2008 - 12:02:44: [SM] Invalid token '%c' in #format property on line %d.
L 01/23/2008 - 12:02:44: [SM] Invalid token '%c' in #format property on line %d.
L 01/23/2008 - 12:02:44: [SM] Invalid token '%c' in #format property on line %d.
L 01/23/2008 - 12:14:42: [SM] Plugin encountered error 4: Invalid parameter or parameter type
L 01/23/2008 - 12:14:42: [SM] Native "ShowActivity2" reported: Language phrase "" not found
L 01/23/2008 - 12:14:42: [SM] Displaying call stack trace for plugin "smcolour_new.smx":
L 01/23/2008 - 12:14:42: [SM]  [0]  Line 153, /home/groups/alliedmodders/forums/files/2/9/7/7/1/23083.attach::Command_SmColour()
L 01/23/2008 - 12:15:18: [SM] Plugin encountered error 4: Invalid parameter or parameter type
L 01/23/2008 - 12:15:18: [SM] Native "ShowActivity2" reported: Language phrase "" not found
L 01/23/2008 - 12:15:18: [SM] Displaying call stack trace for plugin "smcolour_new.smx":
L 01/23/2008 - 12:15:18: [SM]  [0]  Line 153, /home/groups/alliedmodders/forums/files/2/9/7/7/1/23083.attach::Command_SmColour()

okay i just tested your plugin on my other server thats running Synergy R1.1+ (synergymod.net).

Metamod:Source version 1.4.2.414
SourceMod Version: 1.0.0.1857

i can turn myself into black , red and stuff but not opacity (invisibility?), sm_render didnt work on the levels 1 - 2 - 3 -4 ... didnt go any further yet, will be testing other levels now, up to 26 ! :P

thanks again for doing this! +++

MoggieX 01-23-2008 12:39

Re: Set a players Color/Colour & Rendering [Fun]
 
Quote:

Originally Posted by StevenT (Post 577553)
Code:

L 01/23/2008 - 12:03:24: SourceMod error session started
L 01/23/2008 - 12:03:24: Info (map "emp_district402") (file "errors_20080123.log")
L 01/23/2008 - 12:03:24: [SM] Unable to load plugin "smcolour_new.smx": Native "FindSendPropInfo" was not found.

hello Matt, thanks for writing this cool plugin :)
but this error pops up for my mod Empires 2.1 (empiresmod.com).
The server is Windows box.
SourceMod Version: 1.0.0.1834
Metamod:Source version 1.4.2.414

mmhh, anything else you want to know?

Would be nice to have this working on my server! :) thanks!

well at least a challenge for you to do something to keep you busy :)

Heya,

Thats easy :), upgrade to SM version 1858 or newer as I had the same issue myself on one of my servers :-)

Matt

StevenT 01-23-2008 12:47

Re: Set a players Color/Colour & Rendering [Fun]
 
ahhh my sm version is so old already? haha okay i didnt know!
thanks!
i edited my previous post and meanwhile you replied already, fast, thanks!

MoggieX 01-23-2008 13:04

Re: Set a players Color/Colour & Rendering [Fun]
 
Quote:

Originally Posted by StevenT (Post 577565)
ahhh my sm version is so old already? haha okay i didnt know!
thanks!
i edited my previous post and meanwhile you replied already, fast, thanks!

Oh and that looks like u got an older version of the plugin as well, update it and also update the phrases file too!

PHP Code:

L 01/23/2008 12:02:44: [SMWarning(sencountered in translation file "smcolour.phrases.txt"
L 01/23/2008 12:02:44: [SMInvalid token '%c' in #format property on line %d.
L 01/23/2008 12:02:44: [SMInvalid token '%c' in #format property on line %d.
L 01/23/2008 12:02:44: [SMInvalid token '%c' in #format property on line %d.
L 01/23/2008 12:02:44: [SMInvalid token '%c' in #format property on line %d.
L 01/23/2008 12:02:44: [SMInvalid token '%c' in #format property on line %d.
L 01/23/2008 12:02:44: [SMInvalid token '%c' in #format property on line %d.
L 01/23/2008 12:02:44: [SMInvalid token '%c' in #format property on line %d. 

Was what I was getting before I accounted for the new phrases.


Matt

StevenT 01-23-2008 13:36

Re: Set a players Color/Colour & Rendering [Fun]
 
awesome thanks!
just want to tell everyone else when testing this plugin: in thirdperson you wont get to see yourself invisible and stuff like that, must go through a firstperson view, so take a partner with you to test it :)

Chaos Llama 01-25-2008 12:15

Re: Set a players Color/Colour & Rendering [Fun]
 
Does this plugin have chat based glows (glowing from typing through chat instead of console)? Some players are so dumb they don't know how to use the console.

MoggieX 01-25-2008 12:20

Re: Set a players Color/Colour & Rendering [Fun]
 
Quote:

Originally Posted by Chaos Llama (Post 578326)
Does this plugin have chat based glows (glowing from typing through chat instead of console)? Some players are so dumb they don't know how to use the console.

The commands for administrators to use, plus this plugin doesn't make a player 'glow'.

Quote:

Originally Posted by MoggieX
What does it do? With sm_colour you can change a players colour and the opacity of that players colour so that they appear, green, red, blue, pink and so on.

Then with sm_render it alters the players rendering, with some amusing results, there are 26 levels to play with, I'll let you find the funny ones.

Matt

Chaos Llama 01-27-2008 20:51

Re: Set a players Color/Colour & Rendering [Fun]
 
That's what i meant :-/ i know there isint glow in hl2, im just so used to hl1 terminology.

Any chance you'll add client commands?

StevenT 01-29-2008 03:04

Re: Set a players Color/Colour & Rendering [Fun]
 
Quote:

Originally Posted by Chaos Llama (Post 579085)
That's what i meant :-/ i know there isint glow in hl2, im just so used to hl1 terminology.

Any chance you'll add client commands?

i dont think clients should mess with that :) its like having clients to play with god mode and noclip

MoggieX 01-29-2008 04:06

Re: Set a players Color/Colour & Rendering [Fun]
 
Quote:

Originally Posted by StevenT (Post 579458)
i dont think clients should mess with that :) its like having clients to play with god mode and noclip

Exactly, although it woudl be pretty insaine if it was a zombie server and half the players were either invisable or shown in strange colours.

But then again, as an admin you could do that to your players instead and wait for the "WTF's" to pour out of the players, most amusing :)

Matt


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

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