Posts: 1,008
Threads: 101
Joined: Apr 2008
Reputation:
0
Ok in my gamemode, You cant damage the player, You punch them, they stand still, loose no health. Any ideas?
Posts: 12
Threads: 1
Joined: Apr 2008
Reputation:
0
Sure the other guy isn't alt-tabbed and messing with you?
Aside from that, check your OnPlayerUpdate(), something may be getting lost in there.
Posts: 63
Threads: 5
Joined: Nov 2008
Reputation:
0
Nope, I'm not paused(im the guy who helped him), I can't damage him either
Posts: 500
Threads: 15
Joined: May 2007
Reputation:
0
SetPlayerTeam(playerid, teamid);
make sure you're not both on the same team :P
Posts: 399
Threads: 28
Joined: Nov 2007
Reputation:
0
I got the same problem. Guns do work except sniper, and all melee attacks wont work.
When my friend punches me, I see him swinging his arm, but I don't recoil or something.
Posts: 1,008
Threads: 101
Joined: Apr 2008
Reputation:
0
Yeah, same thing, but the sniper doesnt work.
and yes im using gTeam.
Posts: 1,079
Threads: 64
Joined: Jan 2010
Maybe they used knife on you, and you got bugged..
I had this once aswell, but not like that. Player was just walking, without animation. He was standing still, and just walked to me. Even if he attacked me (without animation), I didn't lose HP:P
Posts: 888
Threads: 25
Joined: Jun 2008
Reputation:
0
Maybe check if your OnPlayerUpdate return's 1 or 0 :P
Posts: 1,008
Threads: 101
Joined: Apr 2008
Reputation:
0
What if you dont even have OnPlayerUpdate?