Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - Rupinder

#1
if(cmd == "heal")
   {
      local hp = player.Health;
      if(hp == 100) MessagePlayer("[#FF3636]Error - [#8181FF]Use this command when you have less than 100% hp !", player);
      else {
         player.Health = 100.0;
         EMessage("[#FFFF81]---> " + player.Name + " have been healed !");
      }
   }

i wanna add here 5 sec timer plus player not move for 5 sec
#2
Support / can't connect to any server
Nov 19, 2020, 08:41 AM


how to fix this??