hallo zusammen,
ich hab vor ein mapCP zumachen wo man die maps einfach im CP einträgt
jetzt ist meine frage wie geht das das ich aus ein object oder auto die variablen rausbekomme
z.b.
CreateObject(9131, 1761.4000244141, -1697.5999755859, 12.800000190735, 0, 0, 0);
oder
<object id="object (fencesmallb) (1)" doublesided="false" model="970" interior="0" dimension="0" posX="-2064.3000488281" posY="-80.099998474121" posZ="34.900001525879" rotX="0" rotY="0" rotZ="0"></object>
in
Objectid=9131
PosX=1761.4000244141
PosY=-1697.5999755859
PosZ=12.800000190735
RotX=0
RotY=0
RotZ=0
hier die fuction
$string = "one two, three four, five six, seven";
echo str_replace(' ','',$string);
ich muss dazu sagen ich bin jetzt erst zeit 3 wochen bei php
Hoffe einer kann mir helfen
ich hab vor ein mapCP zumachen wo man die maps einfach im CP einträgt
jetzt ist meine frage wie geht das das ich aus ein object oder auto die variablen rausbekomme
z.b.
CreateObject(9131, 1761.4000244141, -1697.5999755859, 12.800000190735, 0, 0, 0);
oder
<object id="object (fencesmallb) (1)" doublesided="false" model="970" interior="0" dimension="0" posX="-2064.3000488281" posY="-80.099998474121" posZ="34.900001525879" rotX="0" rotY="0" rotZ="0"></object>
in
Objectid=9131
PosX=1761.4000244141
PosY=-1697.5999755859
PosZ=12.800000190735
RotX=0
RotY=0
RotZ=0
hier die fuction
$string = "one two, three four, five six, seven";
echo str_replace(' ','',$string);
ich muss dazu sagen ich bin jetzt erst zeit 3 wochen bei php
Hoffe einer kann mir helfen