death reason not showing properly with rockets, grenades and fire
#1

pawn Код:
format(MurderString,256,"%s killed %s",killerrname,victimname);    

if (reason == 36){format(MurderString,256,"%s blew %s",killerrname, victimname);} // Heat Rocket
    if (reason == 16){format(MurderString,256,"%s assploded %s!",killerrname, victimname);}  // Grenades
    if (reason == 28){format(MurderString,256,"%s sprayed %s!",killerrname, victimname);} // Uzi
On player death, only meeles and firearms show the proper message (in this case only the Uzi shows the right message and the rocket or grenades doesnt! it shows the basic one (made before checking the guns).

how come?
Reply
#2

bump plz any ideas?
Reply
#3

It will crash the server so I recommend removing it from your script until you get help.
Reply
#4

it doesnt crash :P
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)