Raised This Month: $ Target: $400
 0% 

Showing results 1 to 5 of 5
Search took 0.00 seconds.
Search: Posts Made By: black-eye
Forum: Scripting Help 07-03-2007, 09:52
Replies: 1
Views: 1,051
Posted By black-eye
Re: End Round weapon stats

I have found a way to get the last hit/kill.
I just added a set_task with delay on 0.1
Forum: Scripting Help 07-02-2007, 17:45
Replies: 1
Views: 1,051
Posted By black-eye
End Round weapon stats

Hey...

Er got a problem whit one of my first scripts...
Its a end round weapon stats poster...

My problem is that i dont get the last hit/kill of the round... why?


Log file:
Forum: Scripting Help 05-12-2006, 04:18
Replies: 6
Views: 1,400
Posted By black-eye
#include <amxmodx> #include <amxmisc> ...

#include <amxmodx>
#include <amxmisc>

#define PLUGIN "New Plugin"
#define VERSION "1.0"
#define AUTHOR "Author"


public plugin_init() {
register_plugin(PLUGIN, VERSION, AUTHOR)
Forum: Scripting Help 05-11-2006, 15:28
Replies: 6
Views: 1,400
Posted By black-eye
#include <amxmodx> public plugin_init() { ...

#include <amxmodx>
public plugin_init()
{
register_menucmd(-2,(1<<0)|(1<<1),"team_select") // VGUI menu
}


public team_select(id, key)
{
client_print(0, print_chat, "team_select: %s,...
Forum: Scripting Help 05-11-2006, 15:12
Replies: 6
Views: 1,400
Posted By black-eye
VGUI problem...

Hello...

I have a little problem with getting select team to work i VGUI menu...

I use this code:

register_menucmd(-2,(1<<0)|(1<<1),"team_select") // VGUI menu


It was one i found in...
Showing results 1 to 5 of 5

 
Forum Jump

All times are GMT -4. The time now is 21:34.


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