Beiträge von Turbo007

    OK dan noch eine andere frage wie kan ich die haus anzahl im gamemod ändern wir haben jetzt 200häuser srin aber die werden nit angezeigt

    new Text:Time, Text:Date;
    TextDrawHideForPlayer(playerid, Time), TextDrawHideForPlayer(playerid, Date);
    TextDrawShowForPlayer(playerid, Time), TextDrawShowForPlayer(playerid, Date);
    Time = TextDrawCreate(547.000000,28.000000,"--");
    TextDrawFont(Time,3);
    TextDrawLetterSize(Time,0.399999,1.600000);
    TextDrawColor(Time,0xffffffff);
    {
    return result;
    giveplayer = strtok(cmdtext, idx);
    new mod=GetModType(componentid);
    TextDrawSetString(Time, string);





    Hier

    C:\Users\Gamer\Desktop\Sauberer Server\gamemodes\NeR.pwn(231) : error 021: symbol already defined: "Time"
    C:\Users\Gamer\Desktop\Sauberer Server\gamemodes\NeR.pwn(5037) : error 076: syntax error in the expression, or invalid function call
    C:\Users\Gamer\Desktop\Sauberer Server\gamemodes\NeR.pwn(6078) : error 076: syntax error in the expression, or invalid function call
    C:\Users\Gamer\Desktop\Sauberer Server\gamemodes\NeR.pwn(11822) : error 076: syntax error in the expression, or invalid function call
    C:\Users\Gamer\Desktop\Sauberer Server\gamemodes\NeR.pwn(11824) : error 076: syntax error in the expression, or invalid function call
    C:\Users\Gamer\Desktop\Sauberer Server\gamemodes\NeR.pwn(11825) : error 076: syntax error in the expression, or invalid function call
    C:\Users\Gamer\Desktop\Sauberer Server\gamemodes\NeR.pwn(11826) : error 076: syntax error in the expression, or invalid function call
    C:\Users\Gamer\Desktop\Sauberer Server\gamemodes\NeR.pwn(14643) : error 021: symbol already defined: "strtok"
    C:\Users\Gamer\Desktop\Sauberer Server\gamemodes\NeR.pwn(14658) : error 047: array sizes do not match, or destination array is too small
    C:\Users\Gamer\Desktop\Sauberer Server\gamemodes\NeR.pwn(29683) : error 047: array sizes do not match, or destination array is too small
    C:\Users\Gamer\Desktop\Sauberer Server\gamemodes\NeR.pwn(44607) : warning 219: local variable "mod" shadows a variable at a preceding level
    C:\Users\Gamer\Desktop\Sauberer Server\gamemodes\NeR.pwn(46007) : error 076: syntax error in the expression, or invalid function call
    Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase



    11 Errors.