Hallo
Ich möchte das man meinen "Actor" oder auch NPC überfallen kann
wie genau muss man das angehen b.z.w umsetzten?
Hallo
Ich möchte das man meinen "Actor" oder auch NPC überfallen kann
wie genau muss man das angehen b.z.w umsetzten?
Hiermit, da haste auch gleich ein Beispiel
http://wiki.sa-mp.com/wiki/GetPlayerTargetActor
Erst mal müssen wir wissen was genau du vor hast, wie das überfallen funktionieren soll und dann können wir helfen.
Als erstes will ich ihn natürlich erstellen mit
"CreateActor" was aber Error gibt
C:\Users\Johannes\Desktop\Samp scripts\Selfmade\gamemodes\Selfmade.pwn(356) : error 017: undefined symbol "AddActor"
Includiere ich aber ein Include welches "EAF" heißt und für Actor bestimmt ist soweit ich weiß bekomme ich diese Errors.
C:\Users\Johannes\Desktop\Samp scripts\Selfmade\pawno\include\EAF.inc(71) : error 017: undefined symbol "MAX_ACTORS"
C:\Users\Johannes\Desktop\Samp scripts\Selfmade\pawno\include\EAF.inc(72) : error 017: undefined symbol "INVALID_ACTOR_ID"
C:\Users\Johannes\Desktop\Samp scripts\Selfmade\pawno\include\EAF.inc(73) : error 017: undefined symbol "INVALID_ACTOR_ID"
C:\Users\Johannes\Desktop\Samp scripts\Selfmade\pawno\include\EAF.inc(75) : error 017: undefined symbol "IsValidActor"
C:\Users\Johannes\Desktop\Samp scripts\Selfmade\pawno\include\EAF.inc(91) : error 017: undefined symbol "GetActorVirtualWorld"
C:\Users\Johannes\Desktop\Samp scripts\Selfmade\pawno\include\EAF.inc(94) : error 017: undefined symbol "GetActorPos"
C:\Users\Johannes\Desktop\Samp scripts\Selfmade\pawno\include\EAF.inc(96) : error 017: undefined symbol "SetActorPos"
C:\Users\Johannes\Desktop\Samp scripts\Selfmade\pawno\include\EAF.inc(97) : error 017: undefined symbol "SetActorVirtualWorld"
C:\Users\Johannes\Desktop\Samp scripts\Selfmade\pawno\include\EAF.inc(108) : error 017: undefined symbol "SetActorVirtualWorld"
C:\Users\Johannes\Desktop\Samp scripts\Selfmade\pawno\include\EAF.inc(109) : error 017: undefined symbol "SetActorPos"
C:\Users\Johannes\Desktop\Samp scripts\Selfmade\pawno\include\EAF.inc(116) : error 017: undefined symbol "IsValidActor"
C:\Users\Johannes\Desktop\Samp scripts\Selfmade\pawno\include\EAF.inc(121) : error 017: undefined symbol "SetActorHealth"
C:\Users\Johannes\Desktop\Samp scripts\Selfmade\pawno\include\EAF.inc(123) : error 017: undefined symbol "ClearActorAnimations"
C:\Users\Johannes\Desktop\Samp scripts\Selfmade\pawno\include\EAF.inc(245) : error 017: undefined symbol "INVALID_ACTOR_ID"
C:\Users\Johannes\Desktop\Samp scripts\Selfmade\pawno\include\EAF.inc(253) : error 017: undefined symbol "GetPlayerTargetActor"
C:\Users\Johannes\Desktop\Samp scripts\Selfmade\pawno\include\EAF.inc(268) : warning 235: public function lacks forward declaration (symbol "OnPlayerGiveDamageActor")
C:\Users\Johannes\Desktop\Samp scripts\Selfmade\pawno\include\EAF.inc(271) : error 017: undefined symbol "IsValidActor"
C:\Users\Johannes\Desktop\Samp scripts\Selfmade\pawno\include\EAF.inc(275) : error 017: undefined symbol "IsActorInvulnerable"
C:\Users\Johannes\Desktop\Samp scripts\Selfmade\pawno\include\EAF.inc(281) : error 017: undefined symbol "GetActorHealth"
C:\Users\Johannes\Desktop\Samp scripts\Selfmade\pawno\include\EAF.inc(282) : error 017: undefined symbol "SetActorHealth"
C:\Users\Johannes\Desktop\Samp scripts\Selfmade\pawno\include\EAF.inc(287) : error 017: undefined symbol "ClearActorAnimations"
C:\Users\Johannes\Desktop\Samp scripts\Selfmade\gamemodes\Selfmade.pwn(356) : error 017: undefined symbol "AddActor"
C:\Users\Johannes\Desktop\Samp scripts\Selfmade\gamemodes\Selfmade.pwn(358) : error 001: expected token: ";", but found "-identifier-"
C:\Users\Johannes\Desktop\Samp scripts\Selfmade\gamemodes\Selfmade.pwn(5661) : warning 217: loose indentation
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
Alles anzeigen
Sozusagen bekomme ich den Anfang nicht hin
hast du die include oben ins script eingetragen?
Ja genau da wo die anderen auch sind..
Ja genau da wo die anderen auch sind..
hast du das include auch im Pawno Ordner ?
Klar
pack die include mal ans ende des scriptes
poste mal alle includes die du im script definiert hast
#include <a_samp>
//#include <EAF>
#include <Dini>
#include <ocmd>
#include <streamer>
EAF ist derzeit als Kommentar da ich beim Includen Errors bekomme.
Musst deine samp Include updaten.
Downloade dir mal die neusten
@Johannes21:
Habe ich dir ja gestern noch Gesagt im Ts
Ocmd und Dini sind eigentlich die neusten und das wars eigentlich mit den Includes mehr hab ich nicht.
Lade dir mal den Kompletten neuen Server Ordner von samp runter und ersetzte alles in deinem Ordner mit dem aus dem Neuen Samp, dann einfach Script Öffnen Kompilen und sehen es geht
Ocmd und Dini hat nichts Mit Actoren zu Tun
Genau das sagt die Seite mir wenn ich auf Download klicke..
Not Found
The requested URL /samp037_svr_R2-1-1_win32.zip was not found on this Server.