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-nmm7 (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-nmm7 (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-nmm7 (Linux)
File Line Function
/inc/functions.php 3331 errorHandler->error
/showthread.php 195 build_forum_breadcrumb
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 786 - File: showthread.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/showthread.php 786 errorHandler->error






Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Getting money in players bank
Author Message
TigerBlitz
Apprentice
*

Posts: 25
Likes Given: 2
Likes Received: 1 in 1 posts
Joined: Aug 2013
Reputation: 0



Post: #1
Information Getting money in players bank
Hi Community

i have another problem. Actualy its not problem but i want to learn its how to ?

Criminal or PK'ing players when enter guards zone, players encounter with guards after guards, send them a small jail.
you can only go out with pay bail in this jail.

Bails are as follows:
option to reduce little bit stat
option to reduce little bit skill
and pay with money

I want to tell here, stat and skill works well.
But about the money, the players when there is no money on them own backpack.

Code:
there is no money in his backpack, > check bank > if his have money in own bank get it. and release him
like that.

Here is the part of gump i want to learn it.
This button only money section

Code:
ON=3
// Bail with Money Button
IF <SRC.restest 5000 i_gold>
    src.consume=i_gold 5000
    SRC.SYSMESSAGE @060 Bail was accepted. Now you are free.
    src.go somewhere in the world
    RETURN 1
ELSE
SRC.SYSMESSAGE @060 You are not have money. Choose another bail
ENDIF

help me plz.

sry for google bad english Smile
(This post was last modified: 09-18-2013 06:56 AM by TigerBlitz.)
09-18-2013 06:00 AM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Messages In This Thread
Getting money in players bank - TigerBlitz - 09-18-2013 06:00 AM

Forum Jump:


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