Jump to content
  • 0

Question

Posted
- script PvP Points -1,{

OnPCKillEvent:

if(strcharinfo(3) == "hqro_pvp00")

{

if(@Delay < gettimetick(2))

{

set .@Amount,rand(1,1);

set #CASHPOINTS,#CASHPOINTS + .@Amount;

dispbottom "Gained "+.@Amount+" Cash Point. Total = "+#CASHPOINTS+" Cash Points.";

set @Delay,gettimetick(2) + 1;

}

}

end;

}

everytime i call player it gives me points. how can i make it like after 3kill again then i will get 1 points. to stop cash farming?

5 answers to this question

Recommended Posts

Posted (edited)

of course not

it just some newbie script that warp back to town after repeatedly killed the same person

and I tot that script has already put in comments

the hint is change warp into #cashpoints--

EDITED:

I forgot that I changed to warp instead of atcommand @jail

Edited by AnnieRuru

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...