Jump to content

AshuraX

Members
  • Posts

    27
  • Joined

  • Last visited

Posts posted by AshuraX

  1. Hello.

    Is there a pvp script that has simple announcer.

    Ex. If a player killed another player it will announce on the map "Player1 killed Player2 [x]". where the "x" is the kill streak count. after the player 1 is killed by another player or logging out or going out the map. the kill streak count will reset.

    Thanks!!

  2. 	//Check for 5 hours consecutive
    	if(@consecutive_hour == 5) {
    		set @consecutive_hour,0;
    		getitem 31025,2;
    		dispbottom "You receive "+.cpoint_amt+" Blue Potions in playing for 3 consecutive hours";
    	}
    	else addtimer .timer,"hourlypoints::OnPointGet";
    	end;
    	
    OnClock0000: // Exactly 12:00 Midnight
    	@consecutive_hour=0;
    	end;
    
      I get script_rid2sd: fatal error ! player not attached!

     

    help pls

×
×
  • Create New...