[FilterScript] [FS]Weapons Dialog
#1

Hello guys, I made a weapon dialog for ya.
Screenshots:


Download:



Enjoy!
Reply
#2

Nice, i'll try it.
Reply
#3

thx
Reply
#4

Nice!
I try it
Reply
#5

ive never figured out why everyone charges so much for their guns!

or even cars!!!

i mean how much do you give players for kills, rewards, jobs, starting cash ??
Reply
#6

Quote:
Originally Posted by adsy
ive never figured out why everyone charges so much for their guns!

or even cars!!!

i mean how much do you give players for kills, rewards, jobs, starting cash ??
Well, you can add this:
public OnPlayerDeath(playerid, killerid, reason)
{
GivePlayerMoney(killerid, 100); // gives $100 to the killer
GivePlayerScore(killerid,1); // gives +1 score to the killer
GivePlayerMoney(playerid,-100); //gives $-100 to the player who died
return 1;
}

Reply
#7

nice menu man
good work
Reply
#8

very good nice work
Reply
#9

Quote:
Originally Posted by ikarus
Quote:
Originally Posted by adsy
ive never figured out why everyone charges so much for their guns!

or even cars!!!

i mean how much do you give players for kills, rewards, jobs, starting cash ??
Well, you can add this:
public OnPlayerDeath(playerid, killerid, reason)
{
GivePlayerMoney(killerid, 100); // gives $100 to the killer
GivePlayerScore(killerid,1); // gives +1 score to the killer
GivePlayerMoney(playerid,-100); //gives $-100 to the player who died
return 1;
}

requote "How Much" not "How do i do it"
Reply
#10

Quote:
Originally Posted by [MWR]Blood
Посмотреть сообщение
Well, you can add this:
public OnPlayerDeath(playerid, killerid, reason)
{
GivePlayerMoney(killerid, 100); // gives $100 to the killer
GivePlayerScore(killerid,1); // gives +1 score to the killer
GivePlayerMoney(playerid,-100); //gives $-100 to the player who died
return 1;
}
GivePlayerScore(killerid,1); // gives +1 score to the killer

FIXED : SetPlayerScore(killerid,1); // gives +1 score to the killer
GivePlayerScore
= SetPlayerScore

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)