-
Posts
581 -
Joined
-
Last visited
Everything posted by Soren
-
Hola a todos, estoy armando un server race y quiero usar el resource llamado dm_respawn (a.k.a training)(https://community.multitheftauto.com/index.php?p=resources&s=details&id=3667) Pero lo testee y me di cuenta que tambien se puedo respawnear en DD y FUN. Queria saber si hay una forma de bloquear el respawn en los DD y FUN. Porfavor ayudenme. Datos adicionales: Deberia haber una forma de hacer que cheque el nombre del mapa y si tiene [DD] o [FUN] se bloquee el evento
-
wur se supone que "seat" hara?
-
Hahahahhahahahahahahahahhahahahahahahhahahahahahahhahahahahahahahah
-
La verdad no se, nunca lo habia pensado asi
-
local d = 1, 100 setElementDimension (client, math.random(#d))
-
Otro problema es que uqiero poner mis propias llantas :C
-
Pero quiero cambiarselo a todos los vehiculos, y hay algunos que no se puede
-
No entiendo como .-., cheque pero no
-
Dude its Shoockz and unruh! About the map, Its awesome. From 2:53 to the end its just Pure Originality Paradise
-
Eso es facilismo, ahora lo que necesito es como hacer cambiar solamente las llantas
-
Hola a todos, Estoy intentando hacer un userpannel como el de ffs, y estoy intentando hacer un Rim shop pero no se por donde empesar T_T, Alguien me puede ayudar?
-
function menuReglas() ventana = guiCreateWindow(604,304,264,228,"Reglas:",false) label = guiCreateLabel(8,27,162,19,"*No Pedir Ser Administrador.",false,ventana) label2 = guiCreateLabel(7,46,218,18,"*No Hacer Spam O Tendras Problemas.",false,ventana) label3 = guiCreateLabel(7,65,239,22,"*Respetar A Los User Y Administradores.",false,ventana) label4 = guiCreateLabel(7,85,235,20,"*No Insultar A Los User Y Administradores.",false,ventana) label5 = guiCreateLabel(14,131,196,16,"Estas Son Las Reglas Del Servidor...",false,ventana) label6 = guiCreateLabel(15,147,168,16,"Respeta Las Reglas O Tendras Problemas!",false,ventana) label7 = guiCreateLabel(141,193,122,21,"By:[XTE][M]aauroo",false,ventana) boton = guiCreateButton(14,190,115,24,">> Aceptar <<",false,ventana) showCursor (true) guiWindowSetSizable ( ventana, false ) end addEventHandler("onClientResourceStart", getRootElement(), menuReglas) addEventHandler("onClientGUIClick",getRootElement(), function (player) if (source == boton) then guiSetVisible (ventana,false) showCursor (false) end end)
-
[2012-05-28 15:25:49] Starting monstruos [2012-05-28 15:25:49] start: Resource 'monstruos' started [2012-05-28 15:25:49] ADMIN: Resource 'monstruos' started by i#000000[S]#66ff55oReN(soren) [2012-05-28 15:25:49] ERROR: monstruos\server.lua:10: attempt to index global 'os' (a nil value)
-
Yo no se bien eso de como maejar el score board
-
Dices enserio que funciono? No me lo esperaba. En cuanto a la columna usa un settimer para que cheque
-
exports [ "scoreboard" ]:scoreboardAddColumn ( "reset" ) function reset (player, command) exports [ "exp_system" ]:setPlayerEXP (thePlayer, 0) exports [ "exp_system" ]:setPlayerLevel (thePlayer, 0) end addCommandHandler ("Reset", reset )
-
Thx , it works expect for 1 thing. They still spawn in a line
-
[2012-05-27 09:16:35] restart: Requested by Console [2012-05-27 09:16:35] restart: Resource restarting... [2012-05-27 09:16:35] Stopping monstruos [2012-05-27 09:16:35] Resource 'monstruos' changed, reloading and starting [2012-05-27 09:16:35] Starting monstruos [2012-05-27 09:16:35] SCRIPT ERROR: monstruos\server.lua:13: '' expected near 'end' [2012-05-27 09:16:35] WARNING: Loading script failed: monstruos\server.lua:13: '' expected near 'end' [2012-05-27 09:16:35] monstruos restarted successfully [2012-05-27 09:16:35] ERROR: Client triggered serverside event onBotSpawned, but event is not added serverside
-
No, cause if i remove the trigger, they will not spawn
-
addEventHandler("onClientResourceStart",root, function() triggerServerEvent("onSpawnSlothBot",localPlayer) end ) Edit: With this they spawn, but when i kill them all they dont respawn. and i have other problem, the spanw in the same line! And 1 more problem! they all spawn with the same skin. Pls Help!
-
Does not work,now the zombies does not spawn
