Results 1 to 6 of 6
  1. #1
    skenzo's Avatar
    Join Date
    Jul 2007
    Location
    U.K
    Posts
    61
    Reputation
    10
    Thanks
    0

    Unhappy Could anyone help me please?

    im trying to make a D3D warrock hack and im new

    i get this error can you help me fix it?

    D:\Documents and Settings\Administrator\Desktop\D3D-Empty\d3d8dev.cpp(431) : error C2065: 'unlimammo_addie1' : undeclared identifier
    D:\Documents and Settings\Administrator\Desktop\D3D-Empty\d3d8dev.cpp(432) : error C2065: 'unlimammo_addie2' : undeclared identifier
    D:\Documents and Settings\Administrator\Desktop\D3D-Empty\d3d8dev.cpp(433) : error C2065: 'unlimammo_addie3' : undeclared identifier
    D:\Documents and Settings\Administrator\Desktop\D3D-Empty\d3d8dev.cpp(439) : error C2065: 'nospawn_addie1' : undeclared identifier
    D:\Documents and Settings\Administrator\Desktop\D3D-Empty\d3d8dev.cpp(440) : error C2065: 'nospawn_addie2' : undeclared identifier

    these are the lines the errors are on :

    D3D_NOPING( ( void* )unlimammo_addie1, 3);
    D3D_NOPING( ( void* )unlimammo_addie2, 3);
    D3D_NOPING( ( void* )unlimammo_addie3, 3);

    D3D_NOPING( ( void* )nospawn_addie1, 2);
    D3D_NOPING( ( void*)nospawn_addie2, 2);

    my xfire is wenwenwen12
    any help is much appreciated

    thanks
    skenzo.

  2. #2
    sgtmattbaker's Avatar
    Join Date
    Jul 2008
    Gender
    male
    Posts
    85
    Reputation
    10
    Thanks
    8
    You have to declare those, that's why its called an 'undeclared identifier' error because the comp. cant find where that's declared(if you did declare it check your spelling)

  3. #3
    Synns's Avatar
    Join Date
    May 2007
    Gender
    male
    Posts
    5,174
    Reputation
    170
    Thanks
    2,557
    My Mood
    Bitchy
    On top it should look like this;

    [php]define unlimammo_addie1 0xAddressHere[/php]

  4. #4
    phoenixraider's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Posts
    37
    Reputation
    10
    Thanks
    21
    Quote Originally Posted by Longevity View Post
    On top it should look like this;

    [php]define unlimammo_addie1 0xAddressHere[/php]
    Why do you give him the answer ??
    He will never learn like this.
    All the noobs think they can code now ..
    My private D3D

    [img]https://i279.photobucke*****m/albums/kk147/crusher233/PR.png[/img]

    X-Mas Hook in Action (version 1.0)
    [YOUTUBE]XET-y-2PZig[/YOUTUBE]

  5. #5
    Synns's Avatar
    Join Date
    May 2007
    Gender
    male
    Posts
    5,174
    Reputation
    170
    Thanks
    2,557
    My Mood
    Bitchy
    Quote Originally Posted by phoenixraider View Post
    Why do you give him the answer ??
    He will never learn like this.
    All the noobs think they can code now ..
    Because if I don't he will post it over and over.

  6. #6
    skenzo's Avatar
    Join Date
    Jul 2007
    Location
    U.K
    Posts
    61
    Reputation
    10
    Thanks
    0

    thanks :)

    and pheonix.. ur just sad.

Similar Threads

  1. hey could anyone help
    By 1can6 in forum Combat Arms Mod Discussion
    Replies: 1
    Last Post: 10-28-2010, 09:33 PM
  2. can anyone help me please?
    By spookyboo in forum Blackshot Hacks & Cheats
    Replies: 2
    Last Post: 09-08-2009, 12:59 PM
  3. Anyone help i need section. Please
    By domin8er999 in forum CrossFire Hacks & Cheats
    Replies: 1
    Last Post: 04-30-2009, 09:11 PM
  4. Could anyone please send me ONE promo code?? BY MSN.
    By callum11 in forum WarRock - International Hacks
    Replies: 2
    Last Post: 10-29-2007, 08:24 AM
  5. Could someone help please with glass wall
    By Night Sky in forum Visual Basic Programming
    Replies: 7
    Last Post: 10-27-2007, 02:44 AM