Szerző Téma: Séta stílus.  (Megtekintve 1891 alkalommal)

Séta stílus.
« Dátum: 2016. Január 17. - 17:01:07 »
0
Sziasztok, valaki tudna nekem küldeni egy olyan \"/seta\" scriptet, ami úgy változtatja meg a stílusát, hogy mindenki látja, nem csak neked változtatja meg? Köszönöm előre!

Nem elérhető Tomasz

  • 123
    • Profil megtekintése
Séta stílus.
« Válasz #1 Dátum: 2016. Január 17. - 17:35:32 »
0

Nem elérhető anGeL

  • Adminisztrátor
  • 2158
    • Profil megtekintése
Séta stílus.
« Válasz #2 Dátum: 2016. Január 17. - 17:36:44 »
0
MTA-ról van szó, Tomasz.

Nem elérhető Tomasz

  • 123
    • Profil megtekintése
Séta stílus.
« Válasz #3 Dátum: 2016. Január 17. - 17:43:40 »
0
Oh bocsánat nem néztem ://

Nem elérhető Xenius

  • 668
    • Profil megtekintése
Séta stílus.
« Válasz #4 Dátum: 2016. Január 17. - 19:06:08 »
0
addCommandHandler(\"seta\", function(player,cmd,id)
if id then
local id = tonumber(id) or 0
setPedWalkingStyle(player, id)
end
end)

 
Kb 10 másodperces script.
« Utoljára szerkesztve: 2016. Január 17. - 19:16:13 írta anGeL »

Nem elérhető Pedró

  • 3341
  • 2014 © Az év Szkriptere
    • Profil megtekintése
Séta stílus.
« Válasz #5 Dátum: 2016. Január 17. - 19:17:24 »
0
Xenius, tetszik, hogy 10 másodperc alatt ledarálsz 182 karaktert. Valami különleges van a te kezedben. Valami új.

Séta stílus.
« Válasz #6 Dátum: 2016. Január 17. - 19:24:36 »
0
Xenius nekem tudnál ebe segíteni??

Séta stílus.
« Válasz #7 Dátum: 2016. Január 18. - 14:24:03 »
0
Szia, Xenius. Az addig okés, hogy ez megvan. De ezt mi mellett és hogy rakjam be?

Nem elérhető Xenius

  • 668
    • Profil megtekintése
Séta stílus.
« Válasz #8 Dátum: 2016. Január 20. - 10:03:45 »
0
Ha hazaértem akkor ma elküldöm egy kész resourceként.

Séta stílus.
« Válasz #9 Dátum: 2016. Január 20. - 13:43:45 »
0
Idézetet írta: Xenius date=1453280625\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"59165\" data-ipsquote-contentclass=\"forums_Topic
Ha hazaértem akkor ma elküldöm egy kész resourceként.
 
Rendben, köszönöm!

Nem elérhető Xenius

  • 668
    • Profil megtekintése
Séta stílus.
« Válasz #10 Dátum: 2016. Január 20. - 15:18:11 »
0
LUA:
 
local walkingStyles = {
{0, \"Normál\"},
{55, \"Kigyúrt\"},
{56, \"Feszes\"},
{69, \"Halk\"},
{119, \"Öreg\"},
{120, \"Öreg 2\"},
{123, \"Öreg 3\"},
{121, \"Bandás 1\"},
{122, \"Bandás 2\"},
{124, \"Kövér\"},
{125, \"Kocogó\"},
{126, \"Részeg\"},
{129, \"Női 1\"},
{131, \"Női 2\"},
{132, \"Női 3\"},
{133, \"Női 4\"},
}
addCommandHandler(\"seta\", function(player,cmd,id)
if id then
local id = tonumber(id) or 0
local found = walkingStyles[id]
if found then
   outputChatBox(\"Séta stílusod átállítva: \"..found[2], player, 0, 255, 0)
   setPedWalkingStyle(player, found[1])
else
   outputChatBox(\"Hibás séta stílus!\", player, 255, 0, 0)
end
end
end)

 
meta.xml:
 
<meta>
<script src=\"luafile.lua\"/>
</meta>

Séta stílus.
« Válasz #11 Dátum: 2016. Január 21. - 18:07:51 »
0
Köszönöm!

 

SimplePortal 2.3.7 © 2008-2024, SimplePortal