Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
 |
|
Thread: RakNet Tutorial
Post: RE: RakNet Tutorial
Debug:
Code:
'Tikal Online.exe': Loaded 'C:\EsenthelEngineSDK\Raknet\Debug\Tikal Online.exe', Symbols loaded.
'Tikal Online.exe': Loaded 'C:\Windows\SysWOW64\ntdll.dll', C... |
|
Agnostic |
Code Snippets |
116 |
117,514 |
12-29-2011, 06:43 AM |
 |
|
Thread: RakNet Tutorial
Post: RE: RakNet Tutorial
This tutorial don't work with the new version of Esenthel =/
Updated the engine.pak and nothing >.< |
|
Agnostic |
Code Snippets |
116 |
117,514 |
12-28-2011, 07:15 PM |
 |
|
Thread: RakNet Tutorial
Post: RE: RakNet Tutorial
For example, when i send a chat message, how to obtain the username or nickname to send:
(PLAYERNAME + MSG);
Or HP / EXP to draw a GUI bar. |
|
Agnostic |
Code Snippets |
116 |
117,514 |
10-08-2011, 10:48 PM |
 |
|
Thread: RakNet Tutorial
Post: RE: RakNet Tutorial
|
Agnostic |
Code Snippets |
116 |
117,514 |
10-08-2011, 12:37 AM |
 |
|
Thread: RakNet Tutorial
Post: RE: RakNet Tutorial
Thanks, i have a question...
How i can get the username or any value from my users table in the client? |
|
Agnostic |
Code Snippets |
116 |
117,514 |
10-03-2011, 03:51 PM |
 |
|
Thread: Set focus on text input.
Post: RE: Set focus on text input.
Code:
if(Kb.bp(KB_ENTER)) {
if (activachat){
keyboard_disable=true;
 ... |
|
Agnostic |
Gui |
3 |
3,714 |
10-03-2011, 03:50 PM |
 |
|
Thread: Set focus on text input.
Post: Set focus on text input.
How I can focus a textbox gui?
I have my GUI with:
window+=addtext .create(Rect_C(window.crect.w()/2.7, -0.67f, 0.6f, 0.06f),"").desc("CHAT MESSAGE.");
if(Kb.bp(KB_ENTER))
{
SET FOCUS HERE??
... |
|
Agnostic |
Gui |
3 |
3,714 |
10-03-2011, 06:41 AM |
 |
|
Thread: RakNet Tutorial
Post: RE: RakNet Tutorial
(09-19-2011 12:42 PM)Zervox Wrote: -Updated to RakNet 4.033.
-Updated with latest Engine build for EE(RippleFX Draw)
Pack Source+Binaries+Data
-Contains all files needed, including projects... |
|
Agnostic |
Code Snippets |
116 |
117,514 |
09-30-2011, 04:35 PM |
 |
|
Thread: RakNet Tutorial
Post: RE: RakNet Tutorial
How to get the Username & Password as String to store @ MySQL DB?
Example:
Code:
std::map<RakNet::RakString, Account*>::iterator j = accounts.find(login);
&n... |
|
Agnostic |
Code Snippets |
116 |
117,514 |
05-13-2011, 09:31 PM |
 |
|
Thread: RakNet Tutorial
Post: RE: RakNet Tutorial
(05-13-2011 02:16 AM)Dynad Wrote: You don't have to find it... just add version.lib to your project :)
Sorry, but... How? :) |
|
Agnostic |
Code Snippets |
116 |
117,514 |
05-13-2011, 03:03 PM |
 |
|
Thread: RakNet Tutorial
Post: RE: RakNet Tutorial
(05-12-2011 10:41 PM)Dynad Wrote: Change all the ELMS functions to Elms()... then it should compile fine :)
1>------ Operación Generar iniciada: proyecto: Tutorial, configuración: Release W... |
|
Agnostic |
Code Snippets |
116 |
117,514 |
05-13-2011, 01:36 AM |
 |
|
Thread: RakNet Tutorial
Post: RE: RakNet Tutorial
1>------ Operación Generar iniciada: proyecto: Tutorial, configuración: Release Win32 ------
1>Compilando...
1>Options.cpp
1>.\Source\Options.cpp(115) : error C2228: el operando izquierdo ... |
|
Agnostic |
Code Snippets |
116 |
117,514 |
05-12-2011, 10:31 PM |