11.06.2013, 18:49
In order to kill a timer, the timer must be named. In your case:
And then you kill the timer by including the mapp inside the KillTimer function:
pawn Код:
new mapp;
mapp=SetTimerEx("Map",900000,0,"i",playerid);
pawn Код:
KillTimer(mapp);