[UPDATE] World of San Andreas 4.0.2

Wichtiger Hinweis: Bitte ändert nicht manuell die Schriftfarbe auf schwarz sondern belasst es bei der Standardeinstellung. Somit tragt ihr dazu bei dass euer Text auch bei Verwendung unseren dunklen Forenstils noch lesbar ist!

Tipp: Ihr wollt längere Codeausschnitte oder Logfiles bereitstellen? Benutzt unseren eigenen PasteBin-Dienst Link
  • Kann nicht compilen bekomme immer 26 Errors, habe alle Includes etc.!
    D:\GTA SA\pawno\include\morphinc.inc(3) : warning 219: local variable "x2" shadows a variable at a preceding level
    D:\GTA SA\pawno\include\morphinc.inc(3) : warning 219: local variable "y2" shadows a variable at a preceding level
    D:\GTA SA\pawno\include\morphinc.inc(3) : warning 219: local variable "z2" shadows a variable at a preceding level
    D:\GTA SA\gamemodes\WorldofSanAndreas.pwn(760) : error 021: symbol already defined: "ID"
    D:\GTA SA\gamemodes\WorldofSanAndreas.pwn(771) : error 021: symbol already defined: "ID"
    D:\GTA SA\gamemodes\WorldofSanAndreas.pwn(898) : error 017: undefined symbol "CreateDynamic3DTextLabel"
    D:\GTA SA\gamemodes\WorldofSanAndreas.pwn(1941) : warning 219: local variable "x2" shadows a variable at a preceding level
    D:\GTA SA\gamemodes\WorldofSanAndreas.pwn(1941) : warning 219: local variable "y2" shadows a variable at a preceding level
    D:\GTA SA\gamemodes\WorldofSanAndreas.pwn(1941) : warning 219: local variable "z2" shadows a variable at a preceding level
    D:\GTA SA\gamemodes\WorldofSanAndreas.pwn(2637) : error 017: undefined symbol "UpdateDynamic3DTextLabelText"
    D:\GTA SA\gamemodes\WorldofSanAndreas.pwn(2712) : error 017: undefined symbol "DestroyDynamicObject"
    D:\GTA SA\gamemodes\WorldofSanAndreas.pwn(2713) : error 017: undefined symbol "DestroyDynamicObject"
    D:\GTA SA\gamemodes\WorldofSanAndreas.pwn(2714) : error 017: undefined symbol "DestroyDynamicObject"
    D:\GTA SA\gamemodes\WorldofSanAndreas.pwn(2715) : error 017: undefined symbol "DestroyDynamicObject"
    D:\GTA SA\gamemodes\WorldofSanAndreas.pwn(2849) : warning 213: tag mismatch
    D:\GTA SA\gamemodes\WorldofSanAndreas.pwn(2849) : error 017: undefined symbol "CreateDynamicObject"
    D:\GTA SA\gamemodes\WorldofSanAndreas.pwn(2868) : error 017: undefined symbol "DestroyDynamicObject"
    D:\GTA SA\gamemodes\WorldofSanAndreas.pwn(2884) : error 017: undefined symbol "DestroyDynamicObject"
    D:\GTA SA\gamemodes\WorldofSanAndreas.pwn(6265) : error 017: undefined symbol "CreateDynamicObject"
    D:\GTA SA\gamemodes\WorldofSanAndreas.pwn(6298) : error 017: undefined symbol "CreateDynamicObject"
    D:\GTA SA\gamemodes\WorldofSanAndreas.pwn(6323) : error 017: undefined symbol "CreateDynamicObject"
    D:\GTA SA\gamemodes\WorldofSanAndreas.pwn(6348) : error 017: undefined symbol "CreateDynamicObject"
    D:\GTA SA\gamemodes\WorldofSanAndreas.pwn(10473) : error 017: undefined symbol "CreateDynamicPickup"
    D:\GTA SA\gamemodes\WorldofSanAndreas.pwn(11517) : error 017: undefined symbol "CreateDynamicObject"
    D:\GTA SA\gamemodes\WorldofSanAndreas.pwn(11518) : error 017: undefined symbol "CreateDynamicObject"
    D:\GTA SA\gamemodes\WorldofSanAndreas.pwn(11519) : error 017: undefined symbol "CreateDynamicObject"
    D:\GTA SA\gamemodes\WorldofSanAndreas.pwn(11520) : error 017: undefined symbol "CreateDynamicObject"
    D:\GTA SA\gamemodes\WorldofSanAndreas.pwn(11521) : error 017: undefined symbol "CreateDynamicObject"
    D:\GTA SA\gamemodes\WorldofSanAndreas.pwn(11522) : error 017: undefined symbol "CreateDynamicObject"
    D:\GTA SA\gamemodes\WorldofSanAndreas.pwn(11523) : error 017: undefined symbol "CreateDynamicObject"
    D:\GTA SA\gamemodes\WorldofSanAndreas.pwn(11524) : error 017: undefined symbol "CreateDynamicObject"
    D:\GTA SA\gamemodes\WorldofSanAndreas.pwn(11525) : error 017: undefined symbol "CreateDynamicObject"
    D:\GTA SA\gamemodes\WorldofSanAndreas.pwn(11526) : error 017: undefined symbol "CreateDynamicObject"


    Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase



    26 Errors.

    Aura-Mt2 Bewerbung als Mod von HighVoltage







  • Ich hab die .pwn neu compilen wollen und bei mir kam folgendes :/



    C:\Dokumente und Einstellungen\Sync\Desktop\GTA SAMP\Pawno\include\M_Bot.inc(1) : error 010: invalid function or declaration
    C:\Dokumente und Einstellungen\Sync\Desktop\GTA SAMP\Mods\World of San Andreas 4.0\gamemodes\WorldofSanAndreas.pwn(3512) : error 017: undefined symbol "M_OnPlayerConnect"
    C:\Dokumente und Einstellungen\Sync\Desktop\GTA SAMP\Mods\World of San Andreas 4.0\gamemodes\WorldofSanAndreas.pwn(4406) : error 017: undefined symbol "FreezePlayer"
    C:\Dokumente und Einstellungen\Sync\Desktop\GTA SAMP\Mods\World of San Andreas 4.0\gamemodes\WorldofSanAndreas.pwn(4424) : warning 202: number of arguments does not match definition
    C:\Dokumente und Einstellungen\Sync\Desktop\GTA SAMP\Mods\World of San Andreas 4.0\gamemodes\WorldofSanAndreas.pwn(5010) : error 017: undefined symbol "M_OnPlayerDeath"
    C:\Dokumente und Einstellungen\Sync\Desktop\GTA SAMP\Mods\World of San Andreas 4.0\gamemodes\WorldofSanAndreas.pwn(5297) : error 017: undefined symbol "M_OnPlayerSpawn"
    C:\Dokumente und Einstellungen\Sync\Desktop\GTA SAMP\Mods\World of San Andreas 4.0\gamemodes\WorldofSanAndreas.pwn(6739) : error 017: undefined symbol "UnFreezePlayer"
    C:\Dokumente und Einstellungen\Sync\Desktop\GTA SAMP\Mods\World of San Andreas 4.0\gamemodes\WorldofSanAndreas.pwn(6883) : error 017: undefined symbol "UnFreezePlayer"
    C:\Dokumente und Einstellungen\Sync\Desktop\GTA SAMP\Mods\World of San Andreas 4.0\gamemodes\WorldofSanAndreas.pwn(7026) : error 017: undefined symbol "UnFreezePlayer"
    C:\Dokumente und Einstellungen\Sync\Desktop\GTA SAMP\Mods\World of San Andreas 4.0\gamemodes\WorldofSanAndreas.pwn(7047) : error 017: undefined symbol "UnFreezePlayer"
    C:\Dokumente und Einstellungen\Sync\Desktop\GTA SAMP\Mods\World of San Andreas 4.0\gamemodes\WorldofSanAndreas.pwn(7241) : warning 202: number of arguments does not match definition
    C:\Dokumente und Einstellungen\Sync\Desktop\GTA SAMP\Mods\World of San Andreas 4.0\gamemodes\WorldofSanAndreas.pwn(7642) : error 017: undefined symbol "M_OnPlayerStateChange"
    C:\Dokumente und Einstellungen\Sync\Desktop\GTA SAMP\Mods\World of San Andreas 4.0\gamemodes\WorldofSanAndreas.pwn(9073) : error 017: undefined symbol "UnFreezePlayer"
    C:\Dokumente und Einstellungen\Sync\Desktop\GTA SAMP\Mods\World of San Andreas 4.0\gamemodes\WorldofSanAndreas.pwn(9185) : error 017: undefined symbol "UnFreezePlayer"
    C:\Dokumente und Einstellungen\Sync\Desktop\GTA SAMP\Mods\World of San Andreas 4.0\gamemodes\WorldofSanAndreas.pwn(9454) : error 017: undefined symbol "UnFreezePlayer"
    C:\Dokumente und Einstellungen\Sync\Desktop\GTA SAMP\Mods\World of San Andreas 4.0\gamemodes\WorldofSanAndreas.pwn(9760) : error 017: undefined symbol "FreezePlayer"
    C:\Dokumente und Einstellungen\Sync\Desktop\GTA SAMP\Mods\World of San Andreas 4.0\gamemodes\WorldofSanAndreas.pwn(10732) : error 017: undefined symbol "EnableM_Bot"
    C:\Dokumente und Einstellungen\Sync\Desktop\GTA SAMP\Mods\World of San Andreas 4.0\gamemodes\WorldofSanAndreas.pwn(15676) : error 017: undefined symbol "M_OnPlayerUpdate"
    C:\Dokumente und Einstellungen\Sync\Desktop\GTA SAMP\Mods\World of San Andreas 4.0\gamemodes\WorldofSanAndreas.pwn(16088) : error 017: undefined symbol "Time"
    C:\Dokumente und Einstellungen\Sync\Desktop\GTA SAMP\Mods\World of San Andreas 4.0\gamemodes\WorldofSanAndreas.pwn(16090) : error 017: undefined symbol "Time"
    C:\Dokumente und Einstellungen\Sync\Desktop\GTA SAMP\Mods\World of San Andreas 4.0\gamemodes\WorldofSanAndreas.pwn(16642) : error 017: undefined symbol "SendClientMessageToAdmins"
    C:\Dokumente und Einstellungen\Sync\Desktop\GTA SAMP\Mods\World of San Andreas 4.0\gamemodes\WorldofSanAndreas.pwn(16644) : error 017: undefined symbol "SendClientMessageToAdmins"
    C:\Dokumente und Einstellungen\Sync\Desktop\GTA SAMP\Mods\World of San Andreas 4.0\gamemodes\WorldofSanAndreas.pwn(16645) : error 017: undefined symbol "M_BOT_COLOR"
    C:\Dokumente und Einstellungen\Sync\Desktop\GTA SAMP\Mods\World of San Andreas 4.0\gamemodes\WorldofSanAndreas.pwn(16646) : error 017: undefined symbol "M_BOT_COLOR"
    C:\Dokumente und Einstellungen\Sync\Desktop\GTA SAMP\Mods\World of San Andreas 4.0\gamemodes\WorldofSanAndreas.pwn(16647) : error 017: undefined symbol "M_Bot"
    C:\Dokumente und Einstellungen\Sync\Desktop\GTA SAMP\Mods\World of San Andreas 4.0\gamemodes\WorldofSanAndreas.pwn(16647) : warning 215: expression has no effect
    C:\Dokumente und Einstellungen\Sync\Desktop\GTA SAMP\Mods\World of San Andreas 4.0\gamemodes\WorldofSanAndreas.pwn(16647) : error 001: expected token: ";", but found "]"
    C:\Dokumente und Einstellungen\Sync\Desktop\GTA SAMP\Mods\World of San Andreas 4.0\gamemodes\WorldofSanAndreas.pwn(16647) : error 029: invalid expression, assumed zero
    C:\Dokumente und Einstellungen\Sync\Desktop\GTA SAMP\Mods\World of San Andreas 4.0\gamemodes\WorldofSanAndreas.pwn(16647) : fatal error 107: too many error messages on one line


    Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase



    26 Errors.



    Was nu?


    MfG!
    Sync :)

  • C:\Dokumente und Einstellungen\Sync\Desktop\GTA SAMP\Mods\World of San Andreas 4.0\gamemodes\WorldofSanAndreas.pwn(16647) : error 017: undefined symbol "M_Bot"


    Wie wärs, wenn ihr euch mal die Fehler durchlest?
    Dir fehlt der include M_Bot


    ganz oben ins script -> #include <M_Bot>

  • Ok hatte ne kaputte Version vom M_Bot.inc, habe jetz die richtige reingeladen, trzdm meint er noch :



    C:\Dokumente und Einstellungen\Sync\Desktop\GTA SAMP\Mods\World of San Andreas 4.0\gamemodes\WorldofSanAndreas.pwn(16088) : error 017: undefined symbol "Time"
    C:\Dokumente und Einstellungen\Sync\Desktop\GTA SAMP\Mods\World of San Andreas 4.0\gamemodes\WorldofSanAndreas.pwn(16090) : error 017: undefined symbol "Time"
    C:\Dokumente und Einstellungen\Sync\Desktop\GTA SAMP\Mods\World of San Andreas 4.0\gamemodes\WorldofSanAndreas.pwn(51721) : error 017: undefined symbol "Time"
    C:\Dokumente und Einstellungen\Sync\Desktop\GTA SAMP\Mods\World of San Andreas 4.0\gamemodes\WorldofSanAndreas.pwn(52843) : error 017: undefined symbol "StripNewLine"
    C:\Dokumente und Einstellungen\Sync\Desktop\GTA SAMP\Mods\World of San Andreas 4.0\gamemodes\WorldofSanAndreas.pwn(53560) : warning 203: symbol is never used: "GetPointDistanceToPointExMorph"
    C:\Dokumente und Einstellungen\Sync\Desktop\GTA SAMP\Mods\World of San Andreas 4.0\gamemodes\WorldofSanAndreas.pwn(53560) : warning 203: symbol is never used: "M_OnPlayerCommandText"
    Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase



    4 Errors.


    Wie soll ich mit denen umgehen? :/
    Mfg!
    Sync 8)

  • KlammerFehler?. (denke ich schon mal Bei 26 Errors) schau mal noch mal nach Wo du zuletzt gearbeitet hast an der zeile

    Ne Habe kein KlammerFehler habe die Datei nicht bearbeitet und will das compilen klappt trzd. nicht!

    Aura-Mt2 Bewerbung als Mod von HighVoltage







  • Naja, hab mal runter gezogen, sieht auf jeden Fall schon mal gut aus ;) werde es später testen ^^

  • Das tanksystem ist bei mir immer noch buggy ich bekomme das i-wie nicht gefixxt. Alle anderen bugs habe ich gefixxt zb. den autohausbug aber den bug bei der tankstelle d.h. das er nicht eine halbe ewigkeit tankt bekomme ich nicht gefixxt :(

  • Das tanksystem ist bei mir immer noch buggy ich bekomme das i-wie nicht gefixxt. Alle anderen bugs habe ich gefixxt zb. den autohausbug aber den bug bei der tankstelle d.h. das er nicht eine halbe ewigkeit tankt bekomme ich nicht gefixxt :(


    Lies PN :)!

  • do.de - Domain-Offensive - Domains für alle und zu super Preisen