Code:
#include <amxmodx>
#define D 3.0
new g[33]
public plugin_init(){
register_clcmd("lastinv","c")
register_event("DeathMsg","e","a","1>0","4&awp","4&sco","4&550","4&g3s");}
public c(i)return g[i]?0:1
public e(i){
if ((i=read_data(1))!=read_data(2)){
remove_task(i)
set_task(D,"client_connect",i)
g[i]=0;}}
public client_connect(i)g[i]=1
Code:
Welcome to the AMX Mod X 1.8.1-300 Compiler.
Copyright (c) 1997-2006 ITB CompuPhase, AMX Mod X Team
Header size: 236 bytes
Code size: 588 bytes
Data size: 408 bytes
Stack/heap size: 16384 bytes; estimated max. usage=40 cells (160 bytes)
Total requirements: 17616 bytes
Done.
Whitespace changes nothing. Also, Where do you get 345?
__________________