View Single Post
Toni_

JCF Member

Joined: Oct 2011

Posts: 193

Toni_ is doing well so far

Feb 3, 2013, 08:58 AM
Toni_ is offline
Reply With Quote
Punishment should be -1h. Killing a player sounds too severe. If I use this script, will this work for -1h punishment?

Code:
if (isCamping[1]) 
{
     jjChat("I camped for too long " + campAreaName[i] + ". Now I get punishment");
     p.health = p.health - 1;
     campTime[i] = 0;
}