[FilterScript] H-Pet System
#1

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
Reply
#2

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

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

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?
Reply
#5

sounds awesome, pic would be nice tho :/.
Reply
#6

Quote:

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

----

Horrible-Pet ? xD

Some screens ?
Reply
#7

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?
Reply
#8

nice fs
Reply
#9

Sounds cool video pls
Reply
#10

Wow more good job from you......GJ!
Reply
#11

looks nice il try it
Reply
#12

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

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 -_-
Reply
#14

DELETE PLEASE I FORGOT TO EDIT MY POS
Reply
#15

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 :]
Reply
#16

Video, please? :/
Reply
#17

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

WOOOW ! cool fs , nice , gjgjgj!
Reply
#19

Thanks! Good job btw.
Reply
#20

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


Forum Jump:


Users browsing this thread: 1 Guest(s)