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
mysql shop
Author Message
Pidrila
Apprentice
*

Posts: 36
Likes Given: 0
Likes Received: 1 in 1 posts
Joined: Apr 2013
Reputation: 0



Post: #6
RE: mysql shop
how i can send sysmessage to play that says which item he buys.. cant get it.. doesnt work..

Code:
[PLEVEL 1]
f_status_add_fire_lord


[function f_status_add_fire_lord]
db.connect
if ( <DB.connected> )
DB.QUERY "SELECT * FROM ibf_members WHERE status_fire_lord='1'"
    if (<DB.ROW.NUMROWS> > 0)
        for R 0 <eval <DB.ROW.NUMROWS>-1>
        if (<DB.ROW.<eval <LOCAL.R>>.status_fire_lord> = 1)
        serv.newitem=i_fames
        DB.EXECUTE "UPDATE ibf_members SET status_fire_lord='0' WHERE name='<DB.ROW.<eval <LOCAL.R>>.name>'"
        new.cont=<uid.<DB.ROW.<eval <LOCAL.R>>.uid>.findlayer.21.uid>
        serv.<DB.ROW.<eval <LOCAL.R>>.uid>.sysmessage eee // this dont work..
        serv.log Succesfull!!
        endif
        end
    endif
endif
(This post was last modified: 02-05-2014 10:43 PM by Pidrila.)
02-05-2014 09:26 PM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Messages In This Thread
mysql shop - Pidrila - 01-27-2014, 09:09 PM
RE: mysql shop - admin phoenix - 01-29-2014, 01:06 AM
RE: mysql shop - Pidrila - 01-29-2014, 01:20 AM
RE: mysql shop - Feeh - 01-29-2014, 04:14 AM
RE: mysql shop - admin phoenix - 01-29-2014, 10:09 PM
RE: mysql shop - Pidrila - 02-05-2014 09:26 PM
RE: mysql shop - XuN - 02-05-2014, 11:15 PM
RE: mysql shop - Pidrila - 02-06-2014, 12:03 AM
RE: mysql shop - XuN - 02-06-2014, 12:31 AM
RE: mysql shop - Pidrila - 02-06-2014, 05:05 AM

Forum Jump:


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