View Single Post
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 10-25-2007 , 09:29   Re: [FUN] Player out of range (0)
Reply With Quote #3

Tha't not the matter Alka.

DeathMsg is a global event. Id can not be passed by this way.

Code:
public client_death() {     new killer = read_data( 1 );     new victim = read_data( 2 );    // }
__________________
Arkshine is offline