This site is a testing version, but all data is shared with the live forum.


Raised This Month: $ Target: $400
 0% 

Showing results 1 to 17 of 17
Search took 0.01 seconds.
Search: Posts Made By: cidra
Forum: TF2Items 10-09-2023, 13:48
Replies: 1
Views: 2,061
Posted By cidra
Why is part of it written in C++?

This may be posted in a more general section, but this is the only plugin where I noticed this.

Are you making use of some other API besides SourceMod?
Forum: Scripting 02-28-2017, 13:43
Replies: 7
Views: 1,750
Posted By cidra
Re: Prevent class change in TF2

I know, but if i add some controls before return Plugin_Handled; it should block the usage of the command only in specific circumstances, am i right? So what if someone select "auto-select team" (So...
Forum: Scripting 02-28-2017, 10:16
Replies: 7
Views: 1,750
Posted By cidra
Re: Prevent class change in TF2

Is there no way to do that with HookEvent? Using AddComandListener what should i do in case someone types jointeam auto? (Or simply, selects "auto" in the team select menu)
Forum: Scripting 02-26-2017, 05:35
Replies: 7
Views: 1,750
Posted By cidra
Prevent class change in TF2

Yes, i don't know how, i typed "class" instead of "team" in the topic title, i'm sleeping i guess. Sorry!


Hi all. I'm trying to make something simple in Sourcemod that simply prevent a client...
Forum: General 02-23-2017, 11:01
Replies: 2
Views: 963
Posted By cidra
Re: No logs folder in /addons/sourcemod/

Thank you. I had to to that with Filezilla (even though the Sourcemod plugin was installed through the server provider's website.)
Forum: General 02-23-2017, 10:44
Replies: 2
Views: 963
Posted By cidra
No logs folder in /addons/sourcemod/

Hi all. I have recently bought a simple TF2 server where i test plugins. I installed sourcemod and everything, but realized (after about 1 week) that there were no logs folder. I checked the core.cfg...
Forum: Scripting 02-17-2017, 03:17
Replies: 3
Views: 1,949
Posted By cidra
Re: ShowSyncHudText in TF2

It works! Thank you. Thought that I couldn't add variables in the string due to "const"
Forum: Scripting 02-15-2017, 14:11
Replies: 3
Views: 1,949
Posted By cidra
ShowSyncHudText in TF2

Hi all, i'm trying to make a really simple plugin that displays on the player's HUD the zone the client is currently situated. I'm using this really useful plugin for my objective:...
Forum: Scripting 07-05-2016, 16:33
Replies: 8
Views: 1,242
Posted By cidra
Re: [TF2] Search player with determinied class doesn't work..?

Here is the log from the last game:

L 07/05/2016 - 21:05:36: [SM] Native "GetEntProp" reported: Property "m_iClass" not found (entity 0/worldspawn)
L 07/05/2016 - 21:05:36: [SM] Displaying call...
Forum: Scripting 07-05-2016, 09:34
Replies: 8
Views: 1,242
Posted By cidra
Re: [TF2] Search player with determinied class doesn't work..?

There were two warnings: tag mismatch at line 32 and loose indentation at last "return false;" (line 42)
I resolved the tag mismatch warning by changing the line to this:
if(_:TF2_GetPlayerClass(i)...
Forum: Scripting 07-04-2016, 18:03
Replies: 8
Views: 1,242
Posted By cidra
[TF2] Search player with determinied class doesn't work..?

Hi. I'm trying to make a plugin that checks if a specified class is a bot or not while on the class menu.
At the begin i looked this plugin (https://forums.alliedmods.net/showthread.php?p=642353)...
Forum: Scripting 06-25-2016, 13:35
Replies: 1
Views: 865
Posted By cidra
[TF2] Can't kick bots!

Hi! I'm making a plugin that manages the bots on a server in highlander mode.


First of all i created a new array. 1 index = 1 class
new Players[18]


Then set that every time a player spawn...
Forum: Plugin/Gameplay Ideas and Requests 06-20-2016, 10:02
Replies: 6
Views: 1,650
Posted By cidra
Re: [TF2][Help]Array or enum: which to use in my case?

This is part of a plugin i'm working on:
public ScoutMenuHandler(Handle:menu, MenuAction:action, client, param2)
{
if (action == MenuAction_Select)
{

char info[32];
GetMenuItem(menu,...
Forum: Plugin/Gameplay Ideas and Requests 06-20-2016, 08:57
Replies: 6
Views: 1,650
Posted By cidra
Re: [TF2][Help]Array or enum: which to use in my case?

That was really helpful, thank you.
But how can i get the userid of a player who has, for example, value 1 on class, value 3 on team and value 2 on bot?
And also, i don't understand very well the...
Forum: Plugin/Gameplay Ideas and Requests 06-19-2016, 06:39
Replies: 6
Views: 1,650
Posted By cidra
[TF2][Help]Array or enum: which to use in my case?

Hi. I want to create a sort of sheet that keeps the players' info for my plugin.
My idea was to make 18 arrays for the 18 in-game users (Highlander mode)
Each array has 4 integers:
1. userid
2....
Forum: Trash 06-16-2016, 16:01
Replies: 0
Views: 640
Posted By cidra
-----------

-----------
Forum: Suggestions / Requests 06-16-2016, 15:33
Replies: 0
Views: 398
Posted By cidra
----

----
Showing results 1 to 17 of 17

 
Forum Jump

All times are GMT -4. The time now is 01:05.


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