würd ich wissen wie das geht würds ich gern selber machen
Beiträge von Justus8528
-
-
Sorry vergessen
hier sind sie :
1400.1068,-1789.9501,13.5469,92.1808,0,0,0,0,0,0
-
Könnte jemand mir das pls erstellen so das ich des in mein Filterscript einfüge kann währe sehr nett
-
Hallo Breadfischer,
wie das thema schon sagt wollte ich fragen ob es geht wenn man z.b zwischen 2 zäunen druchläuft das z.b bei Reallife die bestimmte fraktion eine meldung kriegt das jemand durch die Zäune gegangen ist ist so etwas möglich ?? -
Jeha Thx danke an euch alle für die nette hilfe
-
new Gate; ja des hab ich drin muss ich 2 für /zu und /auf machen oda wie ?
-
wie mache ich des ?
-
Hallo ich hab folgendes problem ich habe ein Filterscript als LSPD gemacht mit Gate aber das problem ist das das Gate garnicht aufgeht
Hier die Zeilen:
public OnPlayerCommandText(playerid, cmdtext[])
{
if (strcmp(cmdtext, "/cpauf", true)==0)
{
MoveObject(Gate,1542.3484,-1637.6575,13.9816); // Die Kords, wo das tor sein soll wenns offen ist
return 1;
}
if (strcmp(cmdtext, "/cpzu", true)==0)
{
MoveObject(Gate,1542.033813,-1627.274658,14.057503);
return 1;
}
return 0;
}
pls help -
JUHU ALLES WEG ENDLICH!!! sry 4 caps Danke Danke Danke an euch alle für eure hilfe
!!!DANKE!!! -
Neues Error obwohl ich keine Zeile 99 habe naja
Hia issa:
C:\Users\Justus\Desktop\0.3 Lan\filterscripts\LSPD.pwn(99) : error 030: compound statement not closed at the end of file (started at line 89) -
Leider nit trotzdem thx immer noch des gleiche
C:\Users\Justus\Desktop\0.3 Lan\filterscripts\LSPD.pwn(96) : error 010: invalid function or declaration
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase -
Cool thx habe jez nur noch 1 Error
Dieses hier:
C:\Users\Justus\Desktop\0.3 Lan\pawno\Untitled.pwn(96) : error 010: invalid function or declaration
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase -
Hier das Ganze:
public OnPlayerCommandText(playerid, cmdtext[])
{
if (strcmp(cmdtext, "/auf", true)=0) // Befehl zum Öffnen
{
MoveObject(Gate,1640.695313, -1711.768799, 19.544977,4); // Die Kords, wo das tor sein soll wenns offen ist
return 1;
}
if (strcmp(cmdtext, "/zu", true)=0)
{
MoveObject(Gate,1642.695313, -1711.768799, 19.544977,4); // Die Kords, wo das tor sein soll wenns zu ist -
Sry wegen doppelpost aber
ich krieg kene errors mehr des hat sich erledigt nur mein neues prob is das der bot net connected -
Zeile 87: if (strcmp(cmdtext, "/auf", true)==0)
Zeile 90: return 1;
Zeile 92: if (strcmp(cmdtext, "/zu", true)==0) -
Hia isse
ConnectNPC "Terror","TBot";
my_bot_veh = CreateVehicle(411,0.0,0.0,0.0,0.0,1,1,-1); -
Ich hab ein prob undzwar alles geht nur es kommt immer 1 error könnte mir pls jemand sagen wie ich das wegkrieg ?
C:\Users\Justus\Desktop\0.3 Lan\gamemodes\GFF.pwn(6674) : error 076: syntax error in the expression, or invalid function call -
alta wie geil 15/10 punkte
-
Thx zwei sind weg schonma guter anfang
C:\Users\Justus\Desktop\0.3 Lan\pawno\Untitled.pwn(87) : error 010: invalid function or declaration
C:\Users\Justus\Desktop\0.3 Lan\pawno\Untitled.pwn(90) : error 010: invalid function or declaration
C:\Users\Justus\Desktop\0.3 Lan\pawno\Untitled.pwn(92) : error 010: invalid function or declaration
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase3 Errors.
-
Hallo wie das thema schon sagt will ich errors beseitigen aber ich weiß net wie
wenn ich complimieren will kommen die errors
C:\Users\Justus\Desktop\0.3 Lan\pawno\Untitled.pwn(84) : error 010: invalid function or declaration
C:\Users\Justus\Desktop\0.3 Lan\pawno\Untitled.pwn(87) : error 010: invalid function or declaration
C:\Users\Justus\Desktop\0.3 Lan\pawno\Untitled.pwn(89) : error 010: invalid function or declaration
C:\Users\Justus\Desktop\0.3 Lan\pawno\Untitled.pwn(92) : warning 203: symbol is never used: "Gate"
C:\Users\Justus\Desktop\0.3 Lan\pawno\Untitled.pwn(92) : warning 203: symbol is never used: "ret_memcpy"
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase3 Errors.
Wie beseitige ich die ?