DONT WORRY FIXED IT I REALISED I FORGOT TO DO THE UserID VARIABLE
Printable View
DONT WORRY FIXED IT I REALISED I FORGOT TO DO THE UserID VARIABLE
Copy $killplus = $killtimes+$killcoun; to the last row of your script.
What you do is wrong, you first add up uninitialised variables (always 0), then you fill these variables. You should first fill them, then add them up.
It's like this what you're doing now: you have 2 boxes of apples, both are empty. You count the number of total apples = zero. All those zero apples you put in a third box = zero. Then you put apples in the 2 original boxes with a formula. Afterwards you check to see how many apples the third box has. Zero, since we never fill it ;).
ok tried it kinda worked but nstead of adding it just inserted 25 xD
anymore help ? want me to send you the whole script ?
-Kreain
edit:
this is the only thing i need to work then everyone of my scripts is done but this script is a big part of my site.
il just pm you my whole script ok.