Hi,ich habe folgende Errormeldung:
[pwn]C:\Program Files\Steam\SteamApps\common\Grand Theft Auto San Andreas\gamemodes\Gta-Projekt.pwn(120) : error 032: array index out of bounds (variable "checkpoint")[/pwn]
und dann das,welches normalerweiße ein klammer fehler ist,aber sich auf ein include bezieht.
[pwn]C:\Program Files\Steam\SteamApps\common\Grand Theft Auto San Andreas\pawno\include\core.inc(12) : error 001: expected token: ";", but found "native"[/pwn]
Error zeile 120
[pwn]if(playerid,checkpoint[1])[/pwn]
und hier das ganze include
/* Core functions
*
* (c) Copyright 1998-2005, ITB CompuPhase
* This file is provided as is (no warranties).
*/
#if defined _core_included
#endinput
#endif
#define _core_included
#pragma library Core
native heapspace();
native funcidx(const name[]);
native numargs();
native getarg(arg, index=0);
native setarg(arg, index=0, value);
native tolower(c);
native toupper(c);
native swapchars(c);
native random(max);
native min(value1, value2);
native max(value1, value2);
native clamp(value, min=cellmin, max=cellmax);
native getproperty(id=0, const name[]="", value=cellmin, string[]="");
native setproperty(id=0, const name[]="", value=cellmin, const string[]="");
native deleteproperty(id=0, const name[]="", value=cellmin);
native existproperty(id=0, const name[]="", value=cellmin);
[pwn]C:\Program Files\Steam\SteamApps\common\Grand Theft Auto San Andreas\gamemodes\Gta-Projekt.pwn(120) : error 032: array index out of bounds (variable "checkpoint")[/pwn]
und dann das,welches normalerweiße ein klammer fehler ist,aber sich auf ein include bezieht.
[pwn]C:\Program Files\Steam\SteamApps\common\Grand Theft Auto San Andreas\pawno\include\core.inc(12) : error 001: expected token: ";", but found "native"[/pwn]
Error zeile 120
[pwn]if(playerid,checkpoint[1])[/pwn]
und hier das ganze include
/* Core functions
*
* (c) Copyright 1998-2005, ITB CompuPhase
* This file is provided as is (no warranties).
*/
#if defined _core_included
#endinput
#endif
#define _core_included
#pragma library Core
native heapspace();
native funcidx(const name[]);
native numargs();
native getarg(arg, index=0);
native setarg(arg, index=0, value);
native tolower(c);
native toupper(c);
native swapchars(c);
native random(max);
native min(value1, value2);
native max(value1, value2);
native clamp(value, min=cellmin, max=cellmax);
native getproperty(id=0, const name[]="", value=cellmin, string[]="");
native setproperty(id=0, const name[]="", value=cellmin, const string[]="");
native deleteproperty(id=0, const name[]="", value=cellmin);
native existproperty(id=0, const name[]="", value=cellmin);
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von Manniac ()