18.01.2014, 23:15
You could make a command like /su [playerid] [reason] and that reason can be a number and you save the number. Then you could make a stock that will look for that number and will for example. "If(PlayerInfo[playerid][pCrimeReason] == 1)" it can return a string like "Bank Robbery". And you can make a whole list of types of crimes and when someone gives someone a crime you can just add a number as the reason and the stock will get the number and make it a string.

