The following warnings occurred:
Warning [2] Use of undefined constant SAPI_NAME - assumed 'SAPI_NAME' (this will throw an Error in a future version of PHP) - Line: 3388 - File: inc/functions.php PHP 7.4.33-nmm6 (Linux)
File Line Function
/inc/functions.php 3388 errorHandler->error
/showthread.php 116 build_archive_link
Warning [2] Use of undefined constant IN_ARCHIVE - assumed 'IN_ARCHIVE' (this will throw an Error in a future version of PHP) - Line: 3331 - File: inc/functions.php PHP 7.4.33-nmm6 (Linux)
File Line Function
/inc/functions.php 3331 errorHandler->error
/inc/functions.php 3324 build_forum_breadcrumb
/showthread.php 195 build_forum_breadcrumb
Warning [2] Use of undefined constant IN_ARCHIVE - assumed 'IN_ARCHIVE' (this will throw an Error in a future version of PHP) - Line: 3331 - File: inc/functions.php PHP 7.4.33-nmm6 (Linux)
File Line Function
/inc/functions.php 3331 errorHandler->error
/showthread.php 195 build_forum_breadcrumb






Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Money cheque system
Author Message
AIM4FUN
Apprentice
*

Posts: 4
Likes Given: 1
Likes Received: 0 in 0 posts
Joined: Dec 2014
Reputation: 0



Post: #2
RE: Money cheque system
(12-23-2014 07:23 AM)Kapa Wrote:  Hi, has anyone got money cheque system so you can transfer gold in big amounts easy.

Code:
[FUNCTION cheque]
IF <SRC.RESTEST <ARGV[0]> i_gold>
    SRC.CONSUME=<ARGV[0]> i_gold
    SERV.NEWITEM i_cheque_gold
    NEW.CONT=<UID>
    NEW.NAME=Cheque Bancario <ARGV[0]>
    NEW.TAG.GOLD=<ARGV[0]>
    NEW.UPDATE
ELSE
    SRC.SYSMESSAGE No tienes oro suficiente.
ENDIF

[ITEMDEF i_cheque_gold]
NAME=Cheque Bancario
ID=i_board
TYPE=0
WEIGHT=0.1

ON=@DCLICK
    IF ( <TAG.GOLD> >= 1 )
        SERV.NEWITEM i_gold
        NEW.AMOUNT=<TAG.GOLD>
        NEW.CONT=<SRC.UID>
        NEW.UPDATE
        REMOVE
        RETURN 1
    ELSE
        SRC.SYSMESSAGE Este cheque esta en blanco.
        RETURN 1
    ENDIF

[EOF]

Im noob scripter but this is my idea... test it.
Is only idea for help u, no is a good script.
(Srry for my english)
(This post was last modified: 12-24-2014 02:23 AM by AIM4FUN.)
12-24-2014 02:21 AM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Messages In This Thread
Money cheque system - Kapa - 12-23-2014, 07:23 AM
RE: Money cheque system - AIM4FUN - 12-24-2014 02:21 AM
RE: Money cheque system - Kapa - 12-24-2014, 08:46 PM
RE: Money cheque system - Gandalfs - 12-25-2014, 01:54 AM
RE: Money cheque system - mrkarlo - 01-05-2015, 04:54 AM
RE: Money cheque system - Extreme - 01-05-2015, 06:51 AM
RE: Money cheque system - mrkarlo - 01-07-2015, 12:38 AM

Forum Jump:


User(s) browsing this thread: 4 Guest(s)