How to make a police stars
#1

Hello, how to make Police stars up when you kill someone ? and down when you die, its five stars but how to script that?
Reply
#2

Код:
public OnPlayerDeath(playerid, killerid, reason) {
	if(IsPlayerConnected(killerid)) {
		SetPlayerWantedLevel(killerid, (GetPlayerWantedLevel(killerid) + 1));
	}

	SetPlayerWantedLevel(playerid, 0);
	return 1;
}
Reply
#3

Quote:
Originally Posted by SkittlesAreFalling
Посмотреть сообщение
Код:
public OnPlayerDeath(playerid, killerid, reason) {
	if(IsPlayerConnected(killerid)) {
		SetPlayerWantedLevel(killerid, (GetPlayerWantedLevel(killerid) + 1));
	}

	SetPlayerWantedLevel(playerid, 0);
	return 1;
}
Thanks ! +1rep!
Reply
#4

Thank you.
Reply
#5

Just be aware that SkittlesAreFalling's code will erase the player's wanted star completely if he dies, I'm not sure if you wanted that to be incremented by one as well.

If you do, I suppose you could easy figure out what to do by using the killerid wanted level line.
Reply
#6

If it's not what he wanted, why did he thank and +rep me?
Reply
#7

Quote:
Originally Posted by SkittlesAreFalling
Посмотреть сообщение
If it's not what he wanted, why did he thank and +rep me?
He clearly does not know how to script (hence the thread on a pretty basic topic) and may not have understood what it actually does. Please do not get defensive.
Reply
#8

i need to know why you put " SetPlayerWantedLevel(playerid, 0); " after you set wanted level, it may reset wanted level ?
Reply
#9

Quote:
Originally Posted by PrivatioBoni
Посмотреть сообщение
He clearly does not know how to script (hence the thread on a pretty basic topic) and may not have understood what it actually does. Please do not get defensive.
I know how to script , n0b.. , and he really helped me so ..
___________________
MY SERVER:
Reply
#10

Quote:
Originally Posted by MahdiGames
Посмотреть сообщение
I know how to script , n0b.. , and he really helped me so ..
if you know, then why are you creating this thread asking how to script?

also, put your signature IN your signature, not in your post.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)