if (strcmp(cmd, \"/3dresi\", true) == 0)
{
if(IsPlayerConnected(playerid))
{
if(Admin(playerid, 1))
{
for(new h = 200; h < sizeof(CarInfo); h++)
{
if(CarInfo[h][cOwned] == 0)
{
Delete3DTextLabel(eladokocsi[h]);
format(stringx, sizeof(stringx), \"ELADÓ!\\nTípus: %s\\nÁr: %d$\\n(( Ha meg akarod venni, szállj be!\\n Ha nem hozza be a dialogot akkor /autóvesz! ))\",CarInfo[h][cDescription],CarInfo[h][cValue]);
eladokocsi[h] = Create3DTextLabel(stringx,0xFFFF00AA,CarInfo[h][cLocationx], CarInfo[h][cLocationy], CarInfo[h][cLocationz],5,0,0);
Attach3DTextLabelToVehicle( eladokocsi[h], h, 0.0, 0.0, 2.0);
}
if(CarInfo[h][cOwned] == 1)
{
Delete3DTextLabel(eladokocsi[h]);
}
}
for(new h = 0; h < sizeof(HouseInfo); h++)
{
if(HouseInfo[h][hOwned] == 0)
{
Delete3DTextLabel(hazelado);
format(stringx, sizeof(stringx), \"Ez a ház eladó!\\n Ára %d$\\n (( /házvesz ))\",HouseInfo[h][hValue]);
hazelado = Create3DTextLabel(stringx,0xFFFF00AA,HouseInfo[h][hEntrancex], HouseInfo[h][hEntrancey], HouseInfo[h][hEntrancez],25,0,1);
}
if(HouseInfo[h][hOwned] == 1)
{
Delete3DTextLabel(haztulaj);
format(stringx, sizeof(stringx), \"A ház tulajdonosa:\\n %s\",HouseInfo[h][hOwner]);
haztulaj = Create3DTextLabel(stringx,0xFFFF00AA,HouseInfo[h][hEntrancex], HouseInfo[h][hEntrancey], HouseInfo[h][hEntrancez],35,0,1);
}
}
new nev[32];
GetPlayerName(playerid, nev, sizeof(nev));
new h,mi,s,y,m,d;
getdate(y,m,d);
gettime(h,mi,s);
format(stringx,sizeof(stringx), \"[%d/%d/%d][%d:%d:%d] %s respawnolta a kocsi 3dtexteket,\",y,m,d,h,mi,s,nev);
LoOoG(stringx);
SendClientMessage(playerid,COLOR_YELLOW,\"3D feliratok frissítve!\");
}
}
return 1;
}
igy van
[mod]Code tagek közé rakva![/mod]