Hallo ich bin neu hier im Forum und weiss nichteinmal ob das der richtige Ort ist was ich jz poste
Naja hoffe ihr könnt mir helfen habe folgendes Problem :
Es geht um ein Gate hier ist das :
#include <a_samp>
#pragma tabsize 0
#define COLOR_YELLOW 0xFFFF00AA
#define FILTERSCRIPT
#if defined FILTERSCRIPT
new Lcn_gate;
public OnFilterScriptInit()
{
Lcn_gate = CreateObject(980, 709.605164, -1426.111938, 15.304029, 0.0000, 0.0000, 0.0000); //
print("\n--------------------------------------");
print(" Blank Filterscript by your name here");
print("--------------------------------------\n");
return 1;
}
public OnFilterScriptExit()
{
return 1;
}
#else
#endif
public OnPlayerCommandText(playerid, cmdtext[])
{
if (strcmp(cmdtext, "/Lcnauf", true) == 0){
MoveObject(Lcn_gate,709.663940, -1426.014771,9.38368,2);
SendClientMessage(playerid, COLOR_YELLOW,"ACHTUNG: Du hast das Tor geöffnet schließe es auch wieder !");
return 1;
}
if (strcmp(cmdtext, "/Lcnzu", true) == 0){
MoveObject(Lcn_gate,709.655212-1426.011841,15.25403,0);
SendClientMessage(playerid, COLOR_YELLOW,"ACHTUNG:Gute Fahrt und hör auf deinen Leader !");
return 1;
}
{
if (strcmp(cmdtext, "/Lcn1auf", true) == 0){
MoveObject(Lcn_gate,647.265137-1547.776489,11.27840,0);
SendClientMessage(playerid, COLOR_YELLOW,"ACHTUNG: Du hast das Tor geöffnet schließe es auch wieder !");
return 1;
}
{
if (strcmp(cmdtext, "/Lcn1zu", true) == 0){
MoveObject(Lcn_gate,647,423645-1547.857788,10.98829,1);
SendClientMessage(playerid, COLOR_YELLOW,"ACHTUNG: Du hast das Tor geöffnet schließe es auch wieder !");
return 1;
}
Und wenn ich kompliere bekomm ich das hier
C:\Dokumente und Einstellungen\Hasan\Desktop\ALLGEMEIN GTA\Gtarp\GTARP\gamemodes\LCNTORE.pwn(42) : warning 202: number of arguments does not match definition
C:\Dokumente und Einstellungen\Hasan\Desktop\ALLGEMEIN GTA\Gtarp\GTARP\gamemodes\LCNTORE.pwn(50) : warning 202: number of arguments does not match definition
C:\Dokumente und Einstellungen\Hasan\Desktop\ALLGEMEIN GTA\Gtarp\GTARP\gamemodes\LCNTORE.pwn(55) : error 030: compound statement not closed at the end of file (started at line 49)
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Error.
Könnt ihr mir pls helfen danke