looking like a jackass right now -_-
#2

local variable "hours" shadows a variable at a preceding level

Quote:

local

-- > Within your scope
Quote:

shadows

overlays/replaces something
Quote:

preceding level

at a previous level
.
That means, you have two variables which are shadowing each other at different scope levels!
So change hours -> hours_1, or hours_other_name, and similarly for the other variables.
Also, you have a mistake in the sscanf line. You have "usssss" - 6 - while only passing 5 vars! Also, string size 350 is ridiculous, the max samp can show is 128.
Reply


Messages In This Thread
looking like a jackass right now -_- - by SwisherSweet - 24.08.2013, 08:24
Re: looking like a jackass right now -_- - by RajatPawar - 24.08.2013, 08:29

Forum Jump:


Users browsing this thread: 1 Guest(s)