Hallo,
da ich das Shark System nicht mehr brauche möchte ich es der Community zu Verfügung stellen.
Es ist wie das GTA 5 Hai System aufgebaut.
ABLAUF:
Zu dem System ist sehr schlicht und einfach aufgebaut und so sehr leicht zu editieren!
Es gibt 6 Gebiete wo die Haie aktiv sind und auf Beutejagd gehen.
Sobald man sich in einer Shark Zone befindet leuchte auf der Karte eine rote Zone auf (das Jagdgebiet der Haie).
Außerdem befindet sich an dem Hai selbst ein rote Marker, so erkennt man wo er sich in der Zone befindet.
Wenn der Hai nun in der Nähe ist greift dieser einen in zeitlichen Abständen an sprich wird man einmal angegriffen schwimmt der Hai erstmal ein paar Sekunden langsam hinter einem her bis er das nächste mal angreift.
EINSTELLUNGEN:
#define SHARK_ALERT_ZONE //delete this line and the red shark alert zone will be destroy
#define SHARK_ALERT_ICON //delete this line and the alert icon that is attached on the shark will be destroy
#define SHARK_ALERT_ICON_TYPE 0 //the icon type ... currently a square ... the list with icon types: http://wiki.sa-mp.com/wiki/MapIcons
#define SHARK_ALERT_ICON_COL 3 //the icon color ... currently red ... you can take the color ids from there: http://wiki.sa-mp.com/wiki/Vehicle_Color_IDs
#define SHARK_ALTER_ICON_SLOT 99 //the icon slot for the shark icon ... you can only use 100 map icons at the same time
#define MIN_SHARK_SWIMSPEED 2.5 //the shark minimal swim speed limit
#define MAX_SHARK_SWIMSPEED 9.0 //the shark maximal swim speed limit
//delete the following 6 lines when you include the streamer from incognito (Download: http://forum.sa-mp.com/showthread.php?t=102865)
#define CreateDynamicObject CreateObject
#define DestroyDynamicObject DestroyObject
#define GetDynamicObjectPos GetObjectPos
#define GetDynamicObjectRot GetObjectRot
#define MoveDynamicObject MoveObject
#define OnDynamicObjectMove OnObjectMoved
INFORMATIONEN:
Zeilen: 288
Includes: a_samp
Plugin: keine
PREVIEW:
DOWNLOAD:
Virustotal
http://www.file-upload.net/download-10286038/shark.rar.html
Pastebin
Mit freundlichen Grüßen,
targetid