Hayho liebe "Breadfishler",
Ich habe mal versucht mit nem bool tore auf/zu machen zu lassen funktioniert aber nicht, was mache ich falsch? da kommen errors.
Befehl:
ocmd:pd1(playerid, params[])
{
if(lspdtor1[playerid] == false)//das ist die Zeile 1331
{
lspdtor1[playerid] = true;
MoveObject(LSPDTor1,1267.45898, -1602.30176, 7.0000);
}
else
{
lspdtor1[playerid] = false;
MoveObject(LSPDTor1,1267.45898, -1602.30176, 9.98416);
}
}
else
{
SendClientMessage(playerid,Rot,"Du bist kein Polizist!");
return 1;
}
return 1;
}
Errors:
C:\Users\Daniel\Desktop\samp script\gamemodes\larp.pwn(1131) : error 028: invalid subscript (not an array or too many subscripts): "lspdtor1"
C:\Users\Daniel\Desktop\samp script\gamemodes\larp.pwn(1131) : warning 215: expression has no effect
C:\Users\Daniel\Desktop\samp script\gamemodes\larp.pwn(1131) : error 001: expected token: ";", but found "]"
C:\Users\Daniel\Desktop\samp script\gamemodes\larp.pwn(1131) : error 029: invalid expression, assumed zero
C:\Users\Daniel\Desktop\samp script\gamemodes\larp.pwn(1131) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
4 Errors.
Bitte um Hilfe!
Danke im voraus.