Jump to content

ragar

Members
  • Posts

    4
  • Joined

  • Last visited

Profile Information

  • Gender
    Not Telling

Recent Profile Visitors

638 profile views

ragar's Achievements

Drops

Drops (2/15)

  • First Post
  • Conversation Starter
  • Dedicated
  • Week One Done
  • One Month Later

Recent Badges

0

Reputation

  1. Excellent service, I highly recommend it!! I have a couple of months and everything is very stable
  2. I made this script but I want normal users to be able to see the store but not be able to buy how do I modify it? //===== XeroxRO Script ======================================= //= Tienda VIP //===== Por: XEROX ========================================== //= Versión: 1.0 ============================================== prt_in,55,68,3 script Tienda VIP 757,{ if (!vip_status(VIP_STATUS_ACTIVE)) { mes "Lo siento, solo los usuarios VIP pueden acceder a esta tienda."; close; } mes "[Tienda VIP]"; mes "Hola Bienvenido a la tienda exclusiva para usuarios VIP. En que puedo ayudarte hoy"; switch (select("Comprar items:Vender items:Cancelar")) { case 1: callshop "vip_shop",1; end; case 2: callshop "vip_shop",2; end; case 3: mes "Gracias por visitar nuestra tienda VIP Vuelve pronto"; close; } } - shop vip_shop -1,40015:10000,40016:10000,40031:5000,40014:10000,40013:2000000
  3. I made this script but I want normal users to be able to see the store but not be able to buy how do I modify it? //===== XeroxRO Script ======================================= //= Tienda VIP //===== Por: XEROX ========================================== //= Versión: 1.0 ============================================== prt_in,55,68,3 script Tienda VIP 757,{ if (!vip_status(VIP_STATUS_ACTIVE)) { mes "Lo siento, solo los usuarios VIP pueden acceder a esta tienda."; close; } mes "[Tienda VIP]"; mes "Hola Bienvenido a la tienda exclusiva para usuarios VIP. En que puedo ayudarte hoy"; switch (select("Comprar items:Vender items:Cancelar")) { case 1: callshop "vip_shop",1; end; case 2: callshop "vip_shop",2; end; case 3: mes "Gracias por visitar nuestra tienda VIP Vuelve pronto"; close; } } - shop vip_shop -1,40015:10000,40016:10000,40031:5000,40014:10000,40013:2000000
  4. hola a todos espero esten bien ando buscando algun usuario dev que desee trabajar conmigo quiero abrir un server pero necesito algunos diseños para poder comenzar busco alguna recomendacion !!!
×
×
  • Create New...