15.07.2016, 20:42
Yup, you're right
pawn Код:
//Failing line:
pInfo[playerid][pJailed] = time * 60;
//Fix
pInfo[targetid][pJailed] = time * 60;