09.03.2017, 06:30
(
Последний раз редактировалось Logic_; 09.03.2017 в 07:29.
)
I'm trying to fetch alphabets according to their IDs and I know it's possible but how can I do that? is there something that I can use?
So this'll print 'F' as letter F is 5, letter A is 1 and letter Z = 25.
---
I've a object which moves under some specific conditions and it's in the sky but it falls and comes to the ground and/ or destroys. What's must be causing it? Any guesses?
PHP код:
new aID = 5; // holds the alphabet ID;
printf("%c is where the bomb is.", GetAlphabet(aID));
---
I've a object which moves under some specific conditions and it's in the sky but it falls and comes to the ground and/ or destroys. What's must be causing it? Any guesses?