Raised This Month: $32 Target: $400
 8% 

Half-Life (reset score)


Post New Thread Closed Thread   
 
Thread Tools Display Modes
Author Message
AG ATT kool
Junior Member
Join Date: Dec 2017
Location: Algeria
Old 01-22-2018 , 13:31   Half-Life (reset score)
#1

Hello guys,
I need reset score /rs plugin working for half-life please. I posted twice after searching but got nothing.
AG ATT kool is offline
D3XT3R
AlliedModders Donor
Join Date: Nov 2016
Location: Lithuania, Bomb A (Kauna
Old 01-22-2018 , 13:38   Re: Half-Life (reset score)
#2

try this,
Code:
#include <amxmod> #include <amxmisc> #include <fun> new g_iDeathOffset new g_iMsgIDScoreInfo public plugin_init() {     register_clcmd("say /rs", "ResetScore")         g_iMsgIDScoreInfo = get_user_msgid("ScoreInfo")     g_iDeathOffset = 377 } public ResetScore() {     new players[32], inum, player     get_players(players, inum, "h")     for(new i=0; i<inum; ++i)     {         player = players[i]         set_user_frags(player, 0)         set_offset_int(player, g_iDeathOffset, 0)         user_spawn(player)         message_begin(MSG_BROADCAST, g_iMsgIDScoreInfo, {0, 0, 0}, 0)         write_byte(player)         write_short(0)         write_short(0)         write_short(0)         write_short(get_user_team(player))         message_end()     } }
__________________
D3XT3R is offline
Send a message via Skype™ to D3XT3R
AG ATT kool
Junior Member
Join Date: Dec 2017
Location: Algeria
Old 01-22-2018 , 14:38   Re: Half-Life (reset score)
#3

Thanks D3XT3R for your reply, but it is not compiling. I got these errors:
error 017: undefined symbol "set_offset_int"
warning 204: symbol is assigned a value that is never used: "g_iDeathOffset"
AG ATT kool is offline
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 01-22-2018 , 14:48   Re: Half-Life (reset score)
#4

That plugin is for AMX, not AMXX.
__________________

Last edited by OciXCrom; 01-22-2018 at 14:49.
OciXCrom is offline
Send a message via Skype™ to OciXCrom
DjSoftero
Veteran Member
Join Date: Nov 2014
Location: Lithuania
Old 01-23-2018 , 03:01   Re: Half-Life (reset score)
#5

Have you tried any score reset plugin made for counter strike? because I think it should work
__________________
retired chump
DjSoftero is offline
D3XT3R
AlliedModders Donor
Join Date: Nov 2016
Location: Lithuania, Bomb A (Kauna
Old 01-23-2018 , 06:41   Re: Half-Life (reset score)
#6

Quote:
Originally Posted by AG ATT kool View Post
Thanks D3XT3R for your reply, but it is not compiling. I got these errors:
error 017: undefined symbol "set_offset_int"
warning 204: symbol is assigned a value that is never used: "g_iDeathOffset"
sorry i forgot include VexdUM

just add #include <VexdUM> after fan include line
__________________
D3XT3R is offline
Send a message via Skype™ to D3XT3R
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 01-23-2018 , 07:26   Re: Half-Life (reset score)
#7

Quote:
Originally Posted by OciXCrom View Post
That plugin is for AMX, not AMXX.
__________________
OciXCrom is offline
Send a message via Skype™ to OciXCrom
D3XT3R
AlliedModders Donor
Join Date: Nov 2016
Location: Lithuania, Bomb A (Kauna
Old 01-23-2018 , 11:24   Re: Half-Life (reset score)
#8

you stupid? HL1 are using amx not amxx !!!!
__________________
D3XT3R is offline
Send a message via Skype™ to D3XT3R
DjSoftero
Veteran Member
Join Date: Nov 2014
Location: Lithuania
Old 01-23-2018 , 12:17   Re: Half-Life (reset score)
#9

Quote:
Originally Posted by D3XT3R View Post
you stupid? HL1 are using amx not amxx !!!!
You're the stupid one. Do some research before trash talking. Counter strike is half life based and both of those support amxmodx. Don't know much about amxmod besides it being an outdated relic.
__________________
retired chump
DjSoftero is offline
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 01-23-2018 , 12:53   Re: Half-Life (reset score)
#10

Quote:
Originally Posted by D3XT3R View Post
you stupid? HL1 are using amx not amxx !!!!
http://www.amxmodx.org/about.php

gtfo
__________________
OciXCrom is offline
Send a message via Skype™ to OciXCrom
Closed Thread


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 06:29.


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