Timer problem
#2

This must be one of the most common issues with new scripters. You need to actually send the playerid param for the function to actually process it.

For this, we are going to use https://sampwiki.blast.hk/wiki/SetTimerEx

pawn Code:
SetTimerEx("camera", 5000, false, "d", playerid);
Do the same thing for all of your other timers.
Reply


Messages In This Thread
Timer problem - by lukas567 - 24.08.2011, 08:00
Re: Timer problem - by [HiC]TheKiller - 24.08.2011, 08:03
Re: Timer problem - by lukas567 - 24.08.2011, 08:33
Re: Timer problem - by =WoR=Varth - 24.08.2011, 08:43
Re: Timer problem - by lukas567 - 24.08.2011, 08:59
Re: Timer problem - by =WoR=Varth - 24.08.2011, 09:02

Forum Jump:


Users browsing this thread: 1 Guest(s)