Jump to content

Renkon

Members
  • Posts

    876
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Renkon

  1. Renkon

    Anti-CarJack

    Entonces... vos decis Cuando estan desconectados, los noobs le roban el auto verdad? Entonces usa si jacker ~= DueñoDelAuto (sacalo de una base de datos o lo que sea) entonces Cancelar el evento
  2. Renkon

    Anti-CarJack

    antihack = getVehicleOccupant ( vehicle, 0 ) if ( antihack ) then blahblah
  3. Renkon

    fire

    addEvent("onZombieCreated",true) addEventHandler("onZombieCreated",root, function () if (getElementModel (source) == 68) then setPedOnFire(source, true) SetTimer(function() setPedOnFire(source, false) ,1000, 0) end end)
  4. Sounds kinda racist but it isn't.
  5. Hello. I am asking to someone, if you want, to traduce the following text into some language (please do not use GOOGLE TRADUCTOR). Do your native language and post it above here or send a PM Languages I need at the moment: -Spanish -English -Russian -Polish -German -Italian -French -Portuguese -Turkish Need this: Language: (Put here: EN, PT, IT, etc) Line 106 TRADUCTION : "(EN) | Right click to close" Line 112 TRADUCTION : "E-Mail" Line 116 TRADUCTION : "Inform me!" Line 118 TRADUCTION : "By adding your E-Mail on the EditBox, you are accepting that we will be able to send you daily/weekly/monthly mails." Line 120 TRADUCTION : "Welcome to RP Hispano" Line 126 TRADUCTION : " Be welcome to RP Hispano. We are a Strict RolePlay Server, which main language is \nSpanish. Because of this, non-spanish talking people are not able to play with us. This isn't \ndone because we are racist or anything. We just want Spanish-talking people to have fun \non our server. To do this, we have to prevent non-Spanish people from playing here. \nOtherwise, it would be really hard to have fun when people talks/chats in ten different \nlanguages at the same time. \n However, there are many ways to \"try\" us. You could start learning Spanish on the \ninternet and then, after that, you could just pass our little spanish test to play with us. \nNotice that if you aren't able to pass that kind of exam, you won't be able to play here. \n I hope you can understand this. I would really appreciate if you would be able to invite \npeople to our friendly server. Where you will have fun, for sure. " Line 176 TRADUCTION : "Error" Line 178 TRADUCTION : "Invalid e-mail. You left empty!" Line 193 TRADUCTION : "Invalid e-mail. There's no @!" Line 206 TRADUCTION : "Invalid e-mail. There's no .!" Line 220 TRADUCTION : "Invalid e-mail. There's an space!" Line 234 TRADUCTION : "Invalid e-mail. There's a mistake!" // ignore \n or \" (they are like <ENTER> and " Or: http://pastebin.com/YkdMQf04 Thank you in advance!
  6. "Nuevo" "Iniciado" etcétera. Agregale comillas dobles. Me fui a ingles, nnv
  7. Que tambien es un string y debe ir entre "" el valor
  8. Tu arregla eso y prueba. Modifica el zombieKills = [...] por zombiekills = [...]
  9. Está mal que predefiniste zombieKills y luego comparás zombiekills
  10. Si pones : ( algo > 0 ) and ( algo < 5 ) Significa. Si es MAYOR que CERO, hasta MENOR QUE CINCO Incluye 1, 2, 3 y 4. 0 y 5 quedan excluídos. En todos deve ser >= (mayor o igual) y <= (menor o igual) if ( algo >= 0 ) and ( algo <= 5 ) then asi no retocas nada. solo agregale los 'igual'
  11. zombieKills y luego usas zombiekills LUA ES CASE SENSITIVE
  12. Debes poner <= o >= porque si no hay uno que se saltara digamos MAYOR A 0 Y MENOR A 5 MAYOR A 6 Y MENOR A 25 si vale 5? no hay rango. si vale 6? tampoco
  13. if (zombiekills > 100) and (zombiekills < 250) then
  14. No sirve zombiekills > 100 and zombiekills < 250 ?
  15. Renkon

    solo admins!

    por eso, yo lo que digo que en general por eso se debe que usan un if nombre != cuenta no te dejan conectarte
  16. Renkon

    solo admins!

    Generalmente se crea con /register [contraseña] con otro nombre.
  17. Renkon

    solo admins!

    nop. solo necesita getPlayerName()
  18. addEventHandler("onPlayerJoin", [...]
  19. setElementPosition -- Para posicionar. setTimer -- Para los timers de respawn. addCommandHandler -- Para los comandos addEventHandler -- "onPlayerWasted" para poner posteriormente el timer de respawn.
  20. Renkon

    solo admins!

    if isObjectInACLGroup ("user."..accName, aclGetGroup ( "Admin" ) ) then -- Revisamos si esta en el ACL como admin isObjectInACLGroup
  21. Inserta en la tabla "tabla" algo. Y pone, para ponerle valores a la columna uno, dos y tres. pone pepe mota alguien y seria una nueva entidad entendes?
  22. ahi te agregue
  23. pensa en excel las columnas (atributos) son A B C D E F y las filas (entidades) son 1,2,3,4,5,6.. yo tambien quiero aprender edikosh. tenes msn/skype/qip/icq?
  24. si no te funciona, ES POR ESO. Porque esta perefcto
  25. RECUERDA DEBES ORDENARLO ASI: x1, y1, z1: position of bottom left (south-west) corner. x2, y2, z2: position of bottom right (south-east) corner. x3, y3, z3: position of top left (north-west) corner. x4, y4, z4: position of top right (north-east) corner. SI NO NO SECREA!
×
×
  • Create New...