Hey guys i get this error please help
error C2447: '{' : missing function header (old-style formal list?)
It occurs at this :
void main();
{ <----
If(GetAsyncKeyState(VK_NUMPAD1)&1)
also if i move the ";" i get liek 5 errors
no help? wow
Change void main(); to void main()
And asking for help may take time.
It is not our jobs to be looking through every thread, and helping each person.
We dont dedicate our time teaching every noob..
ok when i erase the ; i get liek 5 different errors :
error C2143: syntax error : missing ';' before '{'
error C3861: 'If': identifier not found
error C3861: 'PTC': identifier not found
error C2181: illegal else without matching if
error C3861: 'PTC': identifier not found
a person who makes hacks gave me this to start with and he said it should work from there