27.02.2014, 17:12
I don't know where that is at! I can't find it. Can you say what to search for?
Im not sure but I think it's this one??
Im not sure but I think it's this one??
Quote:
if(GetPVarInt(i, "Jailed") == 1) { new string[200]; SetPVarInt(i, "JailTime", GetPVarInt(i, "JailTime") -1); format(string, 200, "~b~Jail Time ~n~ ~r~%d", GetPVarInt(i, "JailTime")); GameTextForPlayer(i, string, 1000, 3); ResetPlayerWeapons(i); } |