Raised This Month: $ Target: $400
 0% 

Showing results 1 to 25 of 247
Search took 0.05 seconds.
Search: Posts Made By: pirvu
Forum: Suggestions / Requests 04-24-2011, 16:54
Replies: 2
Views: 1,695
Posted By pirvu
Re: [REQ] Round Type for DeathRun

Maybe it helps :
Deathrun Free Round - http://forums.alliedmods.net/showthread.php?t=149174
Forum: Unapproved/Old Plugins 12-24-2009, 10:19
Replies: 93
Views: 52,100
Posted By pirvu
Re: Admin Logs 1.2

- log_steam 0/1/2/3


1 Log the ip of the user
2 Log the steamid of the user
3 Log both
0 Log neither

- log_name0/1
Forum: Unapproved/Old Plugins 12-04-2009, 17:02
Replies: 93
Views: 52,100
Posted By pirvu
Re: Admin Logs 1.2

I'll try to solve your problems ... if i can or if i know why your commands get cut off .. for me it works perfectly .. maybe a function doesn't do its work properly .. :-??


Do you want the chat...
Forum: Unapproved/Old Plugins 11-25-2009, 13:06
Replies: 93
Views: 52,100
Posted By pirvu
Re: Admin Logs 1.2

[20:05:45] Ip[127.0.0.1] used command amx_rcon 1 lol pirvu is the best
Forum: Unapproved/Old Plugins 11-25-2009, 13:00
Replies: 93
Views: 52,100
Posted By pirvu
Re: Admin Logs 1.2

So you're saying that it does not parse all argument or it stops after lots of admin commands ?
Forum: Suggestions / Requests 11-22-2009, 13:08
Replies: 11
Views: 4,191
Posted By pirvu
Re: [REQ] Latency shower

FFS WHY WOULD YOU NEED A PLUGIN LIKE THIS !?
You can even type ping in console and you'll find out ...
Forum: Unapproved/Old Plugins 11-22-2009, 13:05
Replies: 5
Views: 4,593
Posted By pirvu
Re: Rules MOTD v1.0

Lol , -KARMA

#include <amxmodx>

#define PLUGIN "MOTD Rules"
#define VERSION "1.0"
#define AUTHOR "Toast"

public plugin_init() {
Forum: Unapproved/Old Plugins 11-22-2009, 07:05
Replies: 93
Views: 52,100
Posted By pirvu
Re: Admin Logs 1.2

I should thank you ;)

If anyone can help with suggestions , feel free to post here :D

I am thinking if it's better to use nvault because reading the users.ini file all the time seems laggy and...
Forum: Unapproved/Old Plugins 11-21-2009, 08:53
Replies: 93
Views: 52,100
Posted By pirvu
Re: Admin Logs 1.2

When you have a matrix of chars

a[10][7] is like 10 vectors of 7 characters :
a[0][7], a[2][7], .. a[9][7]

i need 6 vectors of 64 so .. a[7][65] will be good ..

and usually admins use 2...
Forum: Unapproved/Old Plugins 11-21-2009, 06:48
Replies: 93
Views: 52,100
Posted By pirvu
Re: Admin Logs 1.2

Done .

Check main post ..
Forum: Unapproved/Old Plugins 11-21-2009, 05:29
Replies: 93
Views: 52,100
Posted By pirvu
Re: Admin Logs 1.1

So you want me to read the users.ini file ?

Or .. i think it's better to make a .ini file

and there you write the admin ip / steamid and the name you want ...
Forum: Unapproved/Old Plugins 11-19-2009, 16:29
Replies: 93
Views: 52,100
Posted By pirvu
Re: Admin Logs 1.1

Use the last version because thanks to Xellath the forbidden characters from the name are replaced ...

In windows you cannot's use the following characters in the name of a file :

"/", "\",...
Forum: Unapproved/Old Plugins 11-19-2009, 15:37
Replies: 93
Views: 52,100
Posted By pirvu
Re: Admin Logs 1.1

Something like this:
new argg[1024];
read_args( argg, 1024);
new nuber= parse( argg, arg1, 16 , arg2 , 16, arg3, 16 ...



??
Forum: Unapproved/Old Plugins 11-19-2009, 04:23
Replies: 93
Views: 52,100
Posted By pirvu
Re: Admin Logs 1.0

Thanks dude , nice ideea , +karma

v 1.1
Forum: Unapproved/Old Plugins 11-19-2009, 02:13
Replies: 93
Views: 52,100
Posted By pirvu
Re: Admin Logs 1.0

Not my fault ... you shouden't have in your name the "\" char... use steamid instead ... or change your name :-??
Forum: Unapproved/Old Plugins 11-18-2009, 14:25
Replies: 93
Views: 52,100
Posted By pirvu
Re: Admin Logs 1.0

Excuse me ? What are thoose coding styles :shock: !?



You're right ... this needs to be done :)


I'll try to do this
Forum: Unapproved/Old Plugins 11-18-2009, 13:49
Replies: 93
Views: 52,100
Posted By pirvu
Re: Admin Logs 1.0

Version 1.0 released !

Renamed cvars
Added 3 more cvars to log amx_ , zp_ and admin_ commands :)
Forum: Unapproved/Old Plugins 11-17-2009, 13:45
Replies: 93
Views: 52,100
Posted By pirvu
Re: Admin Logs 0.3

You're right the current version didn't work well ..

Updated ...

Thanks for testing
Forum: Zombie Plague Mod 11-15-2009, 14:50
Replies: 377
Subplugin Submission [ZP] Addon: Web Stats v0.2.5
Views: 185,895
Posted By pirvu
Re: [ZP] Web Stats

Good job .
Try use switches instead of else and ifs?



if (get_pcvar_num(g_CvarAuthType) == 1)
{
copy(whereis,9,"steam_id")
copy(uniqid,31,g_UserAuthID[id])
}
Forum: Unapproved/Old Plugins 11-15-2009, 03:38
Replies: 93
Views: 52,100
Posted By pirvu
Re: Admin Logs 0.2

Oh fine , i'll use switches ...
Forum: Unapproved/Old Plugins 11-14-2009, 17:55
Replies: 93
Views: 52,100
Posted By pirvu
Re: Admin Logs 0.1

1. else - if works better than switch

2. i edited the code and it looks better :-?

3. Any suggestions .. etc?
Forum: Unapproved/Old Plugins 11-12-2009, 02:02
Replies: 93
Views: 52,100
Posted By pirvu
Re: Admin Logs 0.2

Check Main Post.
Forum: Unapproved/Old Plugins 11-12-2009, 01:51
Replies: 93
Views: 52,100
Posted By pirvu
Re: Admin Logs 0.2

Can't a man be bored :shock: ?

I had a cs server .. and i made some plugins for it ... :-? and i thought i'll better post this plugin , maybe someone will need it .. because it's very handy..
...
Forum: Unapproved/Old Plugins 11-12-2009, 01:46
Replies: 93
Views: 52,100
Posted By pirvu
Re: Admin Logs 0.2

Yeah but
1. i have a life
2. i'll better work on C++ to learn algorithms than cs functions ...
Forum: Unapproved/Old Plugins 11-11-2009, 13:30
Replies: 93
Views: 52,100
Posted By pirvu
Re: Admin Logs 0.2

Yeah it was for you , and i was inviting you to explain to me why it should be & instead of && ...

After reading on wikipedia i found this :

In the C programming language family, the bitwise...
Showing results 1 to 25 of 247

 
Forum Jump

All times are GMT -4. The time now is 19:23.


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