Search results

  1. K

    RevCMS how do i remove stuff from registration

    I downloaded this FluxRP CMS and I don't want the option to choose a roleplay class, how do i remove it. Here is the option to choose a roleplay class (http://prntscr.com/lf6swd)
  2. K

    Websocket Template

    I want to start working with websockets, how can I set them up or get a template to use them
  3. K

    No auto query

    I am using fluxrp stuff, whenever the person registers it doesnt run a query to make their 'rp_stats' table only their user. Maybe because I added a column to the rp_stats table or???
  4. K

    [SERVICE] RP COMMANDS

    I am coding requested commands (Habbo Roleplay only). Nothing too time-consuming such as the escort command. Comment your requests and I will get back to you!
  5. K

    Inserting * Before Name

    Hello I am doing an roleplay hotel! I am inspired by the PeakRP big one, I am wondering how they did the * before the name. I assume they made something that changed the users name and put a * before it then changed it back. How can I do this, I am learning how to code so I don't have much...
  6. K

    Where do I have to change this

    I am looking for me to change this: http://prntscr.com/h5ztch (it is the group thing) I have LEENSTER HABBOUI EDITOR but I struggle finding it in search thank you friend. This is for my habbo retro guys
  7. K

    Gta 6 Release?

    When do you think (year) it will come out?
  8. K

    PLEASE HELP ME BACK-END PHP?

    I would really like to remove the RP CLASS and SPAWN POINT and CHARACTER selection. I am not sure how I do this please could someone help me! I am using the FluxRP CMS. Thank you so so so so much! I have also removed it from the HTML but still doesn't work as it shows errors etc
  9. K

    UI EDIT

    I would like my phone icon to be in the bottom right corner. http://prntscr.com/gtsioo Not sure how though, thank you.
  10. K

    Help me with SWF text and navigation

    Hello I am wondering how I edit SWFs text for example changing http://prntscr.com/grjhj2 (Activity Points) into 'Motto: {motto}' I also would like to know how I change where the button takes you for example making it so http://prntscr.com/grjhta (Catalogue Button) takes you to create a room. I...
  11. K

    Request Need a couple of graphics doing please

    Okay so firstly I need this doing which will say 'ELITERP' and it will go in the bottom left of my client, a little like peak: http://prntscr.com/gqhlvl Secondly, I need an image for when the client is loading, preferably saying ELITERP in the top right, thankyou: http://prntscr.com/gqhmns Thank...
  12. K

    [RP] Help me edit this code

    public static bool WithinAttackDistance(RoomUser roomUser, RoomUser TargetroomUser) { if (roomUser.X + 1 == TargetroomUser.X && roomUser.Y == TargetroomUser.Y || roomUser.X == TargetroomUser.X - 1 && roomUser.Y == TargetroomUser.Y + 1 ||...
Top