Vous souhaitez réagir à ce message ? Créez un compte en quelques clics ou connectez-vous pour continuer.



 
AccueilRechercherDernières imagesS'enregistrerConnexion
Bienvenue sur le site Since *1942* Crée par Uzumaki & AldoLeone Ts: teamspeak-6.verygames.net:50136
-39%
Le deal à ne pas rater :
Ordinateur portable ASUS Chromebook Vibe CX34 Flip
399 € 649 €
Voir le deal

 

 [TUTO] Procon - ProconRulz - Rulz for BF3

Aller en bas 
4 participants
AuteurMessage
Aldoleone
Admin
Admin
Aldoleone


Messages : 1824
Date d'inscription : 21/11/2011
Age : 42
Localisation : --> . <--

[TUTO] Procon - ProconRulz - Rulz for BF3 Empty
MessageSujet: [TUTO] Procon - ProconRulz - Rulz for BF3   [TUTO] Procon - ProconRulz - Rulz for BF3 EmptyLun 29 Avr 2013 - 23:31

Un petit tuto sur les règles ingame

pour le moment c'est juste un copier/coller. J'expliquerai plus tard Wink

https://forum.myrcon.com/showthread.php?2958-BF3-ProconRulz-weapon-limits-and-other-event-triggered-admin-actions


## ANNONCE DE BIENVENUE ##
Code:
On Spawn;PlayerOnce;Not Admin;PlayerYell *** Bienvenue *** sur le serveur 64 Since *1942*
On Spawn;PlayerOnce;admin;PlayerYell BIENVENUE 42' FAIS RESPECTER NOS REGLES!!
On Join;Admin;Say %p% [Admin *1942*] nous rejoint !

## accumulate the admin names in a var %server_admins% ##
Code:
On Spawn;Admin;ServerFirst;Set %server_admins% %p%;End
On Spawn;Admin;PlayerFirst;Set %server_admins% %p%,%server_admins%

# Respond with current in-game admin playernames when any player says admin #
Code:
On Say;Text admin;Admins;Say Admins %server_admins% are in-game
On Say;Text admin;Not Admins;Say %p% aucun admin n'est en jeu.


## Avertissement/kick pour Insult ##
Code:
On Say;Text noob;Text camper;Text fu,Text fuck u;Text fdp;PlayerCount 4;kick
On Say;Text noob;Text camper;Text fu,Text fuck u;Text fdp;PlayerSay Pas d’insulte or kick
On Say; Text camper;PlayerCount 4; kick
On Say;Text camper;PlayerSay No rage or kick
On Say;Text recrute;PlayerSay Rendez vous sur www. http://since1942.forumgaming.fr/ ou contacter un de nos membres
On Say;Text ESL;PlayerSay Rendez vous sur www. http://since1942.forumgaming.fr/ ou contacter un de nos membres
On Say;Text spawnkill;PlayerSay SPAWNKILL AUTORISE/ALLOWED
On Say;Text baserape;PlayerSay BASERAPE = VEHICKE STEAL IS NOT ALLOWED
On Say;Text RPG;PlayerYell Please read rules : @rules, RPG allowed 3 kills on infantery
On Say;Text SMAW;PlayerYell Please read rules : @rules, SMAW allowed 3 kills on infantery


#### ANNONCE d’évennement  in-game ####

## Knife/Defib/Repair Tool Kill YELL Announcer ##
Code:
#On Suicide;Say %p% est un lache -Suicide-
On TeamKill;Say %v% tue son pote %p% -TeamKill-
On Kill;ServerFIRST;Yell %p% FIRST BLOOD!!! Killing %v% with %w%

## Knife/Defib/Repair Tool Kill YELL Announcer ##
Code:
On Kill;Weapon Weapons/Knife/Knife;Yell %p% a ouvert la gorge de %v% !!!
On Kill;Weapon Melee;Yell %p% a egorge %v% !!!
On Kill;Weapon Defib;Yell %p% tue %v% avec le Defib !!!
On Kill;Weapon Repair&Tool;Yell %p% tue %v% avec le Repair Tool !!!

## Ruban Melee kill ##
Code:
On Kill;Damage Melee;PlayerCount 7;Say %p% a eu son 2 ème ruban au couteau !
On Kill;Damage Melee;PlayerCount 3;Say %p% a eu son ruban au couteau !

## WEAPON KILL ##
Code:
On Kill;Teamsize 5;Damage Explosive;Say %p% a reduit en cendres %v% -RIP-
#On kill;Teamsize 5: Damage ProjectileExplosive;Say %p% eclate %v% au %w% -RIP-
On Kill;Teamsize 5;Damage SniperRifle;Say %p% tue %v% au sniper -RIP- %h%
On Kill;Teamsize 5;Damage Handgun;Say %p% flingue %v% au %w% -RIP- %h%
On Kill;Teamsize 5;Damage Shotgun;Say %p% eclate %v% au fusil a pompe -RIP- %h%
On Kill;Teamsize 5;Damage AssaultRifle;Say %p% a eu %v% avec un %w% -RIP- %h%
On Kill;Teamsize 5;Damage SMG;Say %p% tue %v% avec un %w% -RIP- %h%
On Kill;Teamsize 5;Damage LMG;Say %p% acheve %v% au %w% -RIP- %h%

## Kill Streak Annonce ##
Code:
On Round;Set %streak%  0
On Join;Set %streak%  0
On Spawn;If %streak% >= 5;Say %p% voit sa serie de %streak% terminé
On Spawn;Set %streak% 0
On Kill;Incr %streak%
On Kill;If %streak% == 15;Say %p%: %streak% KILL STREAK! Excellent!
On Kill;If %streak% == 10;Say %p%: %streak% KILL STREAK! Wow!
On Kill;If %streak% == 5; Say %p%: %streak% KILL STREAK!
#On Kill;If %v% %streak% > 8;Say %p% as end %v% kill streak !

Code:
On kill;Headshot;range <200>; Say %p% realise un headshot de plus de %r% metres !!!


#### REGLES EN COURS DE JEU ####

## RPG & M320 limiter ##
Code:
On Round;Set %ini_kills_rpg% 0
On Join;Set %ini_kills_rpg% 0
On Kill;Weapon RPG-7;Incr %ini_kills_rpg%
If %ini_kills_rpg% >= 15; AdminSay %p%: A fait %ini_kills_rpg% kill au RPG!!
If %ini_kills_rpg% == 10; AdminSay %p%: A fait %ini_kills_rpg% kill au RPG!!
If %ini_kills_rpg% == 5; AdminSay %p%: A fait %ini_kills_rpg% kill au RPG!!
On Round;Set %ini_kills_smaw% 0
On Join;Set %ini_kills_smaw% 0
On Kill;Weapon SMAW;Incr %ini_kills_smaw%
If %ini_kills_smaw% >= 15; AdminSay %p%: A fait %ini_kills_smaw% kill au SMAW!!
If %ini_kills_smaw% == 10; AdminSay %p%: A fait %ini_kills_smaw% kill au SMAW!!
If %ini_kills_smaw% == 5; AdminSay %p%: A fait %ini_kills_smaw% kill au SMAW!!

Code:
On Kill;Weapon M320;PlayerCount 4;Say %p% ABUSE DU M320 !!
On Kill;Weapon M320;PlayerCount 2;PlayerSay Attention %p% M320: 5 use max !!
On Kill;Weapon M320;PlayerSay %p% plz read our rules: types @rules !!
On Kill;Weapon RPG-7;PlayerCount 3;Say %p% a fait 3 kill au RPG!!
On Kill;Weapon RPG-7;PlayerCount 2;PlayerSay Rappel %p% RPG-7 sur infanterie : 3 use max !!
On Kill;Weapon RPG-7;PlayerSay %p% plz read our rules: types @rules !!
On Kill;Weapon SMAW;PlayerCount 3;Say %p% a fait 3 kill au RPG!!
On Kill;Weapon SMAW;PlayerCount 2;PlayerSay Rappel %p% RPG-7 sur infanterie : 3 use max !!
On Kill;Weapon SMAW;PlayerSay %p% plz read our rules: types @rules !!

## Stop use of rockets on map Operation Metro ##
Code:
On Kill;Map Subway;Weapon SMAW;PlayerCount 3;Log %p% kicked for rockets on Metro;Kick %p% Metro rockets
On Kill;Map Subway;Weapon SMAW;PlayerSay %p% no rockets on Metro;Kill 100
On Kill;Map Subway;Weapon RPG-7;PlayerCount 3;Log %p% kicked for rockets on Metro;Kick %p% Metro rockets
On Kill;Map Subway;Weapon RPG-7;PlayerSay %p% no rockets on Metro;Kill 100

## Limit vehicle use small team SQDM ##
Code:
On spawn;PlayerCount 1;Teamsize 5;mapmode squaddeathmatch0;
playersay WAIT UNTIL 10 PLAYERS FOR VEHICULE USE
On Kill;Weapon Death;mapmode squaddeathmatch0;
PlayerCount 5;Say %p% kicked for vehicle kills;Kick kicked for vehicle kills on SQDM
PlayerCount 2;Say %p% slayed for vehicle kill %c%/5;Kill 100
PlayerCount 0;PlayerYell Read rules plz!!! @rules;Kill 100 Say %p% - no vehicle kills on squad deathmatch (#%c%/5)

## Limit vehicle use small team CQ ##
Code:
On spawn;PlayerCount 1;Teamsize 7;mapmode conquestsmall0;
playeryell WAIT UNTIL 14 PLAYERS FOR VEHICULE USE
On Kill; Teamsize 5;Weapon Death;mapmode conquestsmall0;
PlayerCount 5;Say %p% kicked for vehicle kills;Kick kicked for vehicle kills on SQDM
PlayerCount 2;Say %p% slayed for vehicle kill %c%/5;Kill 100
PlayerCount 0;PlayerSay Read rules plz!!! @rules;Kill 100 Yell %p% - NO vehicle with small team (#%c%/5)


##### BEST 3 PLAYERS #####
Code:
On Spawn;ServerFirst;Set %server_message_now% 0

On Kill;
Incr %m_kills%

On Kill;
If %m_kills% > %server_first%;Set %server_first% %m_kills%;Set %server_first_player% %p%;
If %m_kills% < %server_first%;if %m_kills% > %server_second%;Set %server_second% %m_kills%;Set %server_second_player% %p%
If %m_kills% < %server_second%;if %m_kills% > %server_third%;Set %server_third% %m_kills%;Set %server_third_player% %p%
If %m_kills% < %server_third%;if %m_kills% > %server_fourth%;Set %server_fourth% %m_kills%;Set %server_fourth_player% %p%

if %server_second_player% == %server_first_player%;Set %server_second_player% %server_third_player%;Set %server_second% %server_third%
if %server_third_player% == %server_second_player%;Set %server_third_player% %server_fourth_player%;Set %server_third% %server_fourth%

# TRIGGER FOR SHOWING BEST 3 PLAYERS
On Kill;Incr %server_stats_counter%;If %server_stats_counter% > 95;Set %server_stats_counter% 0;Set %server_msg_now% 1
On Kill;If %server_msg_now% == 1
Say - BEST 3 PLAYERS:
Say -
Say - 1st %server_first_player% -- %server_first% kills
Say - 2nd %server_second_player% -- %server_second% kills
Say - 3rd %server_third_player% -- %server_third% kills
Set %server_msg_now% 0


##### SERVER STATS  and best 3 player of the round #####
de tarreltje - ProconRulz - SERVER STATS

Code:
On Kill;Incr %ini_kills_kills[%p%]%
On Kill;Weapon Weapons/Knife/Knife,Melee;Incr %ini_knives_knives[%p%]%

On Kill;
If %ini_kills_kills[%p%]% > %ini_server_killsfirst%;Set %ini_server_killsfirst% %ini_kills_kills[%p%]%;Set %ini_server_playerfirst% %p%
If %ini_kills_kills[%p%]% < %ini_server_killsfirst%;if %ini_kills_kills[%p%]% > %ini_server_killssecond%;Set %ini_server_killssecond% %ini_kills_kills[%p%]%;Set %ini_server_playersecond% %p%
If %ini_kills_kills[%p%]% < %ini_server_killssecond%;if %ini_kills_kills[%p%]% > %ini_server_killsthird%;Set %ini_server_killsthird% %ini_kills_kills[%p%]%;Set %ini_server_playerthird% %p%
If %ini_kills_kills[%p%]% < %ini_server_killsthird%;If %ini_kills_kills[%p%]% > %ini_server_killsfourth%;Set %ini_server_killsfourth% %ini_kills_kills[%p%]%;Set %ini_server_playerfourth% %p%
If %ini_knives_knives[%p%]% > %ini_server_mostknives%;Set %ini_server_mostknives% %ini_knives_knives[%p%]%;Set %ini_server_mostknivesplayer% %p%

if %ini_server_playersecond% == %ini_server_playerfirst%;Set %ini_server_playersecond% %ini_server_playerthird%;Set %ini_server_killssecond% %ini_server_killsthird%
if %ini_server_playerthird% == %ini_server_playersecond%;Set %ini_server_playerthird% %ini_server_playerfourth%;Set %ini_server_killsthird% %ini_server_killsfourth%

# TRIGGER FOR SHOWING SERVERS BEST 3 PLAYERS
On Kill;ServerFirst;
Say - DUTCH COWBOYS SERVER STATS:
Say - 1st %ini_server_playerfirst% %ini_server_killsfirst% kills
Say - 2nd %ini_server_playersecond% %ini_server_killssecond% kills
Say - 3th %ini_server_playerthird% %ini_server_killsthird% kills
Say - Most Knives: %ini_server_mostknivesplayer% %ini_server_mostknives% knives


## REGLES EN COURS DE JEU ##

# RPG & M320 limiter



# Stop use of rockets on map Operation Metro

# Limit vehicle use small team

# TRIGGER FOR SHOWING TOP FRAG BEST 3 PLAYERS
Code:
On Kill;Incr %server_stats_counter%;If %server_stats_counter% > 95;Set %server_stats_counter% 0;Set %server_msg_now% 1
On Kill;If %server_msg_now% == 1
Say - TOP FRAG BEST 3 PLAYERS:
Say -
Say - 1st W33dWarrior - 2711 kills
Say - 2nd Diabolistiff [1942] - 2327 kills
Say - 3rd AldoLeone [1942] - 1976 kills
Set %server_msg_now% 0
On spawn; ping >250;kick ping is to high![/hide]


#             SPAWN RULE, so we get info when BF3 gives it
On Spawn;Log [%pt%] ^2%p%^0 spawned with [%kk%], [%wk%], [%speck%]
#             TEAMKILL RULZ
On TeamKill;Admin
On TeamKill;PlayerCount 2;Log %p% SUICIDAL TEAMKILL #%c% on %v% with %w%;Kill 100
On TeamKill;Log TEAMKILL #%c% by ^2%p%^0 on ^2%v%^0 with %w%
#             SUICIDE LOG
On Suicide;Log Suicide by [%pt%] [^2%p%^0] with [%wk%]
#             SAMPLE KILL RULZ
On Kill;Weapon M15&AT&MINE;Log Mine kill by [^2%p%^0] on [^2%v%^0]
On Kill;Weapon weapons/knife/knife;Log Knife kill by [^2%p%^0] on [^2%v%^0]
On Kill;Damage ProjectileExplosive;Log Rockect nade kill by [^2%p%^0] on [^2%v%^0]
On Kill;Log Kill [%pt%] [^2%p%^0] killed [%vt%] [^2%v%^0] with [%wk%] [%w%], Kit [%kk%] [%k%], Damage [%d%]
#             SAMPLE SAY RULZ
On Say;Text protected;Protected;Say [^2%p%^0] is protected
On Say;Text protected;Not Protected;Say [^2%p%^0] is NOT protected
On Say;Admin;Text xkill;TargetPlayer;Say Confirm %t%;TargetAction Say %t% killed by admin;TargetAction Kill 100
On Say;Admin;Text xkick;TargetPlayer;Say Confirm %t%;TargetAction Say %t% kicked by admin;TargetAction Kick Kicked by admin
On Say;Text xyes;TargetConfirm
#             ROUND CHANGE
On Round;Log Round change to [%m%] [%mm%]
#             JOINER/LEAVER LOG
On Join;Admin;Log Joiner [^2%p%^0] (min teamsize %n%) (Admin)
On Join;Log Joiner [^2%p%^0] (min teamsize %n%) (Not admin)
On Leave; Log Leaver [^2%p%^0] (min teamsize %n%)

#             SPAWN RULE, so we get info when BF3 gives it
On Spawn;Log [%pt%] ^2%p%^0 spawned with [%kk%], [%wk%], [%speck%]
#             TEAMKILL RULZ
On TeamKill;Admin
On TeamKill;PlayerCount 2;Log %p% SUICIDAL TEAMKILL #%c% on %v% with %w%;Kill 100
On TeamKill;Log TEAMKILL #%c% by ^2%p%^0 on ^2%v%^0 with %w%
#             SUICIDE LOG
On Suicide;Log Suicide by [%pt%] [^2%p%^0] with [%wk%]
#             SAMPLE KILL RULZ
On Kill;Weapon M15&AT&MINE;Log Mine kill by [^2%p%^0] on [^2%v%^0]
On Kill;Weapon weapons/knife/knife;Log Knife kill by [^2%p%^0] on [^2%v%^0]
On Kill;Damage ProjectileExplosive;Log Rockect nade kill by [^2%p%^0] on [^2%v%^0]
On Kill;Log Kill [%pt%] [^2%p%^0] killed [%vt%] [^2%v%^0] with [%wk%] [%w%], Kit [%kk%] [%k%], Damage [%d%]
#             SAMPLE SAY RULZ
On Say;Text protected;Protected;Say [^2%p%^0] is protected
On Say;Text protected;Not Protected;Say [^2%p%^0] is NOT protected
On Say;Admin;Text xkill;TargetPlayer;Say Confirm %t%;TargetAction Say %t% killed by admin;TargetAction Kill 100
On Say;Admin;Text xkick;TargetPlayer;Say Confirm %t%;TargetAction Say %t% kicked by admin;TargetAction Kick Kicked by admin
On Say;Text xyes;TargetConfirm
#             ROUND CHANGE
On Round;Log Round change to [%m%] [%mm%]
#             JOINER/LEAVER LOG
On Join;Admin;Log Joiner [^2%p%^0] (min teamsize %n%) (Admin)
On Join;Log Joiner [^2%p%^0] (min teamsize %n%) (Not admin)
On Leave; Log Leaver [^2%p%^0] (min teamsize %n%)


Dernière édition par Aldoleone le Lun 6 Jan 2014 - 18:41, édité 18 fois
Revenir en haut Aller en bas
Aldoleone
Admin
Admin
Aldoleone


Messages : 1824
Date d'inscription : 21/11/2011
Age : 42
Localisation : --> . <--

[TUTO] Procon - ProconRulz - Rulz for BF3 Empty
MessageSujet: Re: [TUTO] Procon - ProconRulz - Rulz for BF3   [TUTO] Procon - ProconRulz - Rulz for BF3 EmptyMer 1 Mai 2013 - 15:55

réservé au cas ou ^^
Revenir en haut Aller en bas
grouik




Messages : 1
Date d'inscription : 22/08/2013

[TUTO] Procon - ProconRulz - Rulz for BF3 Empty
MessageSujet: merci   [TUTO] Procon - ProconRulz - Rulz for BF3 EmptyJeu 22 Aoû 2013 - 18:33

merci
Revenir en haut Aller en bas
Aldoleone
Admin
Admin
Aldoleone


Messages : 1824
Date d'inscription : 21/11/2011
Age : 42
Localisation : --> . <--

[TUTO] Procon - ProconRulz - Rulz for BF3 Empty
MessageSujet: Re: [TUTO] Procon - ProconRulz - Rulz for BF3   [TUTO] Procon - ProconRulz - Rulz for BF3 EmptyVen 23 Aoû 2013 - 10:36

Salut groupe.


Malheureusement je n'ai pas pris le temps de terminer ce tutos. Il incomplet et le peu qu'il y a ne fonctionne pas terrible Sad

Si tu veux plus d'infos sur le reste, ce qui est manquant quoi, n'hésite pas à me le faire savoir Wink

Je tâcherai de faire un truc propre.
Revenir en haut Aller en bas
Diabo

Diabo


Messages : 348
Date d'inscription : 05/10/2012
Age : 31
Localisation : Nancy

[TUTO] Procon - ProconRulz - Rulz for BF3 Empty
MessageSujet: Re: [TUTO] Procon - ProconRulz - Rulz for BF3   [TUTO] Procon - ProconRulz - Rulz for BF3 EmptyVen 23 Aoû 2013 - 11:33

Petit edit pour dire que le kick auto avec le ping >250 ne fonctionne pas, hier nous avons était obligé de kické un joueur après 2 parties car il avait plus de 350 de ping.
Revenir en haut Aller en bas
Reitribution

Reitribution


Messages : 4
Date d'inscription : 26/09/2013
Age : 43
Localisation : Bruxelles

[TUTO] Procon - ProconRulz - Rulz for BF3 Empty
MessageSujet: Re: [TUTO] Procon - ProconRulz - Rulz for BF3   [TUTO] Procon - ProconRulz - Rulz for BF3 EmptyVen 27 Sep 2013 - 0:45

bonjour, bonsoir Aldo'

un peu frustré de trouver ce tuto à l'état d'ébauche, je débarque sur votre TS... ^^'
en discutant avec lui, Uzu' m'a vendu un bout de code de ta mouture que j'ai transformé en:

##--------------------RPG limiter--------------------
On Round;Set %ini_kills_rpg% 0
On Join;Set %ini_kills_rpg% 0
On Kill;Weapon RPG-7;Incr %ini_kills_rpg%
If %ini_kills_rpg% >= 1; AdminSay %p%: a fait %ini_kills_rpg% kill au RPG
On Kill;Weapon RPG-7;PlayerSay %p%svp lisez nos regles: tapez @rules
##--------------------SMAW limiter--------------------
On Round;Set %ini_kills_smaw% 0
On Join;Set %ini_kills_smaw% 0
On Kill;Weapon SMAW;Incr %ini_kills_smaw%
If %ini_kills_smaw% >= 1; AdminSay %p%: a fait %ini_kills_smaw% kill au SMAW
On Kill;Weapon SMAW;PlayerSay %p%svp lisez nos regles: tapez @rules
##--------------------M320 limiter--------------------
On Round;Set %ini_kills_320% 0
On Join;Set %ini_kills_320% 0
On Kill;Weapon M320;Incr %ini_kills_320%
If %ini_kills_320% >= 1; AdminSay %p%: a fait %ini_kills_320% kill au M320
On Kill;Weapon M320;kill;PlayerSay %p% svp lisez nos regles: tapez @rules

mais au final les kills comptent double!?

plusieurs questions: peux-tu m'aider? me guider? m'orienter? me corriger? Razz

merci d'avance


PS. nouvellement CDV (communauté des vieux) alias CDV_Reitribution, j'ai hérité des droits admin sur la procon et j'essaie de mettre en place un maximum d'automatisme pour limiter les interactions joueurs/admins/procon
Revenir en haut Aller en bas
http://communautedesvieux.net/news.php
Aldoleone
Admin
Admin
Aldoleone


Messages : 1824
Date d'inscription : 21/11/2011
Age : 42
Localisation : --> . <--

[TUTO] Procon - ProconRulz - Rulz for BF3 Empty
MessageSujet: Re: [TUTO] Procon - ProconRulz - Rulz for BF3   [TUTO] Procon - ProconRulz - Rulz for BF3 EmptyVen 27 Sep 2013 - 0:48

slt,

oui pas de probléme je regarde et je te donne tout ça!

avec en prime un up du tuto avec tous les codes procon rulz


edit: regarderais ça demain!
Revenir en haut Aller en bas
Aldoleone
Admin
Admin
Aldoleone


Messages : 1824
Date d'inscription : 21/11/2011
Age : 42
Localisation : --> . <--

[TUTO] Procon - ProconRulz - Rulz for BF3 Empty
MessageSujet: Re: [TUTO] Procon - ProconRulz - Rulz for BF3   [TUTO] Procon - ProconRulz - Rulz for BF3 EmptyVen 27 Sep 2013 - 9:00

Reitribution a écrit:


mais au final les kills comptent double!?

plusieurs questions: peux-tu m'aider? me guider? m'orienter? me corriger? Razz


salut,

J'ai regardé ce matin, mais je ne comprend pas ta demande. As tu un problème avec ce code?

pour le reste du tuto je te le ferais ce soir, la je vais bosser mais je pourrais toujours te répondre.
Revenir en haut Aller en bas
Reitribution

Reitribution


Messages : 4
Date d'inscription : 26/09/2013
Age : 43
Localisation : Bruxelles

[TUTO] Procon - ProconRulz - Rulz for BF3 Empty
MessageSujet: Re: [TUTO] Procon - ProconRulz - Rulz for BF3   [TUTO] Procon - ProconRulz - Rulz for BF3 EmptyVen 27 Sep 2013 - 10:55

dans les logs on obtient:

aldo [SWAM] rei
aldo a fait 2 kills au SMAW
aldo [SWAM] rei
aldo a fait 4 kills au SMAW

donc manifestement la variable est incrémentée par 2 à chaque kill =$
Revenir en haut Aller en bas
http://communautedesvieux.net/news.php
Aldoleone
Admin
Admin
Aldoleone


Messages : 1824
Date d'inscription : 21/11/2011
Age : 42
Localisation : --> . <--

[TUTO] Procon - ProconRulz - Rulz for BF3 Empty
MessageSujet: Re: [TUTO] Procon - ProconRulz - Rulz for BF3   [TUTO] Procon - ProconRulz - Rulz for BF3 EmptyVen 27 Sep 2013 - 11:37

Ha oui cest vrai, on a la meme erreur Embarassed

Ça fait longtemps que j'ai pas pris le temps de tester les codes, la ce message nous sert juste au cas où ça rage pour le rpg infanterie.

Il faudrait que je retest ça, ou modifier, sauf si tu as trouvé le problème Razz
Revenir en haut Aller en bas
Aldoleone
Admin
Admin
Aldoleone


Messages : 1824
Date d'inscription : 21/11/2011
Age : 42
Localisation : --> . <--

[TUTO] Procon - ProconRulz - Rulz for BF3 Empty
MessageSujet: Re: [TUTO] Procon - ProconRulz - Rulz for BF3   [TUTO] Procon - ProconRulz - Rulz for BF3 EmptyVen 27 Sep 2013 - 20:43

UP! Premier post

@Reitribution : j'ai pas pu tester la commande pour les rpg, il faudrait avoir un serveur vide.



Enjoy!!
Revenir en haut Aller en bas
Reitribution

Reitribution


Messages : 4
Date d'inscription : 26/09/2013
Age : 43
Localisation : Bruxelles

[TUTO] Procon - ProconRulz - Rulz for BF3 Empty
MessageSujet: Re: [TUTO] Procon - ProconRulz - Rulz for BF3   [TUTO] Procon - ProconRulz - Rulz for BF3 EmptySam 28 Sep 2013 - 11:20

merci bcp pour le up, entre temps j'avance dans mes tests avec:

##--------------------RPG limiter--------------------
On Round;Set %ini_kills_rpg% 0
On Join;Set %ini_kills_rpg% 0
On Kill;Weapon RPG-7;Incr %ini_kills_rpg%; AdminSay %p% a fait %ini_kills_rpg% kill au RPG;PlayerYell %p%svp lisez nos regles: tapez @rules
##--------------------SMAW limiter--------------------
On Round;Set %ini_kills_smaw% 0
On Join;Set %ini_kills_smaw% 0
On Kill;Weapon SMAW;Incr %ini_kills_smaw%; AdminSay %p% a fait %ini_kills_smaw% kill au SMAW;PlayerYell %p%svp lisez nos regles: tapez @rules
##--------------------M320 limiter--------------------
On Round;Set %ini_kills_320% 0
On Join;Set %ini_kills_320% 0
On Kill;Weapon M320;Incr %ini_kills_320%;kill; AdminSay %p% a fait %ini_kills_320% kill au M320;PlayerYell %p% svp lisez nos regles: tapez @rules
##If %ini_kills_320% >= 3;kick

qui comptait double à cause d'une double incrémentation, l'une explicite, l'autre implicite dans le test de la condition je crois, le >=

mais mnt le compteur est partagé par tous les joueurs -_-
Revenir en haut Aller en bas
http://communautedesvieux.net/news.php
Contenu sponsorisé





[TUTO] Procon - ProconRulz - Rulz for BF3 Empty
MessageSujet: Re: [TUTO] Procon - ProconRulz - Rulz for BF3   [TUTO] Procon - ProconRulz - Rulz for BF3 Empty

Revenir en haut Aller en bas
 
[TUTO] Procon - ProconRulz - Rulz for BF3
Revenir en haut 
Page 1 sur 1
 Sujets similaires
-
» [TUTO] Procon - ProconRulz - Rulz for BF4
» [TUTO] Procon - ProconRulz
» [TUTO] Procon - Installer un PLugin
» [TUTO] Procon - BF3 Manager - Map list
» ProconRulz code

Permission de ce forum:Vous ne pouvez pas répondre aux sujets dans ce forum
 :: SALON DETENTE :: Download et tutos-
Sauter vers: