Raised This Month: $ Target: $400
 0% 

Showing results 1 to 25 of 115
Search took 0.01 seconds.
Search: Posts Made By: comp_noob
Forum: Scripting 07-11-2011, 12:37
Replies: 2
Views: 1,029
Posted By comp_noob
Re: Admin menu problem [CS:S]

hmmm thanks for the solution it works :D
Forum: Scripting 07-09-2011, 23:29
Replies: 2
Views: 1,029
Posted By comp_noob
Admin menu problem [CS:S]

hi, it's me agaiin. i've ran into a few problems with adding commands into the admin menu for my plugin.
a cut out version of my code:

public Action:Give_Weapon(client, arg)
{
decl...
Forum: Scripting 07-09-2011, 05:12
Replies: 0
Views: 549
Posted By comp_noob
What value of userid is given?

hi, i'm trying to combine my plugin with the admin menu, but the problem is, i do not know what is the value of userid that is given when i choose from a list of players in the admin menu.. does it...
Forum: Metamod:Source Questions 07-05-2011, 08:24
Replies: 2
Views: 2,558
Posted By comp_noob
Re: metamod cannot load sourcemod, crashes on load.

ok thanks ^^ i solved the problem by using the version of sourcemod that is released before the new patch came out. will update the game when i have time, i normally just play with bots :P
Forum: Metamod:Source Questions 07-04-2011, 13:19
Replies: 2
Views: 2,558
Posted By comp_noob
metamod cannot load sourcemod, crashes on load.

Need help addressing the above, because i've been running offline steam, so i didn't update my counter strike source via steam, it's still at 1.0.0.61. when i tried to install metamod source, it is...
Forum: Scripting 12-15-2010, 07:07
Replies: 52
Views: 17,929
Posted By comp_noob
Re: [Alien Swarm] Finding current equipped weapon name

ok thanks again for your extra functions, they worked well :)
Forum: Scripting 12-15-2010, 00:36
Replies: 52
Views: 17,929
Posted By comp_noob
Re: [Alien Swarm] Finding current equipped weapon name

the Swarm_GetPlayerReady function isn't working, it always return false, the Swarm_SetPlayerReady function isn't working either....
Forum: Scripting 12-12-2010, 12:43
Replies: 52
Views: 17,929
Posted By comp_noob
Re: [Alien Swarm] Finding current equipped weapon name

hi psychonic, just wanna ask, is it possible that you make the Swarm_GetMarineAmmo() function check the ammo reserve for the current weapon or a weapon from a specific slot? it will be good if you...
Forum: Scripting 12-05-2010, 22:39
Replies: 52
Views: 17,929
Posted By comp_noob
Re: [Alien Swarm] Finding current equipped weapon name

hi, any updates on the plugin? :)
Forum: Scripting 12-05-2010, 07:53
Replies: 9
Views: 4,318
Posted By comp_noob
Re: Using XOR with FlagBits

or should have two | instead of one... try this:

new flags = GetUserFlagBits(client);

if (!(cfg_adminOnly^(flags & ADMFLAG_CHAT)) || (flags & ADMFLAG_CHAT))
{
//Put Dispenser Here...
Forum: Scripting 12-05-2010, 05:52
Replies: 10
Views: 2,759
Posted By comp_noob
Re: Need urgent help with Local Compiler

erm, what did you use to open up the script? notepad++ is usually used... other editors may have errors...
Forum: Scripting 12-05-2010, 00:22
Replies: 20
Views: 4,172
Posted By comp_noob
Re: Trouble adding clan tag to name

ok, i took a look in the sm_rename.sp, came up with this, hope it works...

#include <sourcemod>
#include <sdktools>

new g_ModVersion = 0;

public Plugin:myinfo =
{
name = "Tag TrU...
Forum: Plugins 12-04-2010, 23:54
Replies: 86
Views: 53,625
Posted By comp_noob
Re: [ANY] tEntDev v0.1.0 (2010-11-28)

ok, here's what i get, when i added bots in a multiplayer game:


PKT >> ..*********&.dH(l***************************............ 0404c426 07644828 6caeacc8 8d2e8d2e 0f040404 04040404
PKT >> ..***************************n*********.***************************L.....*********......
Forum: Scripting 12-04-2010, 23:23
Replies: 10
Views: 2,759
Posted By comp_noob
Re: Need urgent help with Local Compiler

first thing, did you put an #include <whatever the tf2 inc is> at the top of your script? you need to include the inc when you are using natives from the inc itself...
Forum: Scripting 12-04-2010, 22:55
Replies: 3
Views: 1,112
Posted By comp_noob
Re: weapons class names and weapon indexes

this is my panel example, you can change it to how you want it to be, i just made it so that whenever you type !weapons <playerid>, it will show a panel with a list of <playerid>'s weapon to you......
Forum: General 12-04-2010, 10:46
Replies: 8
Views: 2,328
Posted By comp_noob
Re: Disconnect Exploits no Longer Work

.... is this guy trying to crash people's server? he should be banned man...
Forum: Plugins 12-04-2010, 10:34
Replies: 86
Views: 53,625
Posted By comp_noob
Re: [ANY] tEntDev v0.1.0 (2010-11-28)

sm_ted_listselect does not work properly for alien swarm, it spews a whole log of unreadable rubbish in the console... and when i used sm_ted_select, the marine that you are currently controlling is...
Forum: Plugins 12-04-2010, 03:43
Replies: 86
Views: 53,625
Posted By comp_noob
Re: [ANY] tEntDev v0.1.0 (2010-11-28)

seems like something is wrong... i get this message:

L 12/04/2010 - 16:39:05: [SM] Unable to load plugin "tEntDev.smx": Native "GetSendTableByNetclass" was not found

and i'm using the build for...
Forum: General 12-04-2010, 03:09
Replies: 6
Views: 1,401
Posted By comp_noob
Re: Anyway to sign plugins?

hi, would like to ask, how do you even start the game with the parameter -insecure enabled?
Forum: Scripting 12-03-2010, 12:18
Replies: 52
Views: 17,929
Posted By comp_noob
Re: [Alien Swarm] Finding current equipped weapon name

ok will try this tmr, now too tired already... needa catch some rest...

EDIT 1: first error during compilation of your swarmtools.sp:

//// swarmtools.sp
// swarmtools.sp(153) : error 001:...
Forum: Scripting 12-03-2010, 08:21
Replies: 52
Views: 17,929
Posted By comp_noob
Re: [Alien Swarm] Finding current equipped weapon name

Yup it seems this is the case... so i have no choice but to use my own coding to get the marine index of the players...
Forum: Scripting 12-03-2010, 01:44
Replies: 52
Views: 17,929
Posted By comp_noob
Re: [Alien Swarm] Finding current equipped weapon name

yup it's all fixed now! thanks psychonic! i will post again if i manage to find any errors
PS: you forgot to update the version in the main thread, it's still 1.2.3

EDIT: just wanna ask, are any...
Forum: Scripting 12-03-2010, 00:39
Replies: 52
Views: 17,929
Posted By comp_noob
Re: [Alien Swarm] Finding current equipped weapon name

thanks but there's an error again... this error happens when i complete one mission and it goes on to the other... resulting in the whole of your plugin paused...


L 12/03/2010 - 13:36:39: [SM]...
Forum: Scripting 12-02-2010, 23:46
Replies: 52
Views: 17,929
Posted By comp_noob
Re: [Alien Swarm] Finding current equipped weapon name

hi, it's not possible to check if Swarm_GetMarine is equal to -1 or not, because in your swarmtools.smx, the part:

new marineResource = GetEntDataEnt2(g_GameResourceEnt, g_MarineResourceOffset +...
Forum: Scripting 12-02-2010, 22:46
Replies: 52
Views: 17,929
Posted By comp_noob
Re: [Alien Swarm] Finding current equipped weapon name

i created a function to spawn the identity at the origin of the marine, no problem, but when i use ur function, it crashed the game right away... here's my code...

public...
Showing results 1 to 25 of 115

 
Forum Jump

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


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