Bekomme diesen Fehler...
ZitatE:\Tobias Sicherrung\GTA SA Server\filterscripts\einundausgang.pwn(43) : error 001: expected token: "}", but found "-rational value-"
E:\Tobias Sicherrung\GTA SA Server\filterscripts\einundausgang.pwn(44) : error 010: invalid function or declaration
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
2 Errors.
Liegt in diesem script...
PHP
#include <a_samp>
#pragma tabsize 0
new sendfstring[200];
#define SendFormatMessage(%1,%2,%3,%4) format(sendfstring,128,(%3),%4); SendClientMessage((%1), (%2) ,sendfstring)
//==============================================================================================
// ALLGEMINE EINSTELLUNGEN
#define MAX_ENTERS 1
#define E_COLOR 0x008080FF
new Float:E_Distance = 15.0;
new Float:E_enterdist = 1.0;
new debugg = 0; //
//==============================================================================================
enum e_info
{
Float:a_x,
Float:a_y,
Float:a_z,
Float:i_x,
Float:i_y,
Float:i_z,
interior,
world,
etext[70]
}
//==============================================================================================
// EIN- UND AUSGÄNGE
new enters[MAX_ENTERS][e_info] = {
{-1605.62109375,711.14886474609,13.8671875, 238.66000366211,139.35000610352,1003.0234375, 3,0,"Police Station" [color=#ff0000]<--- Fehler[/color]
238.66000366211,139.35000610352,1003.0234375, -1605.62109375,711.14886474609,13.8671875, 0,0,"Ausgang"} [color=#ff0000]<--- Fehler[/color]
};
Alles anzeigen