The world is currently online!


Welcome to Emps-World!

Register now to gain access to all of our forum features. Once registered and logged in, you will be able to create topics, post replies, send private messages, manage your profile, chat with other players in the shoutbox and much more. Once you sign in, this message will disappear.



Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Ameer

Pages: 1 2 3
16
Feedback / Ice wolf.
« on: September 16, 2017, 01:59:30 pm »


I don't know if its only me, but the color of the ground / wolves is really bright
unless they're standing on a a bit darker place, you won't be able to see them.

17
Computers and Technology / New Hw, Language C :/
« on: May 17, 2017, 02:45:49 pm »
I need some serious help on this one if any of you lads knows some c language, i'll appreciate it
since i have to hand it over tomorrow :/

I've done the first part of the picture below


however i still need some serious help on the second part


what second part do is,
You enter a number ( for example 7 )
it prints the binary numbers from 0 to 7.
without using loops, everything has to be done using recursion.



my main should look something like this
#include <stdio.h>
int main ()
{
 $ /*defining variables*/
 printf("Please enter a string:\n");
 print_some_chars(*);
******* printf("Please enter an integer:\n");
 % /*get input*/
 print_binary_number(**);
******** This is the part that i need help with.
 return 0;
}


the amount of numbers to be shown is as big as the last binary number ( which is the one you entered )

for example if you enter 3
it prints :
00
01
10
11


however if you enter 255 for example,
it prints :
00000000
00000001
00000010
until
11111111

18
Computers and Technology / :/ C language again
« on: April 28, 2017, 10:03:22 am »


Any idea why for is not stopping ? even after it reaches i = 7 :/ [Seems like I found a way to fix this problem as well, sorry for wasting your time lads :/ ]

another question is, why is it printing 3 and 4 at the same time, instead of waiting for scanf to finish its job ? [ Fixed this problem by having a space before %c, changed from scanf("%c"&c); ---------> scanf(" %c" &c);



19
Computers and Technology / C code.
« on: April 08, 2017, 08:30:43 am »
Hey, I am actually working on something that I didn't know how to solve yet
I'll appreciate it if someone can help me out

What the program is :


1 - You enter a number as an ( Int ) - Int x
2 - the number goes into a loop, what happens there is it gets divided by i ( from i = 1 until i = x ), and puts it in a new Integer lets call it ( Sum ), and prints like this ( i , Sum )  it if its only a Natural number
3 - it only prints it if ( I ) is a prime number.

for example if X = 70
it prints
(1,70)
(2,35)
(5,14)
(7,10)

If x = 60
(1,60)
(2,30)
(3,20)
(5,12)

so it doesn't print both
(4,15) and (6,10)


20
Goals & Achievements / no hate pls
« on: April 01, 2017, 12:09:54 pm »
Ik its fucking easy, however I spent so damn much on it lol


and made it to top 3 xD


21
Computers and Technology / New laptop
« on: March 18, 2017, 02:56:14 pm »
any suggestions for a decent laptop ?

I am not looking for an expensive one since I am at uni atm and can't afford one tbh
so something between 1000-1300$ can do the job,

I'll be using the laptop to study and gaming when I have time for it ( when I say gaming I actually mean playing Emps and LoL if I ever have the time for it, or possibly fifa but I doubt it since I use my Ps4 for it )

And what do you guys think about Ryzon 7 ? should I look for laptops that has it instead of Intel, why ?

22
Off-Topic / Simple Math problems :/
« on: March 10, 2017, 03:55:43 pm »
It would be great if you guys can offer some help for these 2 simple math problems that I couldn't find the answer of


Prove that this is right >

1^3 + 2^3 + 3^3 + 4^3 + ........ + n^3 =  ( n^2 * (n+1)^2 ) / 4

a Hint, it can be proven to be right with (n+1) ^ 3 to be used as a sum there
more like the final answer should include

The sum to ' What you call it up there ' when it is (n+1)^3 should include that sum I mentioned above + (n+1)^3



Second question is like this
Prove that it is right, n times of √2


23
Screenshots / Can't be better
« on: September 11, 2016, 09:05:43 pm »
10k caskets  - 


and this happened few mins ago


24
Resolved Bug Reports / Shadow is not working !
« on: July 24, 2016, 01:55:02 pm »

25
Computers and Technology / HTC One m8
« on: July 11, 2016, 05:47:21 pm »
Any idea what the fuck is wrong with this shitty device ?

- Downloaded this photo from internet but the same problem


My phone now won't start at all, after a small research i've done in the internet I found that it has something to do with editing the coding of the phone or something like that, however my story is, I used facebook for a hour or so then closed it and tried to call someone then my phone started to lag so hard, tried to cancel it but couldn't so i restarted my phone and then this message showed up


26
Resolved Bug Reports / Daily Tasks.
« on: July 01, 2016, 01:41:20 pm »
You always get enough xp for your next level once you finish the task and hand it over, I've done few tasks using my second account and always received enough xp for my next level ( 500 xp few times and 15k xp once or twice )

Maybe its because i've done harder tasks idk but worth looking into it

27
Videos / Emps-World | Corporeal Beast |
« on: March 18, 2016, 07:14:19 pm »
Not a valid youtube URL

Inb4somecomplainabouttheloots

28
Events / Emps-World |Youtube Event| - Closed -
« on: March 11, 2016, 04:23:25 pm »


Like, Subscribe and comment for a chance to win 100mil cash!
Hopefully I'll be able to host some of this events soon, it all depends on this video ;)


Congratulations to Mr_Dharoks on winning 100mil cash, Please contact me in game whenever you see me online to take ur cash.

29
Suggestions & Ideas / Grand exchange - New search option -
« on: February 24, 2016, 05:05:43 pm »
What do you guys think about adding something like this ?





IMO it would make search option much easier, you can try to find the cheapest price of whatever you want to buy,
moreover you can check the Avg price of an item just by searching for it.

30
Resolved Bug Reports / Portal .
« on: November 25, 2015, 05:27:43 pm »

Pages: 1 2 3