Jump to content

Pinoy Fury

Members
  • Posts

    37
  • Joined

  • Last visited

Community Answers

  1. Pinoy Fury's post in Look when i compile it! was marked as the answer   
    You have to declare them in src/common/mapindex.h
     
    e.g
     
    #define MAP_CELL_GAME "mapname"
  2. Pinoy Fury's post in @disconnect command was marked as the answer   
    I saw a paid version of the command, I tried to do one and somehow it works for me.
    Try this out.
  3. Pinoy Fury's post in Single Strip was marked as the answer   
    You have to add "NULL" before "bl" in the sc_start function since in the latest rev sc_start's has 6 arguments.
     
    e.g. sc_start(NULL, bl, SC_STRIPWEAPON, 100, skill_lv, d );
  4. Pinoy Fury's post in Help Coustom Job Source Cant compile was marked as the answer   
    Line 1282 - ( "stalker epic",    35}  has incorrect syntax. 
     
    Change '(' to '{'
×
×
  • Create New...