23.12.2017, 12:17
Just tried this:
And same SetTimerEx line before, and it perfectly works, so there is an issue in my mobike1 public, I will check
EDIT:
Fixed!
pawn Код:
public mobike1(playerid)
{
SendClientMessage(playerid, COLOR_WHITE, "Timer works.");
KillTimer(Lorenzo[playerid]);
return 1;
}
EDIT:
Fixed!