Ja moin Leute ich bin grade ein Autosystem für mein Selfmade am scripten nun hab ich aber ein kleines Problem:
Ich will die Position eines Autos herrausfinden und speichern:
new Float:x, Float:y, Float:z;//Zeile 4212
GetVehiclePos(car, Float:x, Float:y, Float:z);//Zeile 4213
dini_IntSet(Autodatei,"PosX",Float:x);//Zeile 4214
dini_IntSet(Autodatei,"PosY",Float:y);//Zeile 4215
dini_IntSet(Autodatei,"PoxZ",Float:z);//Zeile 4216
Aber ich bekomme den Error.
Zeile (4214) : Variable wurde falsch definiert (Float,Integer[...])
Zeile (4215) : Variable wurde falsch definiert (Float,Integer[...])
Zeile (4216) : Variable wurde falsch definiert (Float,Integer[...])
0 Errors, 3 Warnungen
Kompilierung erfolgreich
PWNMod Compiler Version 1.2
(c) Trooper[Y]
In Kooperation mit GTA-Servers.de
Nennt mich doof aber ich versteh es nicht.
mfg