Raised This Month: $51 Target: $400
 12% 

Showing results 1 to 25 of 26
Search took 0.00 seconds.
Search: Posts Made By: pwet76
Forum: Scripting 02-12-2013, 13:05
Replies: 6
Views: 1,176
Posted By pwet76
Re: [HELP] VS Saxton Hale

Hm i'm french i don't understand all :(

You can make an example please ?
Forum: VSH / Freak Fortress 02-11-2013, 16:01
Replies: 3
Views: 1,741
Posted By pwet76
Re: [HELP] VS Saxton Hale

just :

if (HaleHealthMax/2 == HaleHealth)
{
Timer_RespawnRedTeam
}

public Action:Timer_RespawnRedTeam(Handle:timer)
{
for(new client = 1; client <= MaxClients;...
Forum: Scripting 02-11-2013, 16:00
Replies: 6
Views: 1,176
Posted By pwet76
Re: [HELP] VS Saxton Hale

501 / 502 .... no in code

just :

if (HaleHealthMax/2 == HaleHealth)
{
CreateTimer(1.0, Timer_RespawnRedTeam)
}

public Action:Timer_RespawnRedTeam(Handle:timer)
Forum: VSH / Freak Fortress 02-11-2013, 15:28
Replies: 3
Views: 1,741
Posted By pwet76
Re: [HELP] VS Saxton Hale

Ty


501 : if (HaleHealthMax/2 == HaleHealth)
502 : {
503 : Timer_RespawnRedTeam
504 : }
.....
public Action:Timer_RespawnRedTeam(Handle:timer)
{
Forum: Scripting 02-11-2013, 15:11
Replies: 6
Views: 1,176
Posted By pwet76
Re: [HELP] VS Saxton Hale

Ty


501 : if (HaleHealthMax/2 == HaleHealth)
502 : {
503 : CreateTimer(1.0, Timer_RespawnRedTeam)
504 : }
.....
public Action:Timer_RespawnRedTeam(Handle:timer)
{
Forum: VSH / Freak Fortress 02-11-2013, 12:45
Replies: 3
Views: 1,741
Posted By pwet76
[HELP] VS Saxton Hale

Hi, (i'm french) (exuse me for my bad english) (I hope that I have the right to modify the plugin)

I want to make a respawn if (HaleHealthMax/2) = HaleHealth
PHP Code:
496 : if...
Forum: Scripting 02-11-2013, 06:16
Replies: 6
Views: 1,176
Posted By pwet76
[HELP] VS Saxton Hale

Hi, (i'm french) (exuse me for my bad english :) (I hope that I have the right to modify the plugin)

I want to make a respawn if (HaleHealthMax/2) = HaleHealth

496 : if (HaleHealthMax/2) =...
Forum: Scripting 02-09-2013, 17:34
Replies: 4
Views: 1,049
Posted By pwet76
Forum: Scripting 02-09-2013, 17:11
Replies: 4
Views: 1,049
Posted By pwet76
Re: [Help] Tag mismatch

I do not know coding and I'm French

please help me : float(RESPAWN_TIME)?

example please
Forum: Scripting 02-09-2013, 15:58
Replies: 4
Views: 1,049
Posted By pwet76
[Help] Tag mismatch

Hi,


7: #define RESPAWN_TIME x*p
8: #define RESPAWN_TEAM 2
9:
10: #define x MAXPLAYERS
11: #define p 30
12:
.....
Forum: Trash 02-09-2013, 15:55
Replies: 6
Views: 1,338
Posted By pwet76
Re: [Help me] Tag Mismatch

exuse me for post ..

delete this post please
Forum: Trash 02-09-2013, 15:54
Replies: 6
Views: 1,338
Posted By pwet76
Re: [Help me] Tag Mismatch

sourcemod : yep :)
Forum: Trash 02-09-2013, 15:17
Replies: 6
Views: 1,338
Posted By pwet76
Forum: Trash 02-09-2013, 14:38
Replies: 6
Views: 1,338
Posted By pwet76
[Help me] Tag Mismatch

exuse me for this post (sourcemod) / https://forums.alliedmods.net/showthread.php?t=208065
Forum: Scripting 02-08-2013, 11:10
Replies: 10
Views: 1,891
Posted By pwet76
Forum: Scripting 02-08-2013, 07:06
Replies: 10
Views: 1,891
Posted By pwet76
Re: [Help me] Plugin Respawn

CODE

#include <sourcemod>
#include <sdktools>
#include <tf2>
#include <tf2_stocks>
#include <sdkhooks>

#define RESPAWN_TIME 300.0
#define RESPAWN_TEAM 2
Forum: Scripting 02-08-2013, 07:00
Replies: 10
Views: 1,891
Posted By pwet76
Re: [Help me] Plugin Respawn

CODE :

#include <sourcemod>
#include <sdktools>
#include <tf2>
#include <tf2_stocks>
#include <sdkhooks>

#define RESPAWN_TIME 300.0
#define RESPAWN_TEAM ?
Forum: Scripting 02-08-2013, 06:56
Replies: 10
Views: 1,891
Posted By pwet76
Re: [Help me] Plugin Respawn

"you should know number team."

How ? :p
Forum: Scripting 02-08-2013, 01:47
Replies: 10
Views: 1,891
Posted By pwet76
Re: [Help me] Plugin Respawn

CODE :

#include <sourcemod>
#include <sdktools>
#include <tf2>
#include <tf2_stocks>
#include <sdkhooks>

#define people == [MAXPLAYER]-30%
#define RESPAWN_TIME "300.0"
Forum: Scripting 02-07-2013, 15:24
Replies: 10
Views: 1,891
Posted By pwet76
Re: [Help me] Plugin Respawn

CODE :

public OnPluginStart()
{
CreateConVar("sm_rplayer_version", PLUGIN_VERSION, "Respawn Player plugin Version", FCVAR_PLUGIN|FCVAR_SPONLY|FCVAR_REPLICATED|FCVAR_NOTIFY);...
Forum: Scripting 02-07-2013, 08:39
Replies: 10
Views: 1,891
Posted By pwet76
[Help me] Plugin Respawn

Hi, (i'm french)

If someone help me for a plugin please

I would like a plugin which respawn red team every 5 minutes :)

Ty for your attention
Forum: Plugin/Gameplay Ideas and Requests 10-17-2012, 13:47
Replies: 3
Views: 957
Posted By pwet76
Re: [TF2] number respawn per round

Please it's really hard for me to answer !
Forum: Plugin/Gameplay Ideas and Requests 10-17-2012, 10:56
Replies: 3
Views: 957
Posted By pwet76
Forum: Plugin/Gameplay Ideas and Requests 10-16-2012, 14:17
Replies: 3
Views: 957
Posted By pwet76
[TF2] number respawn per round

Hello,

i am french exuse me for my bad english

I would like someone make a plugin to manage the number of respawn in a round

Bye ! :)
Forum: Plugin/Gameplay Ideas and Requests 10-13-2012, 06:21
Replies: 3
Views: 1,023
Posted By pwet76
Re: someone help me for a plugin

Team fortress 2 exuse me ! :)
Showing results 1 to 25 of 26

 
Forum Jump

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


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