Jump to content

Shang

Member
  • Posts

    276
  • Joined

  • Last visited

  • Days Won

    7
  • Feedback

    0%

Posts posted by Shang

  1. hace 6 horas, AlCapone dijo:

    Soo if I add bellow here: 

    
    if amount > 200 then syschat'El numero maximo es 200.' return end

    This:

    
    if amount > 200 then syschat'El numero maximo es 200.' return end
    if amount < 1 then syschat'No esta permitido hacer esto.' return end

    It will work fine? 

    P.D: Yeah is your itemshop I think :( if you fell bad send me your paypal and I will pay you for this help. I dont own the system but like all the thinks was on internet. Thanks

    Is not my itemshop, but I know how developers feel when their work goes leak and people asks for support.

    hace 23 minutos, Fleon dijo:
    
    if (amount > 200 || amount < 1) then {
    	syschat('Error processing your request, the max amount is set to 200.'); 
    	return end
    }

     

    Is not c++ btw.

    • Love 1
  2. hace 5 horas, ReFresh dijo:

    I tried to do it again, but here is the same problem. Problem is maybe in python version I'm using 2.2

     

    En 10/9/2017 a las 16:46, Shang dijo:
    
    ### root/ui.py
    ### Search:
    	def SetSlotCoolTimeColor(self, slotIndex, r, g, b, a):
    		wndMgr.SetSlotCoolTimeColor(self.hWnd, slotIndex, r, g, b, a)
    ### Add after:		
    	def StoreSlotCoolTime(self, key, slotIndex, coolTime, elapsedTime = 0.0):
    		wndMgr.StoreSlotCoolTime(self.hWnd, key, slotIndex, coolTime, elapsedTime)
    	
    	def RestoreSlotCoolTime(self, key):
    		wndMgr.RestoreSlotCoolTime(self.hWnd, key)

     

     

  3. hace 4 horas, Celestin dijo:


    cmd_emotion.cpp: In function 'void do_emotion_allow(CHARACTER*, const char*, int, int)':
    cmd_emotion.cpp:137: error: invalid use of incomplete type 'struct DESC'
    typedef.h:4: error: forward declaration of 'struct DESC'
    gmake: *** [OBJDIR/cmd_emotion.o] Error 1
     

     

    the child is stupid, copied the function duel.

    You want the work done right now, for free and when someone helps you, they are stupid. Nice.

×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.