28.11.2010, 21:05
Thanks for the reply, unfortunately...that won't fix it.
"ID" is used to describe the person that will become wanted, "killerid" won't match.
I'm currently using "playerid" in this code:
if(GetPlayerWantedLevel(killerid) == 0)
The cop would receive a warning that he killed an innocent player. That's why they both need to be ID.
I hope you understand what I mean.
"ID" is used to describe the person that will become wanted, "killerid" won't match.
I'm currently using "playerid" in this code:
if(GetPlayerWantedLevel(killerid) == 0)
The cop would receive a warning that he killed an innocent player. That's why they both need to be ID.
I hope you understand what I mean.