Jump to content

BlackPoop

Members
  • Posts

    6
  • Joined

  • Last visited

Posts posted by BlackPoop

  1. Hey all.

    Today i made a local server while opening my ports so i can play with my friends.I played and it was nice.Now it wasn`t logging in because of freeoram resource,so i deleted it.Now it won`t show the screen.It`s all BLACK.

    I want to ask you people send me the resource of freeoram if you can.Thank you :D

  2. Hello all

    I think all of you saw this script which allows you to create job marker: viewtopic.php?f=108&t=50510

    I downloaded it and it works thanks to Sebbe.But now i need to create markers for vehicles.Anyone have idea how to do it?

    I really need it if you know how to create marker for vehicle,Not job please post here.

    Thanks

  3. Hey all

    I created a local server to play with my friends there also i want to make it as good as i can.So i downloaded a lots of scripts but i need help with 1 script.

    I need help with loggedadmin script.Script wich shows the staff/admin when he logs in.So it shows it at the chatbox but i want in the right down of the screen.I tried some things but it wont work.

    function login()

    if isObjectInACLGroup("user." .. getAccountName(getPlayerAccount(source)), aclGetGroup("Big.Admin")) then

    outbutChatbox("* #000000[ #C11B17Head Admin #000000] #ff0000" .. getPlayerName(source) .. "#000000, #00bbcc Has logged in.", getRootElement(), 255,0,0, true)

    --

    elseif isObjectInACLGroup("user." .. getAccountName(getPlayerAccount(source)), aclGetGroup("Admin")) then

    outbutChatbox("#000000 #00bbccStaff #000000 #00bbcc" .. getPlayerName(source) .. "#000000 #00bbcc logged in.", getRootElement(), 255,0,0, true)

    end -- The End of " if "

    end -- The End of " function login "

    addEventHandler("onPlayerLogin", getRootElement(), login)

    It`s the script and i want it to show the admins logged in in the down right side of the screen :/

    Please help if you can i really need it.Thank you

×
×
  • Create New...