[CODE]
-
- Loyal fan
- Posts: 391
- Joined: Sat Mar 26, 2005 12:41 am
the source you posted has a random drop bug
also how would i add commands????

<img src='http://freewebs.com/trickro/70s.png' border='0' alt='user posted image' /><img src='http://freewebs.com/trickro/70s2.jpg' border='0' alt='user posted image' />
I just wanted to know if the messege shows up like when the server is shutting down or just like a GM chat :unsure:
A screenie of that pleae?
A screenie of that pleae?
QUOTE (ADDKiD @ Dec 1 2006, 4:01 PM) <br>You guys make me laugh alot, half the shit I say, is bullshit...<br><br><img src='http://img485.imageshack.us/img485/492/banssig1ng.gif' border='0' alt='user posted image' /><br><br><b>I see no changes at all, wake up in the morning and ask myself...<br>Is life worth living? Should I blast myself?</b><br><br><b><a href='http://2paclegacy.com' target='_blank'>2PacLegacy.com</a></b>
Erm...actually why KLKS :rolleyes:KLKS wrote: bad bad bad code!!!!!
no more coding for u !!!!!
evil code.....must kill it.........
QUOTE (ADDKiD @ Dec 1 2006, 4:01 PM) <br>You guys make me laugh alot, half the shit I say, is bullshit...<br><br><img src='http://img485.imageshack.us/img485/492/banssig1ng.gif' border='0' alt='user posted image' /><br><br><b>I see no changes at all, wake up in the morning and ask myself...<br>Is life worth living? Should I blast myself?</b><br><br><b><a href='http://2paclegacy.com' target='_blank'>2PacLegacy.com</a></b>
-
- Loyal fan
- Posts: 391
- Joined: Sat Mar 26, 2005 12:41 am
it works
shows up like HGserver like you know if you typ /checkrep the message is like that so basicly typ in console /say yo
HGserver yo

HGserver yo
<img src='http://freewebs.com/trickro/70s.png' border='0' alt='user posted image' /><img src='http://freewebs.com/trickro/70s2.jpg' border='0' alt='user posted image' />
sure it works,
I have already added new functions to the window, like starting a crusade, heldanian or apocalypse just typing:
/begincrusade
/beginapoca
/beginghel
Same to end them.
and others shits.
GoD~
I have already added new functions to the window, like starting a crusade, heldanian or apocalypse just typing:
/begincrusade
/beginapoca
/beginghel
Same to end them.
and others shits.
GoD~
<img src='http://img350.imageshack.us/img350/1465/god21ee.jpg' border='0' alt='user posted image' />
-
- Loyal fan
- Posts: 391
- Joined: Sat Mar 26, 2005 12:41 am
ya i know .. this post was from last year lol ... this post been here for awile atless.. from what i know almost a year from when i found it.. probley more like 8months
<img src='http://freewebs.com/trickro/70s.png' border='0' alt='user posted image' /><img src='http://freewebs.com/trickro/70s2.jpg' border='0' alt='user posted image' />
-
- Loyal fan
- Posts: 423
- Joined: Thu Apr 07, 2005 7:53 pm
dude can you please re explain where this stuff goes with correct english grammar because you dont explain enough for me too figure out where this stuff supposed too go.
mainly having trouble with where too put
mainly having trouble with where too put
Code: Select all
case WM_COMMAND:
switch(wParam){
case ID_BUTTON:
char cWhat[100];
/*get value*/ GetWindowText(G_hEdt,cWhat,100);
if (cWhat != NULL) {
/*empty edit */ SetWindowText(G_hEdt,NULL);
/* set focus on edit */ SetFocus(G_hEdt);
/*command parser*/ G_pGame->ParseCommand(cWhat);
}
break;
}
break;
<img src='http://www.bleachportal.net/interactive ... irjjkt.jpg' border='0' alt='user posted image' /><br><img src='http://www.hazegfx.com/UserBanners/Slipknot%20Fan.jpg' border='0' alt='user posted image' /><br><img src='http://www.hazegfx.com/UserBanners/UT2004%20Player.jpg' border='0' alt='user posted image' /><br><img src='http://www.hazegfx.com/UserBanners/AC%20DC%20Fan.png' border='0' alt='user posted image' /><br>
Code: Select all
--From Wmain.cpp
LRESULT CALLBACK WndProc( HWND hWnd,UINT message,WPARAM wParam,LPARAM lParam )
{
switch (message) {
case WM_CREATE:
break;
<img src='http://www.helbreathx.net/sig/sig.jpeg' border='0' alt='user posted image' /><br><a href='http://mafia.cheats4us.org/index.php?x=231030' target='_blank'>#1 on Mafia
</a><br><!--QuoteBegin-Slipknight+--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (Slipknight)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin-->100mb Internet, burstable too 10GB oc192<br>his speed can go up too 10gbs<br>...<br>Yes my car can have a top speed of 1000mph<!--QuoteEnd--></td></tr></table><div class='signature'><!--QuoteEEnd--><br>^^ I wonder where the retard went to.

-
- Loyal fan
- Posts: 423
- Joined: Thu Apr 07, 2005 7:53 pm
Do I put it between thebone-you wrote:Code: Select all
--From Wmain.cpp LRESULT CALLBACK WndProc( HWND hWnd,UINT message,WPARAM wParam,LPARAM lParam ) { switch (message) { case WM_CREATE: break;
Code: Select all
LRESULT CALLBACK WndProc( HWND hWnd,UINT message,WPARAM wParam,LPARAM lParam )
Or do I put it below the WM_CREATE case?
When I put it below the WM_CREATE it compiles but it does'nt add this too my HG and if I put it between those two things it gives 2 errors.
<img src='http://www.bleachportal.net/interactive ... irjjkt.jpg' border='0' alt='user posted image' /><br><img src='http://www.hazegfx.com/UserBanners/Slipknot%20Fan.jpg' border='0' alt='user posted image' /><br><img src='http://www.hazegfx.com/UserBanners/UT2004%20Player.jpg' border='0' alt='user posted image' /><br><img src='http://www.hazegfx.com/UserBanners/AC%20DC%20Fan.png' border='0' alt='user posted image' /><br>
lol I'm sorry, but your inability to properly analyze the situation and figure out the answer is rather humorous.
Oh, and I almost forgot.. In order for that button/edit box to appear, you actually have to create some code for it (wow!).
Code: Select all
--From Wmain.cpp
LRESULT CALLBACK WndProc( HWND hWnd,UINT message,WPARAM wParam,LPARAM lParam )
{
switch (message) {
case WM_CREATE:
break;
case WM_WHATEVERTHEHELLYOURBUTTONISSETTO:
CODE HERE LOLOLOLOL;
break;
<img src='http://www.helbreathx.net/sig/sig.jpeg' border='0' alt='user posted image' /><br><a href='http://mafia.cheats4us.org/index.php?x=231030' target='_blank'>#1 on Mafia
</a><br><!--QuoteBegin-Slipknight+--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (Slipknight)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin-->100mb Internet, burstable too 10GB oc192<br>his speed can go up too 10gbs<br>...<br>Yes my car can have a top speed of 1000mph<!--QuoteEnd--></td></tr></table><div class='signature'><!--QuoteEEnd--><br>^^ I wonder where the retard went to.

-
- Loyal fan
- Posts: 391
- Joined: Sat Mar 26, 2005 12:41 am
ok.. i was trying add another commmand but how hell i add another token since oviously theres 2 already.. i would need a 3rd for my 3rd command to do something....
but it seams to come back with an error saying there is not action token 3 or token 3 dose nothing.... wtf


<img src='http://freewebs.com/trickro/70s.png' border='0' alt='user posted image' /><img src='http://freewebs.com/trickro/70s2.jpg' border='0' alt='user posted image' />