Posts: 415
Threads: 23
Joined: Jul 2008
Reputation:
0
can you put some more code. Where do you use this cases?
Posts: 651
Threads: 15
Joined: Nov 2007
Reputation:
0
WEAPON_COLLISION,not WEAPON_COLLUSION
Posts: 34
Threads: 7
Joined: Nov 2008
Reputation:
0
thanks! it worked, Solved!
Posts: 34
Threads: 7
Joined: Nov 2008
Reputation:
0
alright everything compiled right and the collision and drown work good, but now i have another error related to death.
whenever i die like by an admin command, /kill or anything else of that nature, the server crashes. any ideas? check the OnPlayerDeath i posted above ^
Posts: 651
Threads: 15
Joined: Nov 2007
Reputation:
0
GetPlayerName(playerid,name,sizeof(name));
where's it?
Posts: 34
Threads: 7
Joined: Nov 2008
Reputation:
0
i added that after this post to get the names to show up.
Posts: 651
Threads: 15
Joined: Nov 2007
Reputation:
0
Not sure if u're sending empty message then causeing crash.
try to remove "if(strlen(deathreason)>0)" in default statment
Posts: 34
Threads: 7
Joined: Nov 2008
Reputation:
0
tried that and got 4 errors regarding the "else" stuff blow it