22.10.2011, 12:23
Most probably, it's got something to do with your SetTimerEx:
Unlike format( ), you don't use the % symbol. That gives you:
pawn Код:
SetTimerEx("toilettime",180000,false,"%d",playerid);
pawn Код:
SetTimerEx("toilettime",180000,false,"d",playerid);