| View previous topic :: View next topic |
| Author |
Message |
NoMercy Master Cheater
Reputation: 1
Joined: 09 Feb 2009 Posts: 289
|
Posted: Sat Aug 15, 2009 9:28 am Post subject: 1>.\Hacks.cpp(33) : error C2146: syntax error : missing ' |
|
|
My compiler give this error:
| Code: | 1>.\Hacks.cpp(33) : error C2146: syntax error : missing ';' before identifier 'XBase'
1>.\Hacks.cpp(33) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>.\Hacks.cpp(33) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>.\Hacks.cpp(34) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>.\Hacks.cpp(34) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>.\Hacks.cpp(34) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>.\Hacks.cpp(34) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>.\Hacks.cpp(34) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int |
i didnt change at it, thats why its weird, it goes about this:
| Code: | DWORD CharXBase ,MapIDBase ,MouseOffsetBase ,MouseXBase ,SSTelevolatile XBase ,SSActivateBase ,
AttkReadOffsetCharBase ,ChannelOffsetBase ,MonsterOffsetBase ,ItemOffsetBase ,NoBreathOffsetBase; |
thanks,
|
|
| Back to top |
|
 |
Slugsnack Grandmaster Cheater Supreme
Reputation: 71
Joined: 24 Jan 2007 Posts: 1857
|
Posted: Sat Aug 15, 2009 10:39 am Post subject: |
|
|
| so.. add a comma between XBase and SSTelevolatile ?
|
|
| Back to top |
|
 |
Flyte Peanuts!!!!
Reputation: 6
Joined: 19 Apr 2006 Posts: 1887 Location: Canada
|
Posted: Sat Aug 15, 2009 10:39 am Post subject: |
|
|
You're missing a ',' in between 'SSTelevolatile' and 'XBase'.
Edit: There be a ninja in these here forums.
Last edited by Flyte on Sat Aug 15, 2009 10:49 am; edited 1 time in total |
|
| Back to top |
|
 |
Slugsnack Grandmaster Cheater Supreme
Reputation: 71
Joined: 24 Jan 2007 Posts: 1857
|
Posted: Sat Aug 15, 2009 10:49 am Post subject: |
|
|
| pretty sure he wants both of those to be declared as dwords so a comma would do better
|
|
| Back to top |
|
 |
NoMercy Master Cheater
Reputation: 1
Joined: 09 Feb 2009 Posts: 289
|
Posted: Sat Aug 15, 2009 10:49 am Post subject: |
|
|
thanks:D
which is weird, im 100% sure i didnt change anything
|
|
| Back to top |
|
 |
|