This is not work: PLS help me!
if ((%victim != Unknown) && (%killer != Unknown)) {
vcmp.msg %killer Killed - Victim: $vcmp.name(%victim) $+ , Weapon: $vcmp.weapon.name(%weapon) $+ , Location: $vcmp.area(%victim)
vcmp.add.kills %killer 1
vcmp.setlocation -485.562 -777.406 205.796
vcmp.say Auto Drowned Player
}
Based on Gus9.0
You need to specify which player you want to set the location of.
If you want to drown the killer, change
vcmp.setlocation -485.562 -777.406 205.796
to
vcmp.setlocation %killer -485.562 -777.406 205.796
Quote from: Mex on February 22, 2009, 03:38:09 AM
You need to specify which player you want to set the location of.
If you want to drown the killer, change
vcmp.setlocation -485.562 -777.406 205.796
to
vcmp.setlocation %killer -485.562 -777.406 205.796
Thx! This work!
Picture:
(http://www.dudu1994.extra.hu/vc-mp-185.jpg)
Luukang: Thx the test.
what player do to auto drown?
The killer.