Jump to content

Castillo

Retired Staff
  • Posts

    21,935
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by Castillo

  1. function carcolor( player, command, col1, col2 ) local veh = getPedOccupiedVehicle(player) local playeraccount = getPlayerAccount ( player ) local accountname = getAccountName(getPlayerAccount(player)) if not col1 or not col2 then outputChatBox("* ERROR: Command is /vehcolor [vehicle color 1] [vehicle color 2]",player,255,0,0) elseif col1 == "0" and col2 == "6" then if isObjectInACLGroup ( "user." .. accountname, aclGetGroup ( "Admin" )) then setAccountData (playeraccount, "xss.vehcolor1", col1) setAccountData (playeraccount, "xss.vehcolor2", col2) setVehicleColor(veh,col1,col2,0,0) outputChatBox("* VEHCOLOR: You succesful changed your vehicle colors!",player,0,255,0) else outputChatBox("* ERROR: You can't use admin colors!",player,255,0,0) end end end
  2. the songs are shortcuts?
  3. elseif its a complete word no spaces needed o_O
  4. wait until someone with experience post, don't do double posts!
  5. i don't get a word of what do you mean, maybe re-explain?
  6. yeah, they would be more stupid etc, also i think is not that easy to make it like single player.
  7. maybe edit the userpanel code and remove it YOURSELF?
  8. Castillo

    Wasted

    I don't get why you didn't used the one i PM'ed you, it works fine since it was running at my server. it works like varez one actually just some differences but it uses a table also to store cords.
  9. I don't think this would be possible, maybe i'm wrong but i guess would make lag for the players.
  10. Castillo

    Wasted

    I think there is no such resource of that at mta community, i think you should make it yourself
  11. add this line under group admin at acl.xml:
  12. box? what do you mean.. i'm really confused
  13. i don't understand your question, what do you mean by "type in the admin panel"?
  14. Castillo

    big help

    hmm guiCreateLabel?
  15. setElementModel(playerElement,skinID)?
  16. Castillo

    big help

    then why he said it wasn't working first post i made O_o. anyway lets forgot about it, case close
  17. no idea now since i never had a parallel problem.
  18. Thanks a lot, it work's now . I thought the name of the team was also the team object, but i was wrong . But thanks again, now people can finally get a job with my resource, or at least, become a medic or cop . You welcome
  19. Castillo

    Not in list

    hmm, i got also static IP and i just foward the ports 1 time and they stay there...
  20. Castillo

    big help

    before moderators close the topic can you tell us what was you doing WRONG?
  21. function becomeCop (source) setPlayerTeam (source, getTeamFromName("cops")) outputChatBox ("You are now a cop!", source) end
  22. Castillo

    big help

    dude, this works all fine for me i have tested it i press F at marker and it teleports also when i hit it says "something hit the marker" RE-READ SERVER MANUAL AGAIN
  23. Castillo

    big help

    i think you failed at meta.xml? maybe this, <meta> <script src="enterh_c.lua" type="client"/> <map src="enterh.map" dimension="0" /> </meta> put all on SAME FOLDER
  24. Castillo

    Not in list

    some people needs to open some ports at your modem/router, the ports are: 22003 TCP 22005 UDP 22126 UDP, no idea if you need others.
×
×
  • Create New...