death reason?
#1

Hey, im trying to make it so if You die from Falling, u lose 2000 Money, but i cant find the Death reason of Falling on: https://sampwiki.blast.hk/wiki/Weapons (weaposn and Death reasons are on there)

So, is there any way i can do this?
Reply
#2

Collision.
Reply
#3

ah, so that counts as death from falling?
Reply
#4

Yup O:!
Reply
#5

How do i say like....If Death from Collision in Scripting? so like

If(Death from Collision)
{
blahblah
}
Reply
#6

pawn Код:
if(reason == 54)
{
    //do stuff
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)