Quote:
Originally Posted by simple_user
So basically:
if(!killer || !victim) // means if there is a killer or victim
return;
{
client_print(victim, print_chat, "A person killed you, not the sunstroke.")
}
?
|
nope;
and use [php][/php] for code
is
PHP Code:
{
if(!killer || !victim)// means if there is a killer or victim
return;
client_print(victim, print_chat, "A person killed you, not the sunstroke.")
}
__________________