Raised This Month: $32 Target: $400
 8% 

Showing results 1 to 25 of 77
Search took 0.00 seconds.
Search: Posts Made By: gameguysz
Forum: Plugins 04-25-2012, 03:09
Replies: 208
Views: 145,607
Posted By gameguysz
Re: [TF2] Donator Recognition

Where is the TOTAL_SPRITE_FILES i can not find it!
Forum: Source Servers (SRCDS) 01-01-2012, 22:03
Replies: 1
Views: 2,121
Posted By gameguysz
My TF2 SRCDS server keeps crashing..

This just started recently and its annoying me now. Replay will fail and then the server will just stop... Then it takes about 5-6 mins for it to restart back up. I didn't add any plugins or anything...
Forum: Source Servers (SRCDS) 12-06-2011, 16:00
Replies: 40
Views: 20,178
Posted By gameguysz
Re: How to get -autoupdate on Windows

Hey thats my server :P

yeah im using this batch system, just finished setting up sourcemod and everything and installed the auto update plugin which i also use on my TF2 server (Linux) But my gmod...
Forum: Scripting 11-28-2011, 06:03
Replies: 7
Views: 1,467
Posted By gameguysz
Re: Saving/updating players information?

I will test tomorrow :] In theory it should work :]

Or maybe if we set the player on godmode but if we can still see how much damage he takes and his attacker when he gets hurts then maybe we can...
Forum: Scripting 11-28-2011, 05:44
Replies: 7
Views: 1,467
Posted By gameguysz
Re: Saving/updating players information?

Thats what i needed! And sorry i dont like posting codes on projects i am working on when there not finished cause its all messy and bleh :P Its embarrassing lol.

And dang well i guess i could get...
Forum: Scripting 11-28-2011, 04:46
Replies: 7
Views: 1,467
Posted By gameguysz
Re: Saving/updating players information?

!target me
--Some code here for args
target = FindTarget(client, arg1);

now i want to use target for other functions but it seems like after the other function is called 2 or three times...
Forum: Scripting 11-28-2011, 04:26
Replies: 7
Views: 1,467
Posted By gameguysz
Saving/updating players information?

I am currently making a script for my TF2 server and i need some help.

I am targeting a player via chat and trying to save that players information to be able to compare/add/remove values that i...
Forum: Plugin/Gameplay Ideas and Requests 11-27-2011, 07:18
Replies: 5
Views: 1,442
Posted By gameguysz
Re: [REQ] Armor Regeneration

I made it to your specification you sent over steam then once i told you i made it you removed me <_<
Forum: Plugin/Gameplay Ideas and Requests 11-27-2011, 07:04
Replies: 3
Views: 1,585
Posted By gameguysz
[HELP] Finding m_iArmor?? Does it exist?

Title really says it all, i want to manipulate the armor for CSS but i cant seem to get it to work :/
Forum: Scripting 11-27-2011, 06:53
Replies: 2
Views: 774
Posted By gameguysz
Forum: Scripting 11-26-2011, 19:11
Replies: 2
Views: 774
Posted By gameguysz
[SOLVED] Using timers?

Hey guys, as i am a beginner scripting i am relatively new to PAWN, so i was wondering if anyone can explain to me how timers work and how to make one?

Im on the docs right now for CreateTimer but...
Forum: Plugins 11-26-2011, 02:07
Replies: 8
Views: 21,341
Posted By gameguysz
Re: [TF2] Metal Calculator

No problem.
People in my server who scrap bank use it since they mass buy amounts of stuff. people also use it to calculate how much profit they might make or loose in a trade and so forth. I...
Forum: Plugins 11-25-2011, 23:25
Replies: 8
Views: 21,341
Posted By gameguysz
Re: [TF2] Metal Calculator

UPDATE:
Changelog:
v.1.0.2


Added Subtraction
Added Division
Added new commands and Cvars
Forum: Plugins 11-25-2011, 02:51
Replies: 8
Views: 21,341
Posted By gameguysz
Re: [TF2] Metal Calculator

ANOTHER UPDATE!

Changelog:
v.1.0.1


Added Addition
Added/Changed Commands (!add/!mult)
Added plugin version check (sm_metalcalc_version)
Forum: Scripting 11-25-2011, 01:31
Replies: 3
Views: 936
Posted By gameguysz
Forum: Scripting 11-24-2011, 23:50
Replies: 3
Views: 936
Posted By gameguysz
[SOLVED] Dectecting who attacked the player?

Is there a way of doing this?

I saw a hook that can get the attacker info but im not quite sure if that is what i should do.. Any idea guys?
Forum: Plugins 11-24-2011, 00:47
Replies: 8
Views: 21,341
Posted By gameguysz
Re: [TF2] Metal Calculator

Plugin is up and fully working :] tell me what you guys think
Forum: Plugins 11-23-2011, 17:52
Replies: 8
Views: 21,341
Posted By gameguysz
Re: [TF2] Metal Calculator

Just noticed i had them in the wrong spot :P Plugin updated to newer version
Forum: Plugins 11-23-2011, 14:24
Replies: 8
Views: 21,341
Posted By gameguysz
[TF2] Metal Calculator

sm_metalcalc
v.1.0.1


This isn't the final version. The final version will be much neater in code and in looks/use.


Description:
Only real use is tf2 but i guess it should work for all..
Forum: Plugins 11-23-2011, 13:40
Replies: 19
Views: 29,019
Posted By gameguysz
Re: [TF2] Respawner + Team Changer

dont use sm_ its just move and respawn :]

and for chat commands try

!move <Playername> <Team#>
!respawn <Playername>

Hope that helps :]
Forum: Scripting 11-23-2011, 06:46
Replies: 6
Views: 1,473
Posted By gameguysz
Re: [HELP]If Statements with Strings?

Thank you :] It works!
Forum: Scripting 11-23-2011, 05:59
Replies: 6
Views: 1,473
Posted By gameguysz
Re: [HELP]If Statements with Strings?

It works but i cant seem to retrieve the string using something like this..

new String:astring[5] = GetCmdArg(3, astring, sizeof(astring));


im sure its something stupid that im messing up...
Forum: Scripting 11-23-2011, 02:55
Replies: 6
Views: 1,473
Posted By gameguysz
Re: [HELP]If Statements with Strings?

Im getting mismatch error...

im trying to get what the player says do when he goes lets say !command calc it will store calc into a String and then i can compare it for a if statement
Forum: Scripting 11-23-2011, 02:30
Replies: 6
Views: 1,473
Posted By gameguysz
[SOLVED]If Statements with Strings?

I basically want to do something like this

if(a == 1 && String == "Aword")
{
//Then do this
}


Any help you guys :]
Forum: Plugins 11-23-2011, 01:17
Replies: 19
Views: 29,019
Posted By gameguysz
Re: [TF2] sm_ReSPawnTeamChanger

Agreed and agreed :]
Showing results 1 to 25 of 77

 
Forum Jump

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


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