i found this script in request but i notice that it still missing something, seems to me coz heres the info who request this
by cloud167
and the script is given by emistry
- script Sample -1,{
OnInit:
set .Delay,180;
end;
OnPCKillEvent:
if( @Delay < gettimetick(2) ){
set .@Amount,rand(1,4);
set #CASHPOINTS,#CASHPOINTS + .@Amount;
dispbottom "Gained "+.@Amount+" Cash Point. Total = "+#CASHPOINTS+" Cash Points.";
if( .Delay ) set @Delay,gettimetick(2) + .Delay;
}
end;
}
well i try this on my server yeah its working and in every 3mins you can gain again to that player but the thing is while im testing it i notice that i cant gain cash on other player too
example
P1 kill P2 then P1 will gained cash
then
P1 kill P3 nothing gained
then
P2 kill P1 who kill P2 on the 1st and didnt gain a cash
sorry for my bad explanation even me ikinda cnofuse for explaning it
correct me if im wrong for what i see on the script that comeups when i use the script