Also ich wollte mir mal ein Journey interrrior scripten(mein 1. Filterscript).
Ich habe alles richtig gemacht da ich davor ein paar andere Interrior car scripts angeguckt habe usw..
Dann wollte ich Compilen und baam:
C:\Users\Sven\Desktop\Server\filterscripts\Journey.pwn(13) : warning 217: loose indentation
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Warning.
kp warum hier die Zeilen währe nett wenn mir da einer helfen kann:
#include <a_samp>
new InJourney[MAX_PLAYERS];
new Watching[MAX_PLAYERS];
new Float:Pos[MAX_PLAYERS][3];
new Float:Angle[MAX_PLAYERS];
new Interior[MAX_PLAYERS];
new Goto[MAX_PLAYERS];
public OnFilterScriptInit()
{
print("Journey Interior Loaded!");
CreateObject(2765,1287.0479736328,207.93928527832,5062.8681640625,0,0,0); //object (CJ_CB_LIST1) (1) Zeile 13
CreateObject(2765,1287.0479736328,207.93928527832,5063.6821289063,0,0,0); //object (CJ_CB_LIST1) (2)
CreateObject(2765,1287.0478515625,207.9384765625,5064.2768554688,0,0,0); //object (CJ_CB_LIST1) (3)
CreateObject(2765,1287.0479736328,207.93928527832,5064.86328125,0,0,0); //object (CJ_CB_LIST1) (4)
mfg xxlsven