06.11.2012, 13:17
(
Последний раз редактировалось [ANGEL]_Rocko; 07.11.2012 в 02:54.
Причина: Topic name change
)
I have been searching for a while, anybody give me idea how to save highest killing spree n dini?
Thats all it saves and load the Var if you dont know how to create a account search for some filterscripts.
for each kill means: onplayerdeath(killerid,playerid) SetPVarInt(killerid,"Mostkills",+1); or SetPVarInt(killerid,"Mostkills",++); at disconnecting you can make a save player stock so it saves the Var till he reconnects |
then:
onplayerdeath(killerid,playerid) SetPVarInt(killerid,"Mostkills",+1); SetPVarInt(playerid,"Mostkills",0); means if YOU (playerid) die your mostkills is set to 0 if youre killer(killerid) kills you he gets one Mostkills more till he dies |
no it doesnt
it adds as long as you live all kills you make ONLY if youre die youre killing spree is set to 0 again |