24.08.2011, 08:03
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
Do the same thing for all of your other timers.
For this, we are going to use https://sampwiki.blast.hk/wiki/SetTimerEx
pawn Code:
SetTimerEx("camera", 5000, false, "d", playerid);