[HELP ME] Gamer Achievement

Posted by Ryaangu
Hey,
How i can complete this?

Make sure you're currently online (0 / 1)

Replies (6)

Last message on 15 Dec 2018

Size43 (Administrator) on 15 Dec 2018, 19:21:20
I think you need to be logged on any game while visiting that page to complete the achievement.
jdev on 12 Dec 2018, 02:00:09
Hi,

Basic code, such as keeping track of a few variables should do the trick. Perhaps a while() loop would be best for this case.
Ryaangu (Topicstarter) on 12 Dec 2018, 02:52:54
Hey,

I didn't understand your reply, can you try making it a bit easy?
Ryaangu (Topicstarter) on 12 Dec 2018, 02:53:14
to understand?*
jdev on 12 Dec 2018, 16:23:21
You can have a while() loop that checks if a certain value is met. If the value is met it will complete the achievement.
Ryaangu (Topicstarter) on 12 Dec 2018, 18:29:58
Oh, thanks!