Hali!
Valaki tudna linkelni egy kocsi spawnolót ? Mert az enyém nem mükszik!
Esetleg ha vki belenézne scriptbe:
---Kocsi lehivó script by: GameKinger
-function spawnvehicle( thePlayer, commandName, CarName)
- if not carName then ---Megnézük hogy irt-e jármü nevet.
OutputChatBox(\"Ird be a jármü nevét is!\", thePlayer, 255, 0, 0,)
return
end
local carModel - getvehicleModelFromName ( carName ) ---Lekérdezük hogy van-e ilyen model a GTA-ba
if not carModel then
outputChatBox(\"Nincs ilyen model!\", thePlayer, 255,0,0,)
return
end
local x, y, z - getElementPosition( thePlayer ) ---A játékos poziciójának lekérése!
local mainveh = createvehicle(carveh, x, y, z + 1) ---Lespawnoljuk a kocsi és +1 métert hozzá adunk hogy ne essen rád!
local rotx, roty, rotz - getElementRotation ( thePlayer ) ---A te rotációs poziciódhoz igazodva spawnoljuk le!
setElementRotation(mainveh, rotX, rotY, rotZ) ---Beállitsuk a rotációs poziciót!
warpPedIntovehicle(thePlayer, mainveh) ---Berakunk a kocsiba ha lekérted!
outputChatBox(\"Sikeresen lespawnltad a jármüvet! Model:\".. carName..\"\",thePlayer, 0, 255, 0,)
end
addCommandHandler(\"spawnveh\", spawnvehicle) ---Hozzá adjuk a funkcióhoz a parancsot is!
-function removecar()
destroyElement(mainveh)
end
addEventHandler ( \"onvehicleExit\", getRootElement(), removecar)
-function spawnvehicle( thePlayer, commandName, CarName)
- if not carName then ---Megnézük hogy irt-e jármü nevet.
OutputChatBox(\"Ird be a jármü ID-t is!\", thePlayer, 255, 0, 0,)
return
end
local carModel - getvehicleIDFromName ( carName ) ---Lekérdezük hogy van-e ilyen model a GTA-ba
if not carModel then
outputChatBox(\"Nincs ilyen model!\", thePlayer, 255,0,0,)
return
end
local x, y, z - getElementPosition( thePlayer ) ---A játékos poziciójának lekérése!
local mainveh = createvehicle(carveh, x, y, z + 1) ---Lespawnoljuk a kocsi és +1 métert hozzá adunk hogy ne essen rád!
local rotx, roty, rotz - getElementRotation ( thePlayer ) ---A te rotációs poziciódhoz igazodva spawnoljuk le!
setElementRotation(mainveh, rotX, rotY, rotZ) ---Beállitsuk a rotációs poziciót!
warpPedIntovehicle(thePlayer, mainveh) ---Berakunk a kocsiba ha lekérted!
outputChatBox(\"Sikeresen lespawnltad a jármüvet! Model:\".. carName..\"\",thePlayer, 0, 255, 0,)
end
addCommandHandler(\"spawnveh\", spawnvehicle) ---Hozzá adjuk a funkcióhoz a parancsot is!
-function removecar()
destroyElement(mainveh)
end
addEventHandler ( \"onvehicleExit\", getRootElement(), removecar)
Szerver log:
==================================================================
= Multi Theft Auto: San Andreas v1.4
==================================================================
= Server name : Teszt Szerver
= Server IP address:
= Server port : 22003
=
= Log file : ..rver - Copy/mods/deathmatch/logs/server.log
= Maximum players : 32
= HTTP port : 22005
= Voice Chat : Disabled
= Bandwidth saving : Medium
==================================================================
[2014-10-11 19:19:17] Resource \'acpanel\' requests some acl rights. Use the command \'aclrequest list acpanel\'
[2014-10-11 19:19:21] Resources: 199 loaded, 0 failed
[2014-10-11 19:19:22] Starting resources...
[2014-10-11 19:19:22] Server minclientversion is now 1.4.0-9.06836
[2014-10-11 19:19:23] WARNING: heligrab/heli_c.lua(Line 202) [Client] isPlayerDead is deprecated and may not work in future versions. Please replace with isPedDead before Tuesday.
[2014-10-11 19:19:23] Some files in \'heligrab\' use deprecated functions.
[2014-10-11 19:19:23] Use the \'upgrade\' command to perform a basic upgrade of resources.
[2014-10-11 19:19:23] WARNING: house_system/core/core_server.lua(Line 78) [server] setPedFrozen is deprecated and may not work in future versions. Please replace with setElementFrozen before Tuesday.
[2014-10-11 19:19:23] Some files in \'house_system\' use deprecated functions.
[2014-10-11 19:19:23] Use the \'upgrade\' command to perform a basic upgrade of resources.
[2014-10-11 19:19:23] ERROR: Couldn\'t find resource carspawner. Check it exists.
[2014-10-11 19:19:23] Querying MTA master server... success! (Auto detected IP:95.85.185.244)
[2014-10-11 19:19:23] Server started and is ready to accept connections!
[2014-10-11 19:19:23] To stop the server, type \'shutdown\' or press Ctrl-C
[2014-10-11 19:19:23] Type \'help\' for a list of commands.
[2014-10-11 19:20:29] Server stopped!
[2014-10-11 19:20:30] Stopping resources..........
[2014-10-11 19:20:30] Closing SQLite3 database
Elõre is köszönöm!
[gmod]Javítottam helyetted a
« Utoljára szerkesztve: 2014. október 13. - 23:30:59 írta Dfoglalo »
Naplózva