AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Unapproved/Old Plugins (https://forums.alliedmods.net/forumdisplay.php?f=27)
-   -   Whose the weapon? [AmxModx 1.8.3 + ReAPI] (https://forums.alliedmods.net/showthread.php?t=312043)

quLeryuzz 11-13-2018 18:22

Whose the weapon? [AmxModx 1.8.3 + ReAPI]
 
2 Attachment(s)
Whose the weapon?

Description;
  • When you get weapon out of the ground, plugin says weapon is whom.

http://oi66.tinypic.com/6gk5.jpg

Thank you wopox1337 for helping.

Supported languages;
  • EN
  • TR
  • RU - wopox1337
  • DE - AllMassive
  • RO - Nutu_
  • BP - tarsisd2
  • MK - OciXCrom
  • BG - OciXCrom

You can use this plugin with reapi.

Nutu_ 11-13-2018 18:58

Re: Whose the weapon? [AmxModx 1.8.3 + ReAPI]
 
Code:

[ro]
WHOM = ^1Ai ridicat arma ^4%s ^1jucatorului ^3%s
WHOY = ^1Ai ridicat propria arma ^4%s

also it seems good, but useless

quLeryuzz 11-13-2018 19:26

Re: Whose the weapon? [AmxModx 1.8.3 + ReAPI]
 
Maybe useless. But if you have CS GO mod server, you can use this simple plugins.

tarsisd2 11-13-2018 22:19

Re: Whose the weapon? [AmxModx 1.8.3 + ReAPI]
 
simple and different.

Brazilian Portuguese

PHP Code:

[bp]
WHOM = ^1Voce pegou a arma ^4%^1do jogador ^3%s
WHOY 
= ^1Voce pegou a arma ^4%^1que ja ^3te pertencia 


OciXCrom 11-14-2018 06:49

Re: Whose the weapon? [AmxModx 1.8.3 + ReAPI]
 
PHP Code:

[mk]
WHOM = ^1Go zema oruzhjeto ^4%^1na igrachot ^3%s
WHOY 
= ^1Go zema tvoeto sopstveno oruzhje ^4%

PHP Code:

[bg]
WHOM = ^1Vze orujieto ^4%^1na igracha ^3%s
WHOY 
= ^1Vze sobstvenoto si orujie ^4%


HamletEagle 11-14-2018 07:23

Re: Whose the weapon? [AmxModx 1.8.3 + ReAPI]
 
What exactly is regamedll specific in here? Why restricting the plugin only on RE* stuff when it could be made to work on normal servers with no effort?

quLeryuzz 11-14-2018 08:29

Re: Whose the weapon? [AmxModx 1.8.3 + ReAPI]
 
I don't think we can write without reapi. I didn't found function like ItemInfo_iId.
cs_get_user_weapon_entity came with 1.8.3, but I can't change. How else could it be?
And also
http://oi63.tinypic.com/2w69xmv.jpg
reapi is very simple to use and it has more function.

iceeedr 11-14-2018 10:13

Re: Whose the weapon? [AmxModx 1.8.3 + ReAPI]
 
This way doesn't work anymore?

https://forums.alliedmods.net/showpo...65&postcount=9

quLeryuzz 11-14-2018 10:39

Re: Whose the weapon? [AmxModx 1.8.3 + ReAPI]
 
Quote:

Originally Posted by iceeedr (Post 2624004)

I tried it. There is a bug, also I took a video about bug. It doesn't work as it's supposed to be. Maybe it doesn't work because of I tried with bot.
https://youtu.be/MnCZS3Ib3FE

AllMassive 03-12-2020 23:55

Re: Whose the weapon? [AmxModx 1.8.3 + ReAPI]
 
Doesnt work anymore with recent RegameDLL_CS / Reapi.
While this plugin is enabled, players are unable to shoot/reload/hear steps.

Code:

ReHLDS version: 3.7.0.693-dev
ReGameDLL version: 5.14.0.456-dev
ReAPI version: 5.12.0.192


iclassdon 03-13-2020 01:14

Re: Whose the weapon? [AmxModx 1.8.3 + ReAPI]
 
Cool plugin thank you.

Espaņol

PHP Code:

[es]
WHOM = ^1recogiste el arma ^4%^1del jugador ^3%s
WHOY 
= ^1recogiste tu propio ^4%


HamletEagle 04-07-2020 08:20

Re: Whose the weapon? [AmxModx 1.8.3 + ReAPI]
 
Quote:

Originally Posted by quLeryuzz (Post 2623982)
I don't think we can write without reapi. I didn't found function like ItemInfo_iId.
cs_get_user_weapon_entity came with 1.8.3, but I can't change. How else could it be?
And also
http://oi63.tinypic.com/2w69xmv.jpg
reapi is very simple to use and it has more function.

You can do it with offsets using fakemeta/hamsandwich/cstrike depending on what you want to do. If you want to get the weapon index from the entity index use either m_iId offset.
If you want the name, use pev_classname.

There's 0 reasons to keep this RE* specific. I don't care how easy it is to use repapi, this forum primarily supports default HLDS and in this case, it is EXTREMELY EASY to use fakemeta and other default modules. By using default amxx stuff you allow everyone to use your plugins, not just people that use rehlds/regamedll.

iclassdon 04-07-2020 15:13

Re: Whose the weapon? [AmxModx 1.8.3 + ReAPI]
 
I can't hear the sound of weapons firing also the handguns have no animation when shooting.

Cool plugin would be nice if it worked.

gabuch2 04-07-2020 15:21

Re: Whose the weapon? [AmxModx 1.8.3 + ReAPI]
 
Quote:

Originally Posted by iclassdon (Post 2686776)
PHP Code:

WHOY = ^1recogiste el arma ^4%^1tu ^3propio 


This is wrong, this should be the correct translation for Spanish:
PHP Code:

WHOY = ^1recogiste tu propio ^4%


HamletEagle 04-18-2020 11:25

Re: Whose the weapon? [AmxModx 1.8.3 + ReAPI]
 
Unapproved, no changes.

iclassdon 05-27-2020 13:34

Re: Whose the weapon? [AmxModx 1.8.3 + ReAPI]
 
Anyone know where I can find something similar to this?

seypa 05-29-2020 02:51

Re: Whose the weapon? [AmxModx 1.8.3 + ReAPI]
 
Quote:

Originally Posted by iclassdon (Post 2702614)
Anyone know where I can find something similar to this?

For what ?

iclassdon 05-29-2020 13:26

Re: Whose the weapon? [AmxModx 1.8.3 + ReAPI]
 
I would like to use this plugin but it's not working. I was wondering if anyone knows of another similar one that is working.

I couldn't find anything in my searches.

Napoleon_be 05-29-2020 18:22

Re: Whose the weapon? [AmxModx 1.8.3 + ReAPI]
 
Quote:

Originally Posted by iclassdon (Post 2702996)
I would like to use this plugin but it's not working. I was wondering if anyone knows of another similar one that is working.

I couldn't find anything in my searches.

You might wanna check out this code from Bugsy: https://forums.alliedmods.net/showpo...53&postcount=6

Just add the weapons u want in the bitsum list. Bugsy said something about glock not properly working, no idea what isn't working, but just give some feedback if it works or not. Also i'm not sure if this will work if a player dies.

AllMassive 12-16-2020 23:23

Re: Whose the weapon? [AmxModx 1.8.3 + ReAPI]
 
1 Attachment(s)
Found a fixed Version on some other Forum which actually worls.
It's attached to this Post - no Credit for me and i also cant help to fix anything further.

Siska1 06-08-2021 22:53

Re: Whose the weapon? [AmxModx 1.8.3 + ReAPI]
 
Quote:

Originally Posted by AllMassive (Post 2729007)
Found a fixed Version on some other Forum which actually worls.
It's attached to this Post - no Credit for me and i also cant help to fix anything further.

Thank you


All times are GMT -4. The time now is 22:46.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.