Kann ich das so mit der Zeitangabe machen? (time*60*60)
ocmd:prison(playerid,params[])
{
new pID,time,string[256],plog[256];
if(sscanf(params,"uis[50]",pID,time,string))
{
return SendClientMessage(playerid,COLOR_RED,"Benutze /prison <ID> <Dauer> <Grund>");
}
ArrestPlayer(pID, ARREST_LOCATION_LSPD, time*60*60);
return 1;
}
