Jump to content
  • 0

Cerere ajutor GenOxigen


Question

Posted

Problema intalnita (descriere):Am primit urmatoarele erori
Ero(area / rile) / warning-(ul / urile):C:UsersAlexDesktopLGaming v1.7LGaming v1.7gamemodesLGaming.pwn(2173) : error 017: undefined symbol "WasteDeAMXersTime"

C:UsersAlexDesktopLGaming v1.7LGaming v1.7gamemodesLGaming.pwn(2848) : error 017: undefined symbol "LoopingAnim"
C:UsersAlexDesktopLGaming v1.7LGaming v1.7gamemodesLGaming.pwn(2849) : error 017: undefined symbol "LoopingAnim"
C:UsersAlexDesktopLGaming v1.7LGaming v1.7gamemodesLGaming.pwn(2850) : error 017: undefined symbol "LoopingAnim"
C:UsersAlexDesktopLGaming v1.7LGaming v1.7gamemodesLGaming.pwn(2962) : error 017: undefined symbol "PentruPlayerUpdate"
C:UsersAlexDesktopLGaming v1.7LGaming v1.7gamemodesLGaming.pwn(2984) : error 017: undefined symbol "IsPlayerInRange"
C:UsersAlexDesktopLGaming v1.7LGaming v1.7gamemodesLGaming.pwn(3012) : warning 204: symbol is assigned a value that is never used: "numarahp"
C:UsersAlexDesktopLGaming v1.7LGaming v1.7gamemodesLGaming.pwn(3739) : warning 204: symbol is assigned a value that is never used: "speed"
C:UsersAlexDesktopLGaming v1.7LGaming v1.7gamemodesLGaming.pwn(3719) : warning 204: symbol is assigned a value that is never used: "string"
C:UsersAlexDesktopLGaming v1.7LGaming v1.7gamemodesLGaming.pwn(3927) : error 004: function "PlayerToPoint" is not implemented
C:UsersAlexDesktopLGaming v1.7LGaming v1.7gamemodesLGaming.pwn(3931) : error 004: function "PlayerToPoint" is not implemented
C:UsersAlexDesktopLGaming v1.7LGaming v1.7gamemodesLGaming.pwn(3943) : error 004: function "PlayerToPoint" is not implemented
C:UsersAlexDesktopLGaming v1.7LGaming v1.7gamemodesLGaming.pwn(3947) : error 004: function "PlayerToPoint" is not implemented
C:UsersAlexDesktopLGaming v1.7LGaming v1.7gamemodesLGaming.pwn(3951) : error 004: function "PlayerToPoint" is not implemented
C:UsersAlexDesktopLGaming v1.7LGaming v1.7gamemodesLGaming.pwn(3955) : error 004: function "PlayerToPoint" is not implemented
C:UsersAlexDesktopLGaming v1.7LGaming v1.7gamemodesLGaming.pwn(3959) : error 004: function "PlayerToPoint" is not implemented
C:UsersAlexDesktopLGaming v1.7LGaming v1.7gamemodesLGaming.pwn(3963) : error 004: function "PlayerToPoint" is not implemented
C:UsersAlexDesktopLGaming v1.7LGaming v1.7gamemodesLGaming.pwn(3967) : error 004: function "PlayerToPoint" is not implemented
C:UsersAlexDesktopLGaming v1.7LGaming v1.7gamemodesLGaming.pwn(3979) : error 004: function "PlayerToPoint" is not implemented
C:UsersAlexDesktopLGaming v1.7LGaming v1.7gamemodesLGaming.pwn(3983) : error 004: function "PlayerToPoint" is not implemented
C:UsersAlexDesktopLGaming v1.7LGaming v1.7gamemodesLGaming.pwn(3987) : error 004: function "PlayerToPoint" is not implemented
C:UsersAlexDesktopLGaming v1.7LGaming v1.7gamemodesLGaming.pwn(3991) : error 004: function "PlayerToPoint" is not implemented
C:UsersAlexDesktopLGaming v1.7LGaming v1.7gamemodesLGaming.pwn(3995) : error 004: function "PlayerToPoint" is not implemented
C:UsersAlexDesktopLGaming v1.7LGaming v1.7gamemodesLGaming.pwn(4007) : error 004: function "PlayerToPoint" is not implemented
C:UsersAlexDesktopLGaming v1.7LGaming v1.7gamemodesLGaming.pwn(4011) : error 004: function "PlayerToPoint" is not implemented
C:UsersAlexDesktopLGaming v1.7LGaming v1.7gamemodesLGaming.pwn(4015) : error 004: function "PlayerToPoint" is not implemented
C:UsersAlexDesktopLGaming v1.7LGaming v1.7gamemodesLGaming.pwn(4027) : error 004: function "PlayerToPoint" is not implemented
C:UsersAlexDesktopLGaming v1.7LGaming v1.7gamemodesLGaming.pwn(4031) : error 004: function "PlayerToPoint" is not implemented
C:UsersAlexDesktopLGaming v1.7LGaming v1.7gamemodesLGaming.pwn(4055) : error 004: function "PlayerToPoint" is not implemented
 
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
 
 
26 Errors.

Liniile de cod / sursa / script-ul(obligatoriu):Spuneti ce trebuie sa va dau si va dau
Imagini / Video (optional):
Ati incercat sa rezolvati singur?da dar nu am reusit

8 answers to this question

Recommended Posts

  • 0
  • 0
Posted
#define WasteDeAMXersTIME
#define LoopingAnim


new numarahp
new speed
new string
new PlayerToPoint

Incearca sa adaugi define-urile si acele new-uri ...trebuie sa mearga. Posteaza apoi ce erori primesti.

  • 0
Posted (edited)

 

Culorile care le-ai pus , sunt definite ?

Foloseste :

#define COLOR_CULOAREATA;

Foarte gresit. In nici un caz nu se adauga ";", si in plus nu ai precizat culoarea.

 

Asta e define-ul pentru o culoare:

#define COLOR_CULOARE 0x00FF0000 //Culoare rosie | 0x00(FF0000) - 0x00(Rosu)
Edited by KnowN
  • Upvote 1

242086.png

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.