18.08.2018, 18:46
Quote:
WantedLevel[pid] = KTime[playerid]; PlayerInfo[pid][pJailTime] = KTime[playerid] * 60; SetTimerEx("UnPrison",KTime,0,"i",playerid); // Wrong |
error 035: argument type mismatch (argument 2)
WantedLevel[pid] = KTime[playerid]; PlayerInfo[pid][pJailTime] = KTime[playerid] * 60; SetTimerEx("UnPrison",KTime,0,"i",playerid); // Wrong |
SetTimerEx("UnPrison",PlayerInfo[pid][pJailTime],0,"i",pid);