Hey Com,
Mein Problem: Obwohlich die Richtige Position und Interior gesetzt hab werd ich daneben gespawnt so das ich durchfalle
Brauche dringend hilfe , ich find den verdammten fehler einfach nicht
Enum der Biz
enum bizstruk
{
Float:bizx,
Float:bizy,
Float:bizz,
Float:bizix,
Float:biziy,
Float:biziz,
inter,
biz_type,
besitzer[MAX_PLAYER_NAME],
teilhaber[MAX_PLAYER_NAME],
kosten,
money,
money2,
}
new const Biz[][bizstruk] = {
//Autohäuser
{2131.7412,-1150.9789,24.0971,292.0742,309.6568,999.4628,3,11,"Niemand","Niemand",2000000,0}, // autohaus motel
{543.2988,-1293.9221,17.2422,292.0742,309.6568,999.4628,3,11,"Niemand","Niemand",2000000,0}, // autohaus grotti
{-1641.9934,1203.6066,7.2509,292.0742,309.6568,999.4628,3,11,"Niemand","Niemand",2000000,0},// autohaus otto
{-780.5236,2745.4280,45.8556,292.0742,309.6568,999.4628,3,11,"Niemand","Niemand",2000000,0}, // autohaus desert
{1707.3568,950.0878,10.8203,292.0742,309.6568,999.4628,3,11,"Niemand","Niemand",2000000,0}, // autohaus luxus
{998.1048,-1356.8497,13.3261,292.0742,309.6568,999.4628,3,11,"Niemand","Niemand",2000000,0} // autohaus city
};
Weiter Info:
typ11: Autohaus
x,y,z,ix,iy,iz,binter,type,besitzer,teilhaber,kosten,money
Ich bin euch sehr dankbar wen ihr mir helfen könntet
MfG
Mr.EleCtRoX