Szerző Téma: Carshop-system gond  (Megtekintve 1542 alkalommal)

Carshop-system gond
« Dátum: 2014. június 24. - 11:48:47 »
0 Show voters
Hello! Az a gondom támadt , hogy a szerveren a Kocsi boltba bemegyek mindent előhozz és Amikor megvenném ezt írja: \"Neked túl sok kocsid van \" Vagy ezt: \" Neked nem lehet több kocsid \". Pedig egy kocsim sincs. Légyszíves segítsetek

Nem elérhető Martin

  • 160
    • Profil megtekintése
Carshop-system gond
« Válasz #1 Dátum: 2014. június 24. - 11:53:50 »
0 Show voters
Hali. Nekem is ez volt a probléma Total Life-on, és a megoldás a \'global\' mappában van. Add meg a skypeod és segítek.

Carshop-system gond
« Válasz #2 Dátum: 2014. június 24. - 15:50:17 »
0 Show voters
Minek ide skype. Megoldás egy alapvető kész modból. itt tekintek ZeroMTA-ra akár. átmásolod a c_vehicle és az s_vehicle globalst
c_vehicle_globals
 
local factor = 1.5
function relateVelocity(speed)
return factor * speed
end
function getVehicleVelocity(vehicle)
speedx, speedy, speedz = getElementVelocity (vehicle)
return relateVelocity((speedx^2 + speedy^2 + speedz^2)^(0.5)*100)
end

 
s_vehicle_globals
 
function getVehiclesOwnedByCharacter(thePlayer)
local dbid = tonumber(getElementData(thePlayer, \"dbid\"))
local carids = { }
local numcars = 0
local indexcars = 1
for key, value in ipairs(exports.pool:getPoolElementsByType(\"vehicle\")) do
local owner = tonumber(getElementData(value, \"owner\"))
if (owner) and (owner==dbid) then
   local id = getElementData(value, \"dbid\")
   carids[numcars+1] = id
   numcars = numcars + 1
end
end
return numcars, carids
end
function canPlayerBuyVehicle(thePlayer)
if (isElement(thePlayer)) then
if getElementData(thePlayer, \"loggedin\") == 1 then
   local maxvehicles = getElementData(thePlayer, \"maxvehicles\") or 0
   local novehicles, veharray = getVehiclesOwnedByCharacter(thePlayer)
   if (novehicles < maxvehicles) then
      return true
   end
   return false, \"Túl sok jármű\"
end
return false, \"Játékos nincs bejelentkezve\"
end
return false, \"Element not found\"
end
« Utoljára szerkesztve: 2014. június 24. - 15:54:11 írta Exmine »

Carshop-system gond
« Válasz #3 Dátum: 2014. június 26. - 11:46:57 »
0 Show voters
De nem találok s_vehicle_global-t se c_vehicle_global-t
« Utoljára szerkesztve: 2014. június 26. - 11:53:14 írta Joe_Douglass »

Carlos

  • Vendég
Carshop-system gond
« Válasz #4 Dátum: 2014. június 26. - 14:08:15 »
0 Show voters
Ezért csinálj egyet...

Carshop-system gond
« Válasz #5 Dátum: 2014. június 27. - 00:20:05 »
0 Show voters
ZeroMTA mód.

Carlos

  • Vendég
Carshop-system gond
« Válasz #6 Dátum: 2014. június 27. - 06:58:33 »
0 Show voters
Attól még nincsen global-ja az autóknak...

Carshop-system gond
« Válasz #7 Dátum: 2014. június 29. - 17:28:20 »
0 Show voters
Carlos, nekem van global, de sajnos kula és nemjó, nemjók tőlük a parancsok. Ezt bemásoltam ami ittvan de kifagy

Elérhető Legend

  • Adminisztrátor
  • 1830
    • Profil megtekintése
Carshop-system gond
« Válasz #8 Dátum: 2014. július 25. - 17:25:34 »
0 Show voters
[admin]Elég rég nem érkezett már hozzászólás, így zárom.[/admin]

 

SimplePortal 2.3.7 © 2008-2024, SimplePortal