Bug RPG + DM sur CSS
Dernière réponse : dans Jeux
Bonjour, je voudrais corriger un bug sur mon serveur
Pour le DM j'ai le plugin que l'on peut installer directement par verygames
et pour le RPG j'ai sa http://addons.eventscripts.com/addons/view/sourcerpg
hors il y a un bug vraiment étrange
1.Pendant la spawn protection on a la vie de notre maxheal en mode rpg, puis une fois la spawn protection terminée, on a 100 de vie et quand on se fait blesser et que l'on a de la régen notre vien peut remonter jusqu'au maxheal du rpg
Je voudrais donc faire en sorte que la vie de la spawn protection soit un truc pour que pendant la spawn protection on soit invincible et qu'après on ai notre maxheal.
2.Un autre truc qui n'a rien a voir, comment faut il faire pour que le panneau affiché par rpgmenu ne disparaisse pas a chaque fois que l'on augmente un sort
3. quand je réécris guns dans le chat sa me met que le menu est déjà ouvert même si sa fait 1/4 h que j'ai acheté mes armes
4. votekick et voteban ne fonctionnent pas
Merci
Pour le DM j'ai le plugin que l'on peut installer directement par verygames
et pour le RPG j'ai sa http://addons.eventscripts.com/addons/view/sourcerpg
hors il y a un bug vraiment étrange
1.Pendant la spawn protection on a la vie de notre maxheal en mode rpg, puis une fois la spawn protection terminée, on a 100 de vie et quand on se fait blesser et que l'on a de la régen notre vien peut remonter jusqu'au maxheal du rpg
Je voudrais donc faire en sorte que la vie de la spawn protection soit un truc pour que pendant la spawn protection on soit invincible et qu'après on ai notre maxheal.
2.Un autre truc qui n'a rien a voir, comment faut il faire pour que le panneau affiché par rpgmenu ne disparaisse pas a chaque fois que l'on augmente un sort
3. quand je réécris guns dans le chat sa me met que le menu est déjà ouvert même si sa fait 1/4 h que j'ai acheté mes armes
4. votekick et voteban ne fonctionnent pas
Merci
Autres pages sur : bug rpg css
Lassé par la pub ? Créez un compte
salut
pour ton premier problème je te conseille d'installer toi meme un plug in de spawn protect que tu peux facilement trouver sur le site d'eventscripts
Regarde dans les configurations de ton mode RPG pour que le menu reste ouvert, il y a sans doute une ligne de commande qui parle de cela .
Ensuite pour le guns, il faut savoir que cela ouvre le menu seulement si tu as choisis précédemment l'option "memes armes et ne plus ouvrir le menu", sinon il faut attendre d'etre mort pour que le menu réapparaisse .
enfin pour le votekick et le voteban, pourquoi ne pas installer un plugin d'administration tel que Xtensible admin, SourceMod ou mani admin plugin si ce n'est pas déja fait
en espérant t'avoir aider .
tonton du bled
pour ton premier problème je te conseille d'installer toi meme un plug in de spawn protect que tu peux facilement trouver sur le site d'eventscripts
Regarde dans les configurations de ton mode RPG pour que le menu reste ouvert, il y a sans doute une ligne de commande qui parle de cela .
Ensuite pour le guns, il faut savoir que cela ouvre le menu seulement si tu as choisis précédemment l'option "memes armes et ne plus ouvrir le menu", sinon il faut attendre d'etre mort pour que le menu réapparaisse .
enfin pour le votekick et le voteban, pourquoi ne pas installer un plugin d'administration tel que Xtensible admin, SourceMod ou mani admin plugin si ce n'est pas déja fait
en espérant t'avoir aider .
tonton du bled
Merci pour le 1 j'en ai installé un et sa marche
2.
Je ne vois pas ou sa ce trouve ^^
4. J'ai déja SourceMod mais sa ne fonctionne pas
2.
// SourceRPG version 2.1.063 by Freddukes AKA Pro Noob
// ../addons/eventscripts/sourcerpg/config.cfg
// >>> To config the skills, see ../sourcerpg/skills.cfg <<<
// ****************************
// ****************************
// ***** MESSAGE SETTINGS *****
// ****************************
// ****************************
// The level of debug. The higher the level the more SPAM in console and laggier it is. 0 = disable
srpg_debugMode 0
// The prefix of the script (will appear before every text message)
srpg_prefix "[SourceRPG]"
// Whether or not a player is told their XP and level each time they gain experience
srpg_announceXp 1
// Whether or not a player is informed about their xp and level status upon spawn
srpg_announceOnSpawn 1
// Whether or not the server will be notified about a player leveling up
srpg_levelUp 1
// ****************************
// ****************************
// ******** XP SETTINGS *******
// ****************************
// ****************************
// If there are 0 enemies on the opposite team, enabling this stops players from achieving experience
srpg_disableUnfairAdvantageXp 1
// The amount of experience gained from a kill multiplied by the victim's level
srpg_killXp 15
// The amount of additional xp received for a headshot kill
srgp_headshotXp 50
// The amount of experience received from planting the bomb multiplied by the user's level
srpg_bombPlantXp 25
// The amount of experience received from waiting until the bomb exploded multiplied by the user's level
srpg_bombExplodeXp 25
// The amount of experience received from defusing the bomb
srpg_bombDefuseXp 25
// The amount of experience received by making a hostage follow you (per hostage) multiplied by the user's level
srpg_hostageFollowXp 25
// The amount of experience received by rescuing a hostage (per hostage) multiplied by the user's level
srpg_hostageRescueXp 25
// The amount of experience needed to level up the first time
srpg_startXp 250
// After starting, this is the incremental amount of experience from level to level
srpg_xpIncrement 50
// The amount of credits players begin with
srpg_startCredits 5
// The amount of credits received each level up
srpg_creditsReceived 5
// The percentage of credits received when selling credits
srpg_sellPercentage 75
// The amount of experience gained for each point of damage dealt
srpg_damageXp 1.0
// This section will be for adding specific weapons to the damage table.
// If the weapon is not specified here, then each damage dealt with that weapon
// will be damageXp. For example, if you want every damage with a knife
// to gain you 8 experience, then you can specify that here. You can also
// specify the amount of additional experience gained from a kill with this
// weapon. For example if you wanted a knife to gain you 8 experience for
// each damage dealt, and an additonal 50 experience for killing a player,
// the command would be as follows:
//
// srpg addweaponxp knife 8 50
//
// The last parameter (the kill xp) is optional so you can ommit it if you wish.
//
// srpg addweaponxp <weapon name> <amount of xp per damage dealt> [optional: amount of xp per kill]
// End of specific weapon commands here
// ****************************
// ****************************
// ***** GENERAL SETTINGS *****
// ****************************
// ****************************
// The maximum level possible before a player can no longer achieve more experience, 0 to disable
srpg_maxLevel 999
// When a player reaches the maximum level, will their stats be reset?
srpg_maxLevelReset 1
// When the top 10 players total levels add together to make this level, the servers database will reset. 0 to disable
srpg_serverMaxLevel 9990
// Whether or not a player's popup to upgrade their stats will appear when they level up
srpg_popupStatus 1
// The amount of days a player can be inactive before they are removed from the database
srpg_inactivityCounter 7
// ****************************
// ****************************
// ****** SOUND SETTINGS ******
// ****************************
// ****************************
// The sound played when a player upgrades a skill, use "" for no sound
srpg_skillUpgradeSound "ambient/machines/machine1_hit2.wav"
// The sound played when a player downgrades a skill, use "" to disable
srpg_skillDowngradeSound "vehicles/apc/apc_shutdown.wav"
// The sound played when a player levels up, use "" to disable
srpg_levelupSound "ambient/energy/whiteflash.wav"
// ****************************
// ****************************
// **** DATABASE SETTINGS *****
// ****************************
// ****************************
// "round end" or "intervals". Use "intervals" for a deathmatch server (see below) otherwise use "round end"
srpg_saveType "round end"
// This only applies if saveType is set to intervals. This is the amount of time in seconds that the database will save.
srpg_saveLength 120
// ****************************
// ****************************
// ******* TURBO MODE *********
// ****************************
// ****************************
// Whether or not turbo mode is enabled
srpg_turboMode 0
// If turbo mode is on, will a message be sent at spawn tell them about it
srpg_turboModeAnnounce 1
// The amount that the experience is multiplied by in turbo mode
srpg_turboXpMultiplier 3
// The amount that the credits gained are multiplied by in turbo mode.
srpg_turboCreditMultiplier 2
// ****************************
// ****************************
// ********** BOTS ************
// ****************************
// ****************************
// The maximum level of bots, 0 to not have a maximum level
srpg_botMaxLevel 500
// Do bots receive experience when attacking other humans?
srpg_botsGetXpVsHumans 1
// Do humans receive experience when attacking other bots?
srpg_humansGetXpVsBots 1
// Do bots receive experience when attacking other bots?
srpg_botsGetXpVsBots 1
// Do bots receive experience on events such as bomb plant and bomb defuse etc?
srpg_botsGetXpOnEvents 1
Je ne vois pas ou sa ce trouve ^^
4. J'ai déja SourceMod mais sa ne fonctionne pas
ah effectivement je ne vois pas non plus ou cela ce trouve, Ca doit sans doute etre impossible avec la version du RPG que tu utilise malheureusement
Pour le 4. si tu as installé Mattie eventscripts tu peux essayer d'utiliser le Xtensible admin en ajoutant la ligne :
dans ton autoexec.cfg ou server.cfg
si ca ne marche toujours pas installe un script votekick / voteban comme ceux que tu pourras trouver sur Mattie eventscripts ^^
Pour le 4. si tu as installé Mattie eventscripts tu peux essayer d'utiliser le Xtensible admin en ajoutant la ligne :
Citation :
es_load xa
si ca ne marche toujours pas installe un script votekick / voteban comme ceux que tu pourras trouver sur Mattie eventscripts ^^
Lassé par la pub ? Créez un compte