~AlphaFlame~
To make the jail system its most non-hackable... set these:
1- flag
2- this.variable
3- string
Quote:
And have it
if (flag || this.variable=value || strequals(string,value) && !strequals(#L,jaillevel.graal)){
setplayerprop #c,STOP TRYING TO HACK OUTTA JAIL! Another (insert minutes here) minutes added to your time!;
setstring jailtime,#v(strtofloat(#s(jailtime))+time);
setlevel jaillevel.graal;
}
|