Beiträge von uTropy

    Hallo, wenn ich mein server starte scheint eine solche nachricht.


    [18:01:51]
    [18:01:51] Filter Scripts
    [18:01:51] ---------------
    [18:01:51] Loading filter script 'base.amx'...
    [18:01:51] Unable to load filter script 'base.amx'.
    [18:01:51] Loading filter script 'gl_actions.amx'...
    [18:01:51] Unable to load filter script 'gl_actions.amx'.
    [18:01:51] Loading filter script 'gl_property.amx'...
    [18:01:51] Unable to load filter script 'gl_property.amx'.
    [18:01:51] Loading filter script 'gl_realtime.amx'...
    [18:01:51] Unable to load filter script 'gl_realtime.amx'.
    [18:01:51] Loaded 0 filter scripts.


    [18:01:51] Script[gamemodes/driftenjoy.amx]: Run time error 19: "File or function is not found"
    [18:01:51] Number of vehicle models: 0


    Was kann das sein?

    Hallo, ich habe ein problem. Seit eine woche habe ich eine Driftmode gedownloaded.
    Aber seit ich sie habe hat sie immer solche warnings:


    C:\Users\\Desktop\Server\pawno\include\dutils.inc(28) : warning 219: local variable "string" shadows a variable at a preceding level
    C:\Users\\Desktop\Server\pawno\include\dutils.inc(132) : warning 219: local variable "string" shadows a variable at a preceding level
    C:\Users\\Desktop\Server\pawno\include\dutils.inc(172) : warning 219: local variable "string" shadows a variable at a preceding level
    C:\User\Desktop\Server\pawno\include\dutils.inc(280) : warning 219: local variable "string" shadows a variable at a preceding level
    C:\Users\\Desktop\Server\pawno\include\dutils.inc(337) : warning 219: local variable "string" shadows a variable at a preceding level
    C:\Users\\Desktop\Server\pawno\include\dutils.inc(379) : warning 219: local variable "string" shadows a variable at a preceding level
    C:\Users\\Desktop\Server\gamemodes\driftenjoy.pwn(1194) : warning 219: local variable "string" shadows a variable at a preceding level
    Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase



    7 Warnings.

    Mehrere werte


    Also ein file hat 4 werte bsp.


    pLevelpSexpMoneypFaction


    Und jetzt will ich noch eine oder mehrere hinfügen so das ich nacher diese werte habe



    pLevelpSexpMoneypFactionpHousepGPS


    Was kann ich machen?..

    Ja sorry wegen includes aber ich meine der Quellecode ist alles verbuggt schau mal hier zb,



    if (strcmp(cmd, "/ban", true) ==0 )
    {
    if(!IsPlayerAdmin(playerid))return SendClientMessage(playerid,ROT,"Admin Posten ist erforderlich!");
    tmp = strtok(cmdtext,idx);
    if(!tmp[0])return SendClientMessage(playerid,ROT,"Nutze : /ban [spielerid] [Grund]");
    new playa = strval(tmp);
    if(!IsPlayerConnected(playa) || IsPlayerNPC(playa))return SendClientMessage(playerid,ROT,"Dieser Spieler ist nicht Aktiv...");
    tmp = strrest(cmdtext,idx);
    if(!tmp[0])return SendClientMessage(playerid,ROT,"Nutze : /ban [spielerid] [Grund]");
    format(str,sizeof str,"Du hast %s gebannt der Grund war : %s",Spielername(playa),tmp);
    SendClientMessage(playerid,GRUEN,str);
    format(str,sizeof str,"%s wurde von %s gebannt (Grund : %s)",Spielername(playa),Spielername(playerid),tmp);
    SendClientMessageToAll(GRUEN,str);
    format(str,sizeof str,"Du wurdest vom Admin %s gebannt (Grund : %s)",Spielername(playerid),tmp);
    SendClientMessage(playa,GRUEN,str);
    Ban(playa);
    return 1;
    Wenn du kannst bitte auf pastebin uploaden :)

    Ich denke du solltest es auf pastebin einfügen da ist alles verbuggt.


    mhh. benötigt man irgend sonstige scriptfiles oder includes?

    C:\Users\Claudio\Desktop\Server\gamemodes\Samprl3.pwn(5) : fatal error 100: cannot read from file: "a_samp"


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



    1 Error.



    Ich bekomme diese fehler obwohl ich a_samp besitze :(