Beiträge von o0Simon0o

    jetzt eghts aber der Error kommt ?(

    C:\Users\Simon\Desktop\antikiddy\gamemodes\reallife.pwn(32504) : error 010: invalid function or declaration
    Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase



    1 Error.

    Das ist die Zeilen
    //frakcars
    polizeiauto[0]=AddStaticVehicle(490,-1604.2926,692.7169,-5.1171,178.4506,0,1);
    polizeiauto[1]=AddStaticVehicle(490,-1600.0552,692.0173,-5.1135,180.8879,0,1);
    polizeiauto[2]=AddStaticVehicle(490,-1608.2985,692.7399,-5.1136,180.9393,0,1);
    polizeiauto[3]=AddStaticVehicle(490,-1612.2710,692.5475,-5.1140,179.2949,0,1);
    polizeiauto[4]=AddStaticVehicle(490,-1616.4349,691.0972,-5.1135,179.4500,0,1);
    polizeiauto[5]=AddStaticVehicle(528,-1639.7773,649.5988,-5.1982,270.0852,70,11);
    polizeiauto[6]=AddStaticVehicle(528,-1639.0182,653.5751,-5.2002,270.4324,70,11);
    polizeiauto[7]=AddStaticVehicle(528,-1639.0231,657.8171,-5.1987,268.8084,70,11);
    polizeiauto[8]=AddStaticVehicle(528,-1638.8412,662.1625,-5.1977,268.5674,70,11);
    polizeiauto[9]=AddStaticVehicle(528,-1639.0273,665.8271,-5.1981,270.3091,70,11);
    polizeiauto[10]=AddStaticVehicle(528,-1639.2750,669.8226,-5.1988,269.9865,70,11);
    polizeiauto[11]=AddStaticVehicle(597,-1600.2295,676.6626,-5.4727,359.6280,0,1);
    polizeiauto[12]=AddStaticVehicle(597,-1595.9735,677.6343,-5.4723,358.9811,0,1);
    polizeiauto[13]=AddStaticVehicle(597,-1573.2404,706.4211,-5.4734,90.2149,0,1);
    polizeiauto[14]=AddStaticVehicle(597,-1574.6866,710.0818,-5.4726,89.9157,0,1);
    polizeiauto[15]=AddStaticVehicle(597,-1574.0745,714.1610,-5.4731,88.2552,0,1);
    polizeiauto[16]=AddStaticVehicle(597,-1574.0488,718.3069,-5.4836,88.4102,0,1);
    polizeiauto[17]=AddStaticVehicle(597,-1572.8743,722.1578,-5.4740,90.8139,0,1);
    polizeiauto[18]=AddStaticVehicle(597,-1573.5245,726.2070,-5.4731,91.3273,0,1);
    polizeiauto[19]=AddStaticVehicle(597,-1573.1561,730.4462,-5.4728,91.4927,0,1);
    polizeiauto[20]=AddStaticVehicle(597,-1573.9464,735.0244,-5.4730,86.1442,0,1);
    polizeiauto[21]=AddStaticVehicle(597,-1574.0570,739.0527,-5.4742,88.8012,0,1);
    polizeiauto[22]=AddStaticVehicle(597,-1573.9916,742.7239,-5.4713,93.0903,0,1);
    polizeiauto[23]=AddStaticVehicle(497,-1681.5566,706.1533,30.7304,271.6285,0,1);
    polizeiauto[24]=AddStaticVehicle(428,-1600.6698,673.4637,7.3114,178.3877,1,0);
    polizeiauto[25]=AddStaticVehicle(428,-1593.4845,674.1255,7.3114,180.2300,1,0);

    Hi Leute ich habe einen Klammerfehler drin aber finde ihn nicht
    public OnPlayerStateChange(playerid, newstate, oldstate)
    {
    if(newstate==PLAYER_STATE_DRIVER)
    {
    for (new i=0; i<sizeof(polizeiauto); i++)
    {
    if(GetPlayerVehicleID(playerid)==polizeiauto[i])
    {
    if(GetPVarInt(playerid,"Fraktion")!=2)
    {
    RemovePlayerFromVehicle(playerid);
    SendClientMessage(playerid,ROT,"Du darfst dieses Fahrzeug nicht fahren!.");
    return 1;
    }

    C:\Users\PC\Desktop\progame\GGTTAA\gamemodes\xD.pwn(1570) : error 017: undefined symbol "tmp"
    C:\Users\PC\Desktop\progame\GGTTAA\gamemodes\xD.pwn(1570) : error 017: undefined symbol "idx"
    C:\Users\PC\Desktop\progame\GGTTAA\gamemodes\xD.pwn(1572) : error 017: undefined symbol "PlayerInfo"
    das hheist du musst sie definieren
    #define tmp
    #define idx
    #define PlayerInfo


    lass mich raten bestimmt das op... script nichts für Anfänger!

    Geht nicht kann dar kein neues Thema eröffnen wo soll ich die den rein machen ?? wollt sie eigentlich nur so also verschenke
    Sorry sollte nicht hier rein


    du musst einen Mod anschreiben und sagen das das net funzt war bei mir auch und zack konnte ich was schreiben ;)


    in deinem Fall wird wohl ein Dynamisches ambesten sein
    du gibts /createhouse ein und zack ist das Haus erstellt ;)