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

AMXX Transfer v1.1


Post New Thread Reply   
 
Thread Tools Display Modes
Plugin Info:     Modification:   Counter-Strike        Category:   Admin Commands       
dorin2oo7
Senior Member
Join Date: Jun 2008
Location: Sibiu, Romania
Old 04-21-2009 , 10:16   AMXX Transfer v1.1
Reply With Quote #1

AMXX Transfer v1.2
by Deviance
brought to you by Dorin


.:: Description ::.

  • ADMIN TRANSFER v1.0 by Deviance - Transfer players to diff teams, swap teams, and swap players
  • The players are transfer ALIVE or DEAD with no problems !
  • I take no credit for this plugin as I didn't created !
  • I just toked it out from AMX_SUPER and make it work !
.:: Installing ::.
  1. Copy amx_transfer.amxx into mod_dir/addons/amxmodx/plugins (mod_dir = cstrike, czero, dod etc)
  2. Copy amx_transfer.txt goes to mod_dir/addons/amxmodx/data/lang
  3. Open plugins.ini from mod_dir/addons/amxmodx/configs
  4. Add at the end of the list on a new line like follows:
    Code:
    amx_transfer.amxx
  5. Save and close plugins.ini
  6. Restart Server or Change Map
.:: Admin Commands ::.
  • amx_transfer /name/ /ct t spec/
    • Transfers that player to the specified team
  • amx_team /name/ /ct t spec/
    • Transfers that player to the specified team
  • amx_swap /name/ /name 2/>
    • Swaps two players with eachother
  • amx_teamswap
    • Swaps two teams with eachother
ACCESS needed for admin ADMIN_SLAY (cand be changed in *.sma)

.:: Notes ::.

If you already use amx_super you don't need these plugin as long as AMX Super already has it !!!

.:: Multilingual ::.

Code:
[en] English - AMX Super Team
[ro] Romanian - Teascu Dorin
[pl] Polish - UNKNOWN
[de] German - master4life
[fr] French - PsYChOPaTiQuE
[es] Spanish - meTaLiCroSS
[ru] Russian - Simax
[sv] Swedish - D-TOX
[nl] Dutch - crazyeffect
[cn] Chinese - mj_l
Any other translation is welcomed !!!

.:: Credits ::.

Deviance - all the credits for creating the plugin

.:: Change Log ::.

Code:
Legend: f - fixed | ! - added | c - changed | r - removed
v1.0
- First release
 
v1.1
- r fm_DispatchSpawn(%1) - THX arkshine
- c part of script to run easier

v1.2
- ! function to respawn the player in the new team spawn point (THX ConnorMcLeod)
.:: Game Monitor ::.

Server that using This Plugin

.:: Download ::.
Attached Files
File Type: zip amx_transfer-1_1.zip (15.8 KB, 3861 views)
File Type: sma Get Plugin or Get Source (amx_transfer.sma - 5272 views - 7.9 KB)
File Type: txt amx_transfer.txt (14.7 KB, 2915 views)
__________________

Last edited by dorin2oo7; 04-09-2012 at 10:08. Reason: Added Chinese Translation
dorin2oo7 is offline
dorin2oo7
Senior Member
Join Date: Jun 2008
Location: Sibiu, Romania
Old 04-21-2009 , 10:19   Re: AMXX Transfer v1.0
Reply With Quote #2

Further notice:

I could not manage how to make the transferred player to be spawned in the new team spawn point. He is moved without any problem to the other team but remaining in the same place with the same stuff as gun and/or ammo and Armour.

Any help to make that happen is very welcome...
__________________
dorin2oo7 is offline
YamiKaitou
Has a lovely bunch of coconuts
Join Date: Apr 2006
Location: Texas
Old 04-21-2009 , 10:29   Re: AMXX Transfer v1.0
Reply With Quote #3

What is different from this plugin and the original?
__________________
ProjectYami Laboratories

I do not browse the forums regularly anymore. If you need me for anything (asking questions or anything else), then PM me (be descriptive in your PM, message containing only a link to a thread will be ignored).
YamiKaitou is offline
dorin2oo7
Senior Member
Join Date: Jun 2008
Location: Sibiu, Romania
Old 04-21-2009 , 10:32   Re: AMXX Transfer v1.0
Reply With Quote #4

That's the idea !
Is not a difference
Idea was to make the plugin alone just by itself. Mabie there are ppl that like the plugin alone without the hole script from amx_super !
__________________
dorin2oo7 is offline
YamiKaitou
Has a lovely bunch of coconuts
Join Date: Apr 2006
Location: Texas
Old 04-21-2009 , 10:35   Re: AMXX Transfer v1.0
Reply With Quote #5

Then remove your name from the Author field.
__________________
ProjectYami Laboratories

I do not browse the forums regularly anymore. If you need me for anything (asking questions or anything else), then PM me (be descriptive in your PM, message containing only a link to a thread will be ignored).
YamiKaitou is offline
dorin2oo7
Senior Member
Join Date: Jun 2008
Location: Sibiu, Romania
Old 04-21-2009 , 10:40   Re: AMXX Transfer v1.0
Reply With Quote #6

If you think that makes the difference I will...

EDIT: Hope to be OK now ;)...
__________________

Last edited by dorin2oo7; 04-21-2009 at 10:44.
dorin2oo7 is offline
YamiKaitou
Has a lovely bunch of coconuts
Join Date: Apr 2006
Location: Texas
Old 04-21-2009 , 10:44   Re: AMXX Transfer v1.0
Reply With Quote #7

Quote:
Originally Posted by dorin2oo7 View Post
If you think that makes the difference I will...
If you didn't make any of the code, you shouldn't be the author of it. Now, if you changed something, then you can add it.
__________________
ProjectYami Laboratories

I do not browse the forums regularly anymore. If you need me for anything (asking questions or anything else), then PM me (be descriptive in your PM, message containing only a link to a thread will be ignored).
YamiKaitou is offline
dorin2oo7
Senior Member
Join Date: Jun 2008
Location: Sibiu, Romania
Old 04-21-2009 , 10:48   Re: AMXX Transfer v1.0
Reply With Quote #8

Sorry about that... I had removed me from the author. If I was so selfish I could change somehow the script but I don't like that.
I make it alone without amx_super because I saw that there where some try's about that...
__________________
dorin2oo7 is offline
master4life
Senior Member
Join Date: Mar 2006
Location: Germany
Old 04-21-2009 , 12:14   Re: AMXX Transfer v1.0
Reply With Quote #9

German Translate
Code:
[de]
TEAM_INVALID = [AMXX] Ungueltiges Team angegeben! Gueltige Teams sind: T, CT, Auto, Spec
TRANSFER_PLAYER_CASE1 = [AMXX] ADMIN transferiert %s zu den %s Team erfolgreich
TRANSFER_PLAYER_CASE2 = [AMXX] ADMIN %s transferiert %s zu den %s Team erfolgreich
TRANSFER_PLAYER_TEAM = [AMXX] Sie wurden zu den %s Team transferiert
TRANSFER_PLAYER_LOG = [AMX_Transfer] TEAMTRANSFER: ^"%s<%s>^" transferiert ^"%s^" zu den ^"%s^" Team
TRANSFER_PLAYER_CONSOLE = [AMXX] %s Sie wurden erfolgreich transferiert zu den %s Team
TRANSFER_SWAP_PLAYERS_SUCCESS_CASE1 = [AMXX] ADMIN vertauschte %s mit %s erfolgreich
TRANSFER_SWAP_PLAYERS_SUCCESS_CASE2 = [AMXX] ADMIN %s vertauschte %s mit %s erfolgreich
TRANSFER_SWAP_TEAM_SUCCESS_CASE1 = [AMXX] ADMIN vertauschte das Team erfolgreich!
TRANSFER_SWAP_TEAM_SUCCESS_CASE2 = [AMXX] ADMIN %s vertauschte das Team erfolgreich!
TRANSFER_SWAP_TEAM_MESSAGE = [AMXX] Das Team wurde vertauscht
TRANSFER_SWAP_PLAYERS_CONSOLE = [AMXX] Erfolgreich %s mit %s vertauscht
TRANSFER_PLAYER_ERROR_CASE1 = [AMXX] Sie koennen denn Spieler nicht eintauschen ist schon im gleichem Team!
TRANSFER_PLAYER_ERROR_CASE2 = [AMXX] Sie koennen denn Spieler nicht eintauschen Sie sind nicht in einem Team!
TRANSFER_SWAP_PLAYERS_MESSAGE1 = [AMXX] Sie wurden mit %s vertauscht
TRANSFER_SWAP_PLAYERS_MESSAGE2 = [AMXX] Sie wurden mit %s vertauscht
TRANSFER_SWAP_TEAM_LOG = [AMX_Transfer] TEAMTRANSFER: ^"%s<%s>^" vertauschte Teams
TRANSFER_SWAP_PLAYERS_LOG = [AMX_Transfer] TEAMTRANSFER: ^"%s<%s>^" verschiebt ^"%s^" mit ^"%s^"
master4life is offline
Send a message via ICQ to master4life Send a message via MSN to master4life Send a message via Skype™ to master4life
PsYChOPaTiQuE
Veteran Member
Join Date: Jan 2009
Location: Paris
Old 04-21-2009 , 13:02   Re: AMXX Transfer v1.0
Reply With Quote #10

in french:

Code:
[fr]
TEAM_INVALID = [AMXX] Equipe invalide! Les equipes valides sont: T, CT, Auto, Spec
TRANSFER_PLAYER_CASE1 = [AMXX] ADMIN Transfere reussi de %s dans l'equipe % 
TRANSFER_PLAYER_CASE2 = [AMXX] ADMIN %s Transfere reussi de %s dans l'equipe %
TRANSFER_PLAYER_TEAM = [AMXX] Tu a ete transfere dans l'equipe % TRANSFER_PLAYER_LOG = [AMX_Transfer] TEAMTRANSFER: ^"%s<%s>^" transfere ^"%^" dans l'equipe ^"%^"
TRANSFER_PLAYER_CONSOLE = [AMXX] Tu a transfere avec succes % dans l'equipe %
TRANSFER_SWAP_PLAYERS_SUCCESS_CASE1 = [AMXX] ADMIN Successfully swapped %s with %s
TRANSFER_SWAP_PLAYERS_SUCCESS_CASE2 = [AMXX] ADMIN % Transfere reussi de % avec %
TRANSFER_SWAP_TEAM_SUCCESS_CASE1 = [AMXX] ADMIN Transfere reussi entre les equipes!
TRANSFER_SWAP_TEAM_SUCCESS_CASE2 = [AMXX] ADMIN % a ete transfere avec succes!
TRANSFER_SWAP_TEAM_MESSAGE = [AMXX] Tu a ete transfere dans une autre equipe
TRANSFER_SWAP_PLAYERS_CONSOLE = [AMXX] Transfere reussi de % avec %
TRANSFER_PLAYER_ERROR_CASE1 = [AMXX] Tu ne peux pas transferer des joueurs qui sont dans la meme equipe!
TRANSFER_PLAYER_ERROR_CASE2 = [AMXX] Tu ne peux pas transferer de joueurs qui sont dans la meme equipe!
TRANSFER_SWAP_PLAYERS_MESSAGE1 = [AMXX] Tu as ete transfere avec les %
TRANSFER_SWAP_PLAYERS_MESSAGE2 = [AMXX] Tu as ete echange avec les %
TRANSFER_SWAP_TEAM_LOG = [AMX_Transfer] TEAMTRANSFER: ^"%s<%s>^" a echange les equipes
TRANSFER_SWAP_PLAYERS_LOG = [AMX_Transfer] TEAMTRANSFER: ^"%s<%s>^" a echange ^"%s^" avec ^"%s^"
__________________
PsYChOPaTiQuE is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


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


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