PDA

View Full Version : Coders Please help


sharknaww
15th September 2004, 20:26
I am trying to add the vip source to my source and i get theeses error. Note this is the dll section: c:\Documents and Settings\Owner\Desktop\Evilhack Source error C2181: illegal else without matching if
c:\Documents and Settings\Owner\Desktop\Evilhack Source error C2039: 'vip' : is not a member of 'player_t'
c:\Documents and Settings\Owner\Desktop\Evilhack Source error C2039: 'vip' : is not a member of 'player_t'
c:\Documents and Settings\Owner\Desktop\Evilhack Source(1)\Evilhack\evilhack\structs.h(29) : see declaration of 'player_t'
c:\Documents and Settings\Owner\Desktop\Evilhack Source error C2181: illegal else without matching if
c:\Documents and Settings\Owner\Desktop\Evilhack Source error C2039: 'vip' : is not a member of 'player_t'
c:\Documents and Settings\Owner\Desktop\Evilhack Source error C2065: 'm_bLastWasVIP' : undeclared identifier
c:\Documents and Settings\Owner\Desktop\Evilhack Source error C3861: 'm_bLastWasVIP': identifier not found, even with argument-dependent lookup
c:\Documents and Settings\Owner\Desktop\Evilhack Source error C3861: 'm_bLastWasVIP': identifier not found, even with argument-dependent lookup
c:\Documents and Settings\Owner\Desktop\Evilhack Source error C2039: 'vip' : is not a member of 'player_t'
c:\Documents and Settings\Owner\Desktop\Evilhack Source error C2039: 'vip' : is not a member of 'player_t'
c:\Documents and Settings\Owner\Desktop\Evilhack Source error C2039: 'vip' : is not a member of 'player_t'
c:\Documents and Settings\Owner\Desktop\Evilhack Source error C2039: 'm_bVIPModelss' : is not a member of 'CEvilSettings'
c:\Documents and Settings\Owner\Desktop\Evilhack Source error C2039: 'vip' : is not a member of 'player_t'
c:\Documents and Settings\Owner\Desktop\Evilhack Source error C3861: 'm_bLastWasVIP': identifier not found, even with argument-dependent lookup
c:\Documents and Settings\Owner\Desktop\Evilhack Source error C2039: 'vip' : is not a member of 'player_t'
c:\Documents and Settings\Owner\Desktop\Evilhack Source error C2039: 'vip' : is not a member of 'player_t'
c:\Documents and Settings\Owner\Desktop\Evilhack Source error C2039: 'vip' : is not a member of 'player_t'
c:\Documents and Settings\Owner\Desktop\Evilhack Source error C2039: 'vip' : is not a member of 'player_t'

3y3w4nn4ch34t
15th September 2004, 20:31
I didnt read all your errors cause Im lazy ;P

Check structs.h for player_t.

sharknaww
15th September 2004, 20:38
ok fixed that now this:

c:\Documents and Settings\Owner\Desktop\Evilhack Source error C2181: illegal else without matching if
c:\Documents and Settings\Owner\Desktop\Evilhack Source error C2181: illegal else without matching if
c:\Documents and Settings\Owner\Desktop\Evilhack Source error C2065: 'm_bLastWasVIP' : undeclared identifier
c:\Documents and Settings\Owner\Desktop\Evilhack Source error C3861: 'm_bLastWasVIP': identifier not found, even with argument-dependent lookup
c:\Documents and Settings\Owner\Desktop\Evilhack Source error C3861: 'm_bLastWasVIP': identifier not found, even with argument-dependent lookup
c:\Documents and Settings\Owner\Desktop\Evilhack Source error C2039: 'm_bVIPModelss' : is not a member of 'CEvilSettings'
c:\Documents and Settings\Owner\Desktop\Evilhack Source error C3861: 'm_bLastWasVIP': identifier not found, even with argument-dependent lookup

3y3w4nn4ch34t
15th September 2004, 20:49
What are you trying to do exactly? If your just trying to spot the VIP then it may be easier to compare your source to morgans source.

sharknaww
15th September 2004, 20:51
i am adding the vip thingy. I am using bc24

there is another thing. in the turt. it says this:


structs.h
search for this:
double distxyz;

add this:

bool vip;


and it is not there?

fredotnet
16th September 2004, 00:27
u have else that dosent go the initial if
if(condition) {
statements
}else{
statements
}

sharknaww
16th September 2004, 03:27
I know that. I don't know how to fix it?

-=UnKnOwN=-
16th September 2004, 03:59
the "bc24 source" is bc23 it is a fake yes i have seen it and yes i know, if u want vip tweak rip it out of the 1118 source :)

Towncivilian
16th September 2004, 04:32
eeeewwwwwwwwwww winXP home

I Like Chicken
16th September 2004, 11:15
c:\Documents and Settings\Owner\Desktop\Evilhack Source error C2039: 'm_bVIPModelss' : is not a member of 'CEvilSettings'




Delete the extra s, it's a error in the tutorial.

SAMDestroy
16th September 2004, 15:44
Delete the extra s, it's a error in the tutorial.
hi there,

is this my tutorial from uc? or do you guys talk about an other tweak?

cya
SAMDestroy

I Like Chicken
16th September 2004, 15:46
hi there,

is this my tutorial from uc? or do you guys talk about an other tweak?

cya
SAMDestroy
Yeah it's yours from Uc, you shoud probably fix that.

SAMDestroy
16th September 2004, 15:58
Yeah it's yours from Uc, you shoud probably fix that.

tutorial is fixed now.... thanks for the info and sorry for the problems.

cya
SAMDestroy

JohnBLucky
16th September 2004, 19:14
Nice to see ya posting here SAM!! I love your contributions on the UC forums :)

sharknaww
17th September 2004, 04:05
waht about the errors?
[Code]
c:\Documents and Settings\Owner\Desktop\Evilhack Source error C2181: illegal else without matching if
c:\Documents and Settings\Owner\Desktop\Evilhack Source error C3861: 'm_bLastWasVIP

I Like Chicken
17th September 2004, 10:30
Can we see that line and a couple above it?

sharknaww
17th September 2004, 16:10
i posted more info on uc.