Raised This Month: $ Target: $400
 0% 

BUGs on AP !! (cheat)


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
gokajko
Junior Member
Join Date: Nov 2010
Location: Gdansk, Poland
Old 02-19-2011 , 23:45   BUGs on AP !! (cheat)
Reply With Quote #1

Hi!
I have a problem. On my server players use cheat on Ammo Packs BUG!
There is a some anti-plugin?
Demos:
http://csiks.pl/ukw.dem
http://csiks.pl/pin.dem

What's the fuck?
Help
gokajko is offline
schmurgel1983
Veteran Member
Join Date: Aug 2006
Location: Germany
Old 02-20-2011 , 04:14   Re: BUGs on AP !! (cheat)
Reply With Quote #2

what extra items do u use? some extra items block the cost, and restore the original ap. or using wrong ZP_PLUGIN_HANDLED
__________________

Working on:
nothing
schmurgel1983 is offline
zombiiiizzz
BANNED
Join Date: Apr 2010
Old 02-22-2011 , 11:52   Re: BUGs on AP !! (cheat)
Reply With Quote #3

i have a same problem on my server, ppl use some sort of cheat for a increasing ammo every x seconds.
zombiiiizzz is offline
Old 02-22-2011, 11:57
djodjo1990
This message has been deleted by djodjo1990.
claudiuhks
Yam Inside®™℠
Join Date: Jan 2010
Location: Living Randomly
Old 02-22-2011 , 14:34   Re: BUGs on AP !! (cheat)
Reply With Quote #4

For example, if the plugin.sma look like this one:

PHP Code:
new ItemX...
ItemX zp_register_extra_item("Item X"5ZP_TEAM_HUMAN)

zp_extra_item_selected(iditem)
{
    if (
item == ItemX)
    {
           if (
g_UserHasAllreadyItemX[id])
           {
                 
zp_set_user_ammo_packs(idzp_get_user_ammo_packs(id) + 5)
                 
client_print(idprint_chat"You allready bought that item..")
                 return
           }
           else     
// if don't allready has this item
           
{
                     
set_user_health(id84374343)   // anything
           
}
    }

And if you modify the price in the zpa_extraitems.ini, the bug will be...
With other words.. look this script. Register one extraitem with 5 ammo packs, and if the user allready bought that item in that round, he will receive 5 ammo packs from server. If you put in zpa_extraitems.ini price "2" instead of 5, when the user will buy that item, server will take 2 ammo packs from him, and after, when he allready has this item, will receive + 5, +5, +5, and just -2, -2, -2...
__________________
claudiuhks is offline
Send a message via MSN to claudiuhks Send a message via Yahoo to claudiuhks Send a message via Skype™ to claudiuhks
gokajko
Junior Member
Join Date: Nov 2010
Location: Gdansk, Poland
Old 02-22-2011 , 17:50   Re: BUGs on AP !! (cheat)
Reply With Quote #5

As for my problem, it was a bug plugin lasermine. LM was the available for human but item added to zombie item and human item. When Zombie buy lm get AP instead item

Helped remove the item from the zombie menu
gokajko is offline
schmurgel1983
Veteran Member
Join Date: Aug 2006
Location: Germany
Old 02-23-2011 , 01:49   Re: BUGs on AP !! (cheat)
Reply With Quote #6

zp_extraitems.ini
Code:
TEAMS = ZOMBIE , HUMAN
Code:
TEAMS = HUMAN
__________________

Working on:
nothing
schmurgel1983 is offline
Reply



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 22:21.


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