Hilfe...
~~~[ Include ]~~~
#include <a_samp>
#include <a_npc>
#include <dini>
#include <core>
#include <float>
#include <time>
#include <file>
#include <utils>
#include <morphinc>
#include <M_Bot>
#include <ocmd>
#include <sscanf2>
//#include <noDMv4>
#include <a_http>
#include <streamer>
#include <a_sampdb>
~~~[ eRRoRs ]~~~
C:\Users\JuRy\Desktop\[GDR]_by_sHoTx3\Sauberer Server\gamemodes\--[GDR]_by_sHoTx3--.pwn(5011) : error 076: syntax error in the expression, or invalid function call
C:\Users\JuRy\Desktop\[GDR]_by_sHoTx3\Sauberer Server\gamemodes\--[GDR]_by_sHoTx3--.pwn(6052) : error 076: syntax error in the expression, or invalid function call
C:\Users\JuRy\Desktop\[GDR]_by_sHoTx3\Sauberer Server\gamemodes\--[GDR]_by_sHoTx3--.pwn(11796) : error 076: syntax error in the expression, or invalid function call
C:\Users\JuRy\Desktop\[GDR]_by_sHoTx3\Sauberer Server\gamemodes\--[GDR]_by_sHoTx3--.pwn(11798) : error 076: syntax error in the expression, or invalid function call
C:\Users\JuRy\Desktop\[GDR]_by_sHoTx3\Sauberer Server\gamemodes\--[GDR]_by_sHoTx3--.pwn(11799) : error 076: syntax error in the expression, or invalid function call
C:\Users\JuRy\Desktop\[GDR]_by_sHoTx3\Sauberer Server\gamemodes\--[GDR]_by_sHoTx3--.pwn(11800) : error 076: syntax error in the expression, or invalid function call
C:\Users\JuRy\Desktop\[GDR]_by_sHoTx3\Sauberer Server\gamemodes\--[GDR]_by_sHoTx3--.pwn(14617) : error 021: symbol already defined: "strtok"
C:\Users\JuRy\Desktop\[GDR]_by_sHoTx3\Sauberer Server\gamemodes\--[GDR]_by_sHoTx3--.pwn(14632) : error 047: array sizes do not match, or destination array is too small
C:\Users\JuRy\Desktop\[GDR]_by_sHoTx3\Sauberer Server\gamemodes\--[GDR]_by_sHoTx3--.pwn(29657) : error 047: array sizes do not match, or destination array is too small
C:\Users\JuRy\Desktop\[GDR]_by_sHoTx3\Sauberer Server\gamemodes\--[GDR]_by_sHoTx3--.pwn(44581) : warning 219: local variable "mod" shadows a variable at a preceding level
C:\Users\JuRy\Desktop\[GDR]_by_sHoTx3\Sauberer Server\gamemodes\--[GDR]_by_sHoTx3--.pwn(45981) : error 076: syntax error in the expression, or invalid function call
C:\Users\JuRy\Desktop\[GDR]_by_sHoTx3\Sauberer Server\gamemodes\--[GDR]_by_sHoTx3--.pwn(46526) : warning 203: symbol is never used: "Zeit"
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
10 Errors.
~~~[ Code's ]~~~
204 -->//Neue UHR mit Datum
new Text:Time;
new Text:Date;
5011-->//DAtum und UHR
TextDrawHideForPlayer(playerid, Time), TextDrawHideForPlayer(playerid, Date);
6052-->//Uhrzeit+datum
TextDrawShowForPlayer(playerid, Time), TextDrawShowForPlayer(playerid, Date);
11796-->Time = TextDrawCreate(547.000000,28.000000,"--");
11798-->TextDrawFont(Time,3);
11800-->TextDrawColor(Time,0xffffffff);
14617-->strtok(const string[], &index)
{
new length = strlen(string);
while ((index < length) && (string[index] <= ' '))
{
index++;
}
}
14632-->result[index - offset] = EOS;
return result;
}
29657-->GetPlayerName(playerid, sendername, sizeof(sendername));
giveplayer = strtok(cmdtext, idx);
f(!strlen(giveplayer))
44581-->new mod=GetModType(componentid);
switch (mod)
45981-->format(string, sizeof string, "%s%d:%s%d:%s%d", (hours < 10) ? ("0") : (""), hours, (minutes < 10) ? ("0") : (""), minutes, (seconds < 10) ? ("0") : (""), seconds);
TextDrawSetString(Time, string);