Raised This Month: $ Target: $400
 0% 

Showing results 1 to 25 of 43
Search took 0.01 seconds.
Search: Posts Made By: ELITE_eNergizer
Forum: Plugins 11-05-2013, 16:37
Replies: 4
Views: 5,885
Posted By ELITE_eNergizer
Re: [NMRiH] Objective Time Limit

gms_cabin, you have 5 minutes for each objective.

I'm going to do a rewrite of the plugin later this week and then put it up for review.
Forum: Plugins 11-04-2013, 00:11
Replies: 4
Views: 5,885
Posted By ELITE_eNergizer
[NMRiH] Objective Time Limit

[NMRiH] Objective Time Limit
Version 0.1


Description:
This plugin is made for the mod No More Room in Hell. It was designed for objective maps, and only functions on objective maps.
...
Forum: Scripting 11-03-2013, 16:12
Replies: 7
Views: 1,479
Posted By ELITE_eNergizer
Re: round_start isn't called in NMRiH

I managed to fix the timer issue but for some reason it only worked by this method instead of the post above with return Plugin_Stop. Anyone know why this has happened?

Edit:
Actually I'm still...
Forum: Scripting 11-03-2013, 06:23
Replies: 7
Views: 1,479
Posted By ELITE_eNergizer
Re: round_start isn't called in NMRiH

I did.

I changed my plugin around and I got most of it working except for the timer not stopping.


/**
* This will print to the chat to everyone the integer i until 0
**/
public...
Forum: Scripting 11-03-2013, 02:59
Replies: 7
Views: 1,479
Posted By ELITE_eNergizer
Re: round_start isn't called in NMRiH

Also sometimes this doesn't kill all players:


for (new i = 1; i <= MAXPLAYERS; i++)
ForcePlayerSuicide(i);
Forum: Scripting 11-03-2013, 01:43
Replies: 7
Views: 1,479
Posted By ELITE_eNergizer
Re: round_start isn't called in NMRiH

Thanks

EDIT:

Also I noticed that my countdown ChatToAll does the 10..9..8......1 really quickly at the last moment. Anyone know why?
Forum: Scripting 11-03-2013, 01:12
Replies: 7
Views: 1,479
Posted By ELITE_eNergizer
round_start isn't called in NMRiH

This plugin is being scripted for No More Room in Hell.

Read my plugin description to get the jist of what I'm trying to make.

Basically I want to make this plugin for NMRiH, but the main...
Forum: Scripting 02-19-2010, 19:13
Replies: 2
Views: 1,176
Posted By ELITE_eNergizer
Forum: Scripting 02-18-2010, 19:41
Replies: 2
Views: 1,176
Posted By ELITE_eNergizer
Sourcemod Programms with MSN

*I meant to type Programmers in title

Hey, I just started hosting servers again and I'm returning to the wonderful world of sourcemod plugin programming. Right now I'm taking a project of getting...
Forum: General 07-28-2008, 01:52
Replies: 5
Views: 5,069
Posted By ELITE_eNergizer
Forum: General 07-25-2008, 20:56
Replies: 5
Views: 5,069
Posted By ELITE_eNergizer
Forum: General 07-23-2008, 11:17
Replies: 5
Views: 5,069
Posted By ELITE_eNergizer
Re: Blind function?

Okay but I want someone to explain what functions make the player blind and if it's using functions that are in-built into the .dll of SourceMod or not.

Oh and here's the script I'm loooking at:
...
Forum: General 07-22-2008, 17:55
Replies: 5
Views: 5,069
Posted By ELITE_eNergizer
Blind function?

I'm just wondering but how does the blind function work in SourceMod? Can you explain which part and what it's doing? Just provide any blind script if you wish.
Forum: Scripting 07-22-2008, 17:54
Replies: 3
Views: 1,183
Posted By ELITE_eNergizer
Forum: Scripting 07-22-2008, 17:20
Replies: 3
Views: 1,183
Posted By ELITE_eNergizer
Blind function?

I'm just wondering but how does the blind function work in SourceMod? Can you explain which part and what it's doing? Just provide any blind script if you wish.
Forum: Scripting 02-21-2008, 20:07
Replies: 11
Views: 2,862
Posted By ELITE_eNergizer
Re: File Functions

Bump

I think I might have it figured out, will try tomorrow.
Forum: Scripting 02-18-2008, 23:37
Replies: 11
Views: 2,862
Posted By ELITE_eNergizer
Re: File Functions

Ok but how would I use WriteFileLine to write at a certain place in the text file? I have no clue how to do that.
Forum: Scripting 02-18-2008, 02:18
Replies: 11
Views: 2,862
Posted By ELITE_eNergizer
Re: File Functions

Ok I want to write a line stored in a string into a motd file, for guestbook purposes.
I want to write into an motd file and have it in this format:

<html>
<body>

<br>

<table...
Forum: Scripting 02-17-2008, 16:43
Replies: 11
Views: 2,862
Posted By ELITE_eNergizer
Re: File Functions

Can someone please help me out on this function? I haven't scripted for so long because of this function.
Forum: Scripting 02-06-2008, 04:29
Replies: 11
Views: 2,862
Posted By ELITE_eNergizer
Re: File Functions

I still don't know how to use WriteFileLine though. Can you give me a link to some plugin or code?
Forum: Scripting 02-05-2008, 19:33
Replies: 11
Views: 2,862
Posted By ELITE_eNergizer
Re: File Functions

I don't know what kind of parameters I can put though. And how can I write to a specific line number?
Forum: Scripting 02-05-2008, 01:05
Replies: 11
Views: 2,862
Posted By ELITE_eNergizer
File Functions

I want to use WriteFileLine to write a line of html to a motd txt file. Can anyone explain to me how to use it and how to write to a specific line? I want to be able to keep writing from the top of...
Forum: General 02-03-2008, 17:13
Replies: 5
Views: 1,427
Posted By ELITE_eNergizer
Re: Sounds

Nevermind I just put in console sm_exec @all snd_restart. Although it gives everyone a lag spike.
Forum: General 02-02-2008, 17:19
Replies: 5
Views: 1,427
Posted By ELITE_eNergizer
Re: Sounds

And another thing, how can I stop songs with sm_play to stop playing to all my clients on my server?
Forum: General 02-01-2008, 15:23
Replies: 5
Views: 1,427
Posted By ELITE_eNergizer
Re: Sounds

Yes but how can I get them to upload without that addon? I want to know for manual use. Like isn't there a download list txt files I have to have?
Showing results 1 to 25 of 43

 
Forum Jump

All times are GMT -4. The time now is 00:13.


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