Jump to content

help ik krijg een four in mijn script


Recommended Posts

Geplaatst:

C:\Documents and Settings\brinks.BRINKS-9LO9NGPI\Bureaublad\Samp server\Penls publice enemy LS\pawno\include\a_players.inc(25) : error 021: symbol already defined: "SetSpawnInfo"

C:\Documents and Settings\brinks.BRINKS-9LO9NGPI\Bureaublad\Samp server\Penls publice enemy LS\pawno\include\a_players.inc(26) : error 021: symbol already defined: "SpawnPlayer"

C:\Documents and Settings\brinks.BRINKS-9LO9NGPI\Bureaublad\Samp server\Penls publice enemy LS\pawno\include\a_players.inc(29) : error 021: symbol already defined: "SetPlayerPos"

C:\Documents and Settings\brinks.BRINKS-9LO9NGPI\Bureaublad\Samp server\Penls publice enemy LS\pawno\include\a_players.inc(31) : error 021: symbol already defined: "GetPlayerPos"

C:\Documents and Settings\brinks.BRINKS-9LO9NGPI\Bureaublad\Samp server\Penls publice enemy LS\pawno\include\a_players.inc(32) : error 021: symbol already defined: "SetPlayerFacingAngle"

C:\Documents and Settings\brinks.BRINKS-9LO9NGPI\Bureaublad\Samp server\Penls publice enemy LS\pawno\include\a_players.inc(33) : error 021: symbol already defined: "GetPlayerFacingAngle"

C:\Documents and Settings\brinks.BRINKS-9LO9NGPI\Bureaublad\Samp server\Penls publice enemy LS\pawno\include\a_players.inc(34) : error 021: symbol already defined: "SetPlayerInterior"

C:\Documents and Settings\brinks.BRINKS-9LO9NGPI\Bureaublad\Samp server\Penls publice enemy LS\pawno\include\a_players.inc(36) : error 021: symbol already defined: "SetPlayerHealth"

C:\Documents and Settings\brinks.BRINKS-9LO9NGPI\Bureaublad\Samp server\Penls publice enemy LS\pawno\include\a_players.inc(37) : error 021: symbol already defined: "GetPlayerHealth"

C:\Documents and Settings\brinks.BRINKS-9LO9NGPI\Bureaublad\Samp server\Penls publice enemy LS\pawno\include\a_players.inc(42) : error 021: symbol already defined: "SetPlayerTeam"

C:\Documents and Settings\brinks.BRINKS-9LO9NGPI\Bureaublad\Samp server\Penls publice enemy LS\pawno\include\a_players.inc(43) : error 021: symbol already defined: "GetPlayerTeam"

C:\Documents and Settings\brinks.BRINKS-9LO9NGPI\Bureaublad\Samp server\Penls publice enemy LS\pawno\include\a_players.inc(44) : error 021: symbol already defined: "SetPlayerScore"

C:\Documents and Settings\brinks.BRINKS-9LO9NGPI\Bureaublad\Samp server\Penls publice enemy LS\pawno\include\a_players.inc(45) : error 021: symbol already defined: "GetPlayerScore"

C:\Documents and Settings\brinks.BRINKS-9LO9NGPI\Bureaublad\Samp server\Penls publice enemy LS\pawno\include\a_players.inc(46) : error 021: symbol already defined: "SetPlayerColor"

C:\Documents and Settings\brinks.BRINKS-9LO9NGPI\Bureaublad\Samp server\Penls publice enemy LS\pawno\include\a_players.inc(47) : error 021: symbol already defined: "GetPlayerColor"

C:\Documents and Settings\brinks.BRINKS-9LO9NGPI\Bureaublad\Samp server\Penls publice enemy LS\pawno\include\a_players.inc(48) : error 021: symbol already defined: "SetPlayerSkin"

C:\Documents and Settings\brinks.BRINKS-9LO9NGPI\Bureaublad\Samp server\Penls publice enemy LS\pawno\include\a_players.inc(50) : error 021: symbol already defined: "GivePlayerWeapon"

C:\Documents and Settings\brinks.BRINKS-9LO9NGPI\Bureaublad\Samp server\Penls publice enemy LS\pawno\include\a_players.inc(51) : error 021: symbol already defined: "ResetPlayerWeapons"

C:\Documents and Settings\brinks.BRINKS-9LO9NGPI\Bureaublad\Samp server\Penls publice enemy LS\pawno\include\a_players.inc(53) : error 021: symbol already defined: "GivePlayerMoney"

C:\Documents and Settings\brinks.BRINKS-9LO9NGPI\Bureaublad\Samp server\Penls publice enemy LS\pawno\include\a_players.inc(54) : error 021: symbol already defined: "ResetPlayerMoney"

C:\Documents and Settings\brinks.BRINKS-9LO9NGPI\Bureaublad\Samp server\Penls publice enemy LS\pawno\include\a_players.inc(56) : error 021: symbol already defined: "GetPlayerMoney"

C:\Documents and Settings\brinks.BRINKS-9LO9NGPI\Bureaublad\Samp server\Penls publice enemy LS\pawno\include\a_players.inc(57) : error 021: symbol already defined: "GetPlayerState"

C:\Documents and Settings\brinks.BRINKS-9LO9NGPI\Bureaublad\Samp server\Penls publice enemy LS\pawno\include\a_players.inc(62) : error 021: symbol already defined: "GetPlayerName"

C:\Documents and Settings\brinks.BRINKS-9LO9NGPI\Bureaublad\Samp server\Penls publice enemy LS\pawno\include\a_players.inc(74) : error 021: symbol already defined: "GetPlayerVehicleID"

C:\Documents and Settings\brinks.BRINKS-9LO9NGPI\Bureaublad\Samp server\Penls publice enemy LS\pawno\include\a_players.inc(75) : error 021: symbol already defined: "RemovePlayerFromVehicle"

C:\Documents and Settings\brinks.BRINKS-9LO9NGPI\Bureaublad\Samp server\Penls publice enemy LS\pawno\include\a_players.inc(76) : error 021: symbol already defined: "TogglePlayerControllable"

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

26 Error

wat moet ik doen????

ik doe niks verkeerd

Geplaatst: (bewerkt)
ik doe niks verkeerd

Nou blijkbaar wel he? ;)

Vragen over scripten horen in het 'sa:mp scripting' subforum, niet in 'sa:mp help'

heb je bovenaan je script wel

#include <a_samp>

staan?

Nevermind...

Waarscheinlijk heb jij 2 verschillende include bestanden, waarin dezelfde functies worden 'defined'

Misschien kan je dit oplossen door de serverbestanden opnieuw te downloaden en de include-files te vervangen.

Bewerkt: door Sandra18[NL]

Een reactie plaatsen

Je kan nu een reactie plaatsen en pas achteraf registreren. Als je al lid bent, log eerst in om met je eigen account een reactie te plaatsen.

Gast
Op dit onderwerp reageren...

×   Je hebt text geplaatst met opmaak.   Opmaak verwijderen

  Only 75 emoji are allowed.

×   Je link is automatisch ingevoegd.   In plaats daarvan weergeven als link

×   Je vorige bewerkingen zijn hersteld.   Alles verwijderen

×   You cannot paste images directly. Upload or insert images from URL.

  • Recent actief   0 leden

    • Er zijn hier geen geregistreerde gebruikers aanwezig.
×
×
  • Create New...