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

Can you some one decompiler this [ZP] plugin ?


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
WaLkMaN
Senior Member
Join Date: Oct 2010
Location: Varna, Bulgaria
Old 01-17-2011 , 10:43   Can you some one decompiler this [ZP] plugin ?
Reply With Quote #1

Hello. I search the .sma file of this plugin but i don't find it. And can you someone decompiler amxx file and post .sma file in the theme ? Please

Thanks in advance
Attached Files
File Type: zip zp_change_name_RUS.zip (2.4 KB, 112 views)
WaLkMaN is offline
wisam187
Senior Member
Join Date: Jan 2011
Location: In My Own World
Old 01-17-2011 , 13:25   Re: Can you some one decompiler this [ZP] plugin ?
Reply With Quote #2

sorry man...... i searched the internet for it... i found the one you uploaded only.
wisam187 is offline
lucas_7_94
Leche Loco
Join Date: Mar 2009
Location: Argentina
Old 01-17-2011 , 15:43   Re: Can you some one decompiler this [ZP] plugin ?
Reply With Quote #3

That is impossible to change the plugin amxx to sma.

PD : How works that plugin ?
__________________
ATWWMH - MiniDuels
Madness is like gravity, just need a little push.
lucas_7_94 is offline
Send a message via Skype™ to lucas_7_94
teobrvt1995
Senior Member
Join Date: Aug 2010
Location: Việt Nam
Old 01-18-2011 , 00:11   Re: Can you some one decompiler this [ZP] plugin ?
Reply With Quote #4

U can open file amxx with notepad, but in it has too many crazy symbol and i cant read it...so, open it and try to translate
teobrvt1995 is offline
Send a message via Yahoo to teobrvt1995
wisam187
Senior Member
Join Date: Jan 2011
Location: In My Own World
Old 01-18-2011 , 06:12   Re: Can you some one decompiler this [ZP] plugin ?
Reply With Quote #5

Quote:
but in it has too many crazy symbol and i cant read it
actually... that means it it cant be opened by notepad.
wisam187 is offline
WaLkMaN
Senior Member
Join Date: Oct 2010
Location: Varna, Bulgaria
Old 01-18-2011 , 08:20   Re: Can you some one decompiler this [ZP] plugin ?
Reply With Quote #6

Quote:
Originally Posted by lucas_7_94 View Post
That is impossible to change the plugin amxx to sma.

PD : How works that plugin ?
The plugin is in Russian and I want to change the message on English or Bulgaria.

I translate description of the plugin whit google translater "This plugin will kick all players who tried to change the nickname during a game. Well suited for banks, the system level, where conservation goes by nick!"
WaLkMaN is offline
Vechta
Veteran Member
Join Date: Jun 2010
Old 01-18-2011 , 08:34   Re: Can you some one decompiler this [ZP] plugin ?
Reply With Quote #7

Quote:
Originally Posted by lucas_7_94 View Post
That is impossible to change the plugin amxx to sma.

PD : How works that plugin ?
It's possible to decompile amxx plugin to sma but it's a very hard way.
Vechta is offline
lucas_7_94
Leche Loco
Join Date: Mar 2009
Location: Argentina
Old 01-18-2011 , 08:39   Re: Can you some one decompiler this [ZP] plugin ?
Reply With Quote #8

Quote:
Originally Posted by Vechta View Post
It's possible to decompile amxx plugin to sma but it's a very hard way.
give me the fantastic program redecompiler AMXX To sma.


PD : If i understand the plugin , the plugin kicked people if he change the name ?

Code:
#include <amxmodx> #include <fakemeta> public plugin_init()     register_forward(FM_ClientUserInfoChanged, "Fwd_ClientInfoChanged")     public Fwd_ClientInfoChanged(id, buffer) {     if (!is_user_connected(id))         return FMRES_IGNORED;         static val[32], name[33]     get_user_name(id, name, 32);         engfunc(EngFunc_InfoKeyValue, buffer, "name", val, sizeof val - 1);         if(equal(val, name))         return FMRES_IGNORED;         message_begin( MSG_ONE , SVC_DISCONNECT , _ , id );     write_string( "You new Nick Sucks" );     message_end( );             return FMRES_SUPERCEDE; }
__________________
ATWWMH - MiniDuels
Madness is like gravity, just need a little push.

Last edited by lucas_7_94; 01-18-2011 at 08:43.
lucas_7_94 is offline
Send a message via Skype™ to lucas_7_94
nikhilgupta345
Veteran Member
Join Date: Aug 2009
Location: Virginia
Old 01-18-2011 , 10:41   Re: Can you some one decompiler this [ZP] plugin ?
Reply With Quote #9

Quote:
Originally Posted by lucas_7_94 View Post
give me the fantastic program redecompiler AMXX To sma.

Here you go: https://forums.alliedmods.net/showthread.php?t=19368
__________________
Quote:
Originally Posted by DarkGod View Post
nikhilgupta generates his plugins using sheer awesome.
If you like my work, please
nikhilgupta345 is offline
Send a message via ICQ to nikhilgupta345 Send a message via Yahoo to nikhilgupta345
lucas_7_94
Leche Loco
Join Date: Mar 2009
Location: Argentina
Old 01-18-2011 , 12:43   Re: Can you some one decompiler this [ZP] plugin ?
Reply With Quote #10

you didn't read , the complete program , not a tutorial.
__________________
ATWWMH - MiniDuels
Madness is like gravity, just need a little push.
lucas_7_94 is offline
Send a message via Skype™ to lucas_7_94
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 08:23.


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