SA-MP Forums Archive
[FilterScript] H-Pet System - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] H-Pet System (/showthread.php?tid=285770)

Pages: 1 2 3


H-Pet System - Horrible - 25.09.2011

H-Pet System 1.2
672 PEOPLE HAD DOWNLOADED THIS FS. WHAT ARE YOU WAITING FOR ?
This FS Is First Release On Samp

What Pet can do?
Code:
1. Come With You Every Where
2. You Can Control It
3. Improve Damage When You Shoot
4. Reduce Damage When You Shot by other person
CMD:
Version 1.0
Code:
/buypet = buy a pet(Only Turtle)
/sellpet = Sell Your Pet
/controlpet = Ride Your Pet
/unusedpet = Get Out From Pet
Version 1.1
Code:
/buypet = buy a pet(Turtle,Shark)
/sellpet = Sell Your Pet
/controlpet = Ride Your Pet
/uncontrolpet = Get Out From Pet
/petmenu
Version 1.2 and 1.3
Code:
/buypet = buy a pet(Turtle,Shark and Cow !)(RESPAWN FIRST)
/sellpet = Sell Your Pet
/controlpet = Ride Your Pet
/uncontrol = Get Out From Pet
/petmenu
/respawn = respawn
Credits:
coding : me/Horrible A.K.A Horribles
Sa-mp: Kalcor
CMD:Zeex
OPSP :wups
Cow Object : Hiddos
Update:
Code:
Version 1.0:
Initial Release
Version 1.1:
Added /petmenu
Version 1.2:
Fixed all major bug
Add cow :)
Version 1.3:
Fixed flying cow !
You Must Have This
ZCMD
OPSP
How To Install? This
1. Download at link.
2. Move .pwn to Filterscript folder
3. Compile it.
4. Then open your server.cfg, put h-pet
5. Start Your Server
6. You are done! Enjoy!
Screen:
[ame]http://www.youtube.com/watch?v=E7vbB76vBcg[/ame]
Download:
Newest Version
http://www.mediafire.com/?y6kywd54xv...u4hz9ajoosfwo0
OLDER VERSION
http://www.mediafire.com/?kqnxe6hd3v...io177o71tz6ykk
http://www.mediafire.com/?f9q9heqqmspde76
http://www.mediafire.com/?t8xvqt6j12scqg8
LIKE MY WORKS?
Goto this --->http://forum.sa-mp.com/reputation.php?p=1325343


Re : H-Pet System - Naruto_Emilio - 25.09.2011

Sounds cool , but with more pics you will get more downloads.


Re: Re : H-Pet System - Horrible - 25.09.2011

Quote:
Originally Posted by Naruto_Emilio
View Post
Sounds cool , but with more pics you will get more downloads.
maybe tommorow


Re: H-Pet System - [MWR]Blood - 25.09.2011

Nice for your first work.
However, you have some bad mistakes.
The one that just made me fell of my chair, was:
pawn Code:
pet = SetTimerEx("hpet",100,true,"d",playerid);
Have you thought of simply attaching the object to the player?


Re: H-Pet System - dylanando - 25.09.2011

sounds awesome, pic would be nice tho :/.


Re: H-Pet System - IstuntmanI - 25.09.2011

Quote:

LIKE MY WORKS?
Goto this --->http://forum.sa-mp.com/reputation.php?p=1325343
Come on...

----

Horrible-Pet ? xD

Some screens ?


Re: H-Pet System - KoczkaHUN - 25.09.2011

pawn Code:
public OnPlayerShootPlayer(Shooter,Target,Float:HealthLost,Float:ArmourLost)
{
    if(GetPVarInt(Shooter,"havepet") == 1)
    {
    HealthLost = HealthLost + 3;
    ArmourLost = ArmourLost + 2;
    }
    if(GetPVarInt(Target,"havepet") == 1)
    {
    HealthLost = HealthLost - 3;
    ArmourLost = ArmourLost - 2;
    }
    return 1;
}
Did you test this?


Re: H-Pet System - THE_KING$5$ - 25.09.2011

nice fs


Re: H-Pet System - davve95 - 26.09.2011

Sounds cool video pls


Re: H-Pet System - Newbie - 28.09.2011

Wow more good job from you......GJ!


Re: H-Pet System - shady001 - 28.09.2011

looks nice il try it


Re: H-Pet System - sniper22 - 28.09.2011

Please give me here would be someone "AMX"
not please me that much, please do



Re: H-Pet System - Horrible - 28.09.2011

Quote:
Originally Posted by [MWR]Blood
View Post
Nice for your first work.
it's not my first work i mean this FS is first on sa-mp

Quote:
Originally Posted by sniper22
View Post
Please give me here would be someone "AMX"
not please me that much, please do
How To Install? This
1. Download at link.
2. Move .pwn to Filterscript folder
3. Compile it.
4. Then open your server.cfg, put h-pet
5. Start Your Server
6. You are done! Enjoy!

if you don't understand number 3 it's mean you must open it with pawno and press "f6"

UPDATE 1.1
Code:
added /petmenu
Quote:
Originally Posted by shady001
View Post
looks nice il try it
Quote:
Originally Posted by dylanando
View Post
sounds awesome, pic would be nice tho :/.
Quote:
Originally Posted by Newbie
View Post
Wow more good job from you......GJ!
TY all....

Quote:
Originally Posted by davve95
View Post
Sounds cool video pls
i am try to download camtastia studio but it failed -_-


Re: H-Pet System - Horrible - 28.09.2011

DELETE PLEASE I FORGOT TO EDIT MY POS


Re: H-Pet System - [LvZ]Free - 24.10.2011

Quote:
Originally Posted by KoczkaHUN
View Post
pawn Code:
public OnPlayerShootPlayer(Shooter,Target,Float:HealthLost,Float:ArmourLost)
{
    if(GetPVarInt(Shooter,"havepet") == 1)
    {
    HealthLost = HealthLost + 3;
    ArmourLost = ArmourLost + 2;
    }
    if(GetPVarInt(Target,"havepet") == 1)
    {
    HealthLost = HealthLost - 3;
    ArmourLost = ArmourLost - 2;
    }
    return 1;
}
Did you test this?
I think NO ! Because this give me error :]


Re: H-Pet System - Biesmen - 24.10.2011

Video, please? :/


Re: H-Pet System - Horrible - 23.03.2012

Quote:
Originally Posted by Biesmen
Посмотреть сообщение
Video, please? :/
sry i am failed download camstasia


Re: H-Pet System - Selam - 28.03.2012

WOOOW ! cool fs , nice , gjgjgj!


Re: H-Pet System - [D]Stanley - 29.03.2012

Thanks! Good job btw.


Re: H-Pet System - Soumi - 29.03.2012

Cool FS, add pics or a video so you can get more downloads.