Quote:
Originally Posted by simple_user
So basically:
PHP Code:
if(!killer || !victim) // if no killer or victim, return value 0. if there is a killer or victim then do something
return;
{
client_print(victim, print_chat, "A person killed you, not the sunstroke[/I][I].")
}
?
|
That code doesn't make sense anyways.
The if condition will be true if either there is no killer or there is no victim (which doesn't make sense).
__________________