Hey Leutz,
Ich hab grad verdammt probleme mit meinem Script.
Seit 10minuten bekomme ich andauernd Fehlermeldungen.
Unzwar folgende:
C:\Program Files (x86)\Rockstars Games\GTA San Andreas\pawno\include\opa_objects.inc(90) : warning 201: redefinition of constant/macro (symbol "OnGameModeInit")
C:\Program Files (x86)\Rockstars Games\GTA San Andreas\gamemodes\soul-city.pwn(2313) : error 017: undefined symbol "ac_GivePlayerWeapon"
C:\Program Files (x86)\Rockstars Games\GTA San Andreas\gamemodes\soul-city.pwn(2314) : error 017: undefined symbol "ac_GivePlayerWeapon"
C:\Program Files (x86)\Rockstars Games\GTA San Andreas\gamemodes\soul-city.pwn(2315) : error 017: undefined symbol "ac_GivePlayerWeapon"
C:\Program Files (x86)\Rockstars Games\GTA San Andreas\gamemodes\soul-city.pwn(2432) : error 017: undefined symbol "ac_GivePlayerWeapon"
C:\Program Files (x86)\Rockstars Games\GTA San Andreas\gamemodes\soul-city.pwn(2433) : error 017: undefined symbol "ac_GivePlayerWeapon"
C:\Program Files (x86)\Rockstars Games\GTA San Andreas\gamemodes\soul-city.pwn(2797) : error 004: function "PlayerToPoint" is not implemented
C:\Program Files (x86)\Rockstars Games\GTA San Andreas\gamemodes\soul-city.pwn(2801) : error 004: function "PlayerToPoint" is not implemented
C:\Program Files (x86)\Rockstars Games\GTA San Andreas\gamemodes\soul-city.pwn(2805) : error 004: function "PlayerToPoint" is not implemented
C:\Program Files (x86)\Rockstars Games\GTA San Andreas\gamemodes\soul-city.pwn(2809) : error 004: function "PlayerToPoint" is not implemented
C:\Program Files (x86)\Rockstars Games\GTA San Andreas\gamemodes\soul-city.pwn(2813) : error 004: function "PlayerToPoint" is not implemented
C:\Program Files (x86)\Rockstars Games\GTA San Andreas\gamemodes\soul-city.pwn(2817) : error 004: function "PlayerToPoint" is not implemented
C:\Program Files (x86)\Rockstars Games\GTA San Andreas\gamemodes\soul-city.pwn(2821) : error 004: function "PlayerToPoint" is not implemented
C:\Program Files (x86)\Rockstars Games\GTA San Andreas\gamemodes\soul-city.pwn(2825) : error 004: function "PlayerToPoint" is not implemented
C:\Program Files (x86)\Rockstars Games\GTA San Andreas\gamemodes\soul-city.pwn(2829) : error 004: function "PlayerToPoint" is not implemented
C:\Program Files (x86)\Rockstars Games\GTA San Andreas\gamemodes\soul-city.pwn(2833) : error 004: function "PlayerToPoint" is not implemented
C:\Program Files (x86)\Rockstars Games\GTA San Andreas\gamemodes\soul-city.pwn(2837) : error 004: function "PlayerToPoint" is not implemented
C:\Program Files (x86)\Rockstars Games\GTA San Andreas\gamemodes\soul-city.pwn(2841) : error 004: function "PlayerToPoint" is not implemented
C:\Program Files (x86)\Rockstars Games\GTA San Andreas\gamemodes\soul-city.pwn(2845) : error 004: function "PlayerToPoint" is not implemented
C:\Program Files (x86)\Rockstars Games\GTA San Andreas\gamemodes\soul-city.pwn(2850) : error 004: function "PlayerToPoint" is not implemented
C:\Program Files (x86)\Rockstars Games\GTA San Andreas\gamemodes\soul-city.pwn(2854) : error 004: function "PlayerToPoint" is not implemented
C:\Program Files (x86)\Rockstars Games\GTA San Andreas\gamemodes\soul-city.pwn(2858) : error 004: function "PlayerToPoint" is not implemented
C:\Program Files (x86)\Rockstars Games\GTA San Andreas\gamemodes\soul-city.pwn(2874) : error 004: function "PlayerToPoint" is not implemented
C:\Program Files (x86)\Rockstars Games\GTA San Andreas\gamemodes\soul-city.pwn(2878) : error 004: function "PlayerToPoint" is not implemented
C:\Program Files (x86)\Rockstars Games\GTA San Andreas\gamemodes\soul-city.pwn(2882) : error 004: function "PlayerToPoint" is not implemented
C:\Program Files (x86)\Rockstars Games\GTA San Andreas\gamemodes\soul-city.pwn(2886) : error 004: function "PlayerToPoint" is not implemented
C:\Program Files (x86)\Rockstars Games\GTA San Andreas\gamemodes\soul-city.pwn(2890) : error 004: function "PlayerToPoint" is not implemented
Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
26 Errors.
Jedoch weiss ich nicht wie ich das lösen soll!!
Die include mit PlayerToPoint heisst "ufplayers".
Aber vor 15minuten ging ja noch alles, und ich hab am script nichts geändert..
was mache ich falsch?!