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






Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help with statf_onhorse
Author Message
daedelus
Journeyman
*

Posts: 69
Likes Given: 0
Likes Received: 2 in 1 posts
Joined: Aug 2012
Reputation: 0



Post: #1
Help with statf_onhorse
When I say "acepto" sends me directly to the dueling are, but if i tell two times checks the flag statf_onhorse. I need to check the first time I say "acepto".

Here is the script:

Code:
ON=*acepto*
if <ACT.flags> & statf_onhorse
SAY @00038 Bajate de la montura para poder pelear!.
ELSE
SAY @00038 Preparate para Morir!!
KARMA -10000
FLAGS=<flags>-statf_invul
SRC.GO 943,637,-90,3
GO 937,637,-90,3
ENDIF

Thanks
(This post was last modified: 10-25-2012 09:10 AM by daedelus.)
10-25-2012 09:07 AM
Find all posts by this user Like Post Quote this message in a reply
Mordaunt
Super Moderator
****

Posts: 1,237
Likes Given: 26
Likes Received: 55 in 43 posts
Joined: Mar 2012
Reputation: 35



Post: #2
RE: Help with statf_onhorse
Code:
ON=*acepto*
    if (<src.flags> & statf_onhorse)
        SAY @00038 Bajate de la montura para poder pelear!
        return 1
    ELSE
        SAY @00038 Preparate para Morir!!
        KARMA -10000
        FLAGS=(<flags>& ~statf_invul)
        SRC.GO 943,637,-90,3
        GO 937,637,-90,3
    ENDIF

[Image: 2nis46r.jpg]
(This post was last modified: 10-25-2012 09:19 AM by Mordaunt.)
10-25-2012 09:19 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
daedelus
Journeyman
*

Posts: 69
Likes Given: 0
Likes Received: 2 in 1 posts
Joined: Aug 2012
Reputation: 0



Post: #3
RE: Help with statf_onhorse
OMG, I'm so stupid damn.

Thanks man!
10-25-2012 10:18 PM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Forum Jump:


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