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

About me


Post New Thread Reply   
 
Thread Tools Display Modes
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 04-15-2009 , 22:01   Re: About me
Reply With Quote #11

I don't understand why anything like this would be needed.

net_graph 3 and TAB do it all .
__________________
fysiks is offline
Exolent[jNr]
Veteran Member
Join Date: Feb 2007
Location: Tennessee
Old 04-15-2009 , 22:02   Re: About me
Reply With Quote #12

Quote:
Originally Posted by fysiks View Post
net_graph 3
Or cl_showfps 1
__________________
No private work or selling mods.
Quote:
Originally Posted by xPaw View Post
I love you exolent!
Exolent[jNr] is offline
Emilioneri
Senior Member
Join Date: Feb 2009
Location: Georgia, Tbilisi
Old 04-16-2009 , 02:54   Re: About me
Reply With Quote #13

Quote:
Originally Posted by fysiks View Post
I don't understand why anything like this would be needed.

net_graph 3 and TAB do it all .
net_graph 3 and TAB does not shows your IP and authid. Also when I type it I can't see how much money I have
__________________
Emilioneri is offline
Send a message via Skype™ to Emilioneri
tuty
Veteran Member
Join Date: Jul 2008
Location: UK
Old 04-16-2009 , 02:58   Re: About me
Reply With Quote #14

Quote:
Originally Posted by Emilioneri View Post
net_graph 3 and TAB does not shows your IP and authid. Also when I type it I can't see how much money I have


] net_graphpos 2 B)
__________________
tuty is offline
Send a message via ICQ to tuty Send a message via AIM to tuty
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 04-16-2009 , 11:36   Re: About me
Reply With Quote #15

Quote:
Originally Posted by Emilioneri View Post
net_graph 3 and TAB does not shows your IP and authid.
I realize that but why in the world would you ever need that "instantaneously?"
__________________
fysiks is offline
Exolent[jNr]
Veteran Member
Join Date: Feb 2007
Location: Tennessee
Old 06-18-2009 , 16:47   Re: About me
Reply With Quote #16

I'd like to see Multilingual support added.
__________________
No private work or selling mods.
Quote:
Originally Posted by xPaw View Post
I love you exolent!
Exolent[jNr] is offline
SchlumPF*
Veteran Member
Join Date: Mar 2007
Old 06-18-2009 , 17:06   Re: About me
Reply With Quote #17

learn about console commands in cs,
- netgraph cmds (netgraph itself + comamnds to adjust it) ping/fps
- status (to see your steamid)
- tab for frags/death
- cl_showfps
- some random website for your ip which is a very crappy ifnormation, i mean who needs to see it while playing? you may need it for your listenserver but you would need to write down the ip first somewhere :/ website -> ctrl+c -> ctrl+v
__________________
SchlumPF* is offline
Send a message via ICQ to SchlumPF*
Afro-Ankan
Member
Join Date: Jul 2009
Location: Sweden
Old 07-25-2009 , 21:06   Re: About me
Reply With Quote #18

i don't think this is necessary but i will look at it
Afro-Ankan is offline
Send a message via MSN to Afro-Ankan
DjMax
Junior Member
Join Date: Oct 2008
Old 07-28-2009 , 15:47   Re: About me
Reply With Quote #19

This plugin is created by me !
The original sma has events in Romanian and not english,i did it with anakin_cstrike
For who know romanian ...
In a plugin from a forum(plugin pack)
Nume: AboutMe - Versiune: 1.0 - Autor: DjMax
And ...
"Salut..imi puteti spune ce am gresit aici ?
Code:
#include <amxmodx>
#include <amxmisc>
Code:
public plugin_init()
{
 register_plugin("AboutMe","1.0","DjMax");
 
 register_clcmd("say /aboutme","info_cmd");
 register_clcmd("say_team /aboutme","info_cmd");
}
public info_cmd(id)
{
 new name[32], ip[32], auth[32];
 get_user_name(id, name, 31);
 get_user_ip(id, ip, 31);
 get_user_authid(id, ip, 31); 
 
 new hp, armor, frags, deaths, ping;
 hp = get_user_health(id);
 armor = get_user_armor(id);
 frags = get_user_frags(id);
 deaths = get_user_deaths(id);
 ping = get_user_ping(id) ;
 
 client_print(id, print_chat,"Nick: %s. IP: %s. AuthID: %s", name, ip, auth);
 client_print(id, print_chat,"Health: %i, Armor: %i, Frags: %i, Deaths: %i, Ping: %i", hp, armor, frags, deaths, ping);
 
 
 
 return PLUGIN_HANDLED;
 
 
}

Eroare:
Code:
/home/groups/amxmodx/tmp3/textng4MNM.sma(30) : error 001: expected token: "}", but found "-end of file-"
Code:
1 Error.
Could not locate output file /home/groups/amxmodx/public_html/websc3/textng4MNM.amx (compile failed).
"
DjMax is offline
xer'
Junior Member
Join Date: Apr 2009
Old 07-28-2009 , 16:19   Re: About me
Reply With Quote #20

hey, i didn't come here about a long time...well...thank you for approve.
DjMax, i don't copied anything. If is the same code, this is...

i will optimize the plugin...tomorrow.

edit: i don't have what to do, and i done this today.
look at first post.

Last edited by xer'; 07-28-2009 at 17:05. Reason: v1.1
xer' 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 10:32.


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