Jump to content

killeryoyo

Members
  • Posts

    137
  • Joined

  • Last visited

Everything posted by killeryoyo

  1. killeryoyo

    help

    Hello guys why when the player spawns the hud doesnt hide whats the error here pfff. function hudChanger () showPlayerHudComponent ( source, "radar", false ) showPlayerHudComponent ( source, "ammo", false ) showPlayerHudComponent ( source, "weapon", false ) showPlayerHudComponent ( source, "area_name", false ) showPlayerHudComponent ( source, "wanted", false ) showPlayerHudComponent ( source, "wanted", false ) showPlayerHudComponent ( source, "money", false ) showPlayerHudComponent ( source, "health", false ) showPlayerHudComponent ( source, "clock", false ) showPlayerHudComponent ( source, "vehiclename", false ) end addEventHandler ( "onClientPlayerSpawn", getRootElement(), hudChanger ) I tried onPlayerSpawn and it didnt tried with client it didnt. i tried with onPlayerSpawnsuccessful it didnt. I passed it to client but it didnt work to. whats wrong?
  2. killeryoyo

    help

    Can i have a example of a scripting lua because i don't how to do it. I didn't understand the tutorial. I have now the Nitrous mod its called effectsPC.txd. How to apply it on the nitrous.
  3. Provide at least a screen shot or something. We won't the search the whole internet to get you the object ID only. Thank you
  4. Provide at least a screen shot or something. We won't the search the whole internet to get you the object ID only. Thank you
  5. killeryoyo

    help

    well i want the nitrous mod not the lights thanks god . so tell me how could i install this shit? D:
  6. killeryoyo

    help

    I just want to know how to install it isn't hard for some people here?
  7. just make the object double sided so you can see it from everywhere.
  8. Search in the settings/bind for Sub-mission or /bind 2 Sub-mission ^^.
  9. killeryoyo

    help

    Thank you for help so much...
  10. killeryoyo

    help

    still anyone cant help?
  11. You cant do commands in local. You can only do it from the main chat. That's mta rules.
  12. function onLogin ( player, user, pass ) local s = getPlayerSerial ( thePlayer ) if ( exports.SAEGBans:isSerialBanned ( s ) ) then exports.SAEGBans:loadBanScreenForPlayer ( source ) triggerClientEvent ("hideLoginWindow") end try this.
  13. nope. I guess i did my best, you have to wait someone then.
  14. to be honest i gave up. i can't solve this. let someone else do it idk why its doing like that. just accept it and do it with one color.
  15. chat = "#FF0000[Local]" function globalMessage(thePlayer, cmd, ...) local message = table.concat ( { ... }, " " ) local name = getPlayerName(thePlayer) local r,g,b = getPlayerNametagColor ( thePlayer ) -- add outputChatBox("..chat.. "..name..": #ffffff"..message, getRootElement(), r, g, b, true) end addCommandHandler("Local", globalMessage) thats the best i have try it .
  16. function globalMessage(thePlayer, cmd, ...) local message = table.concat ( { ... }, " " ) local chat = "#FF0000[Local]" local name = getPlayerName(thePlayer) local r,g,b = getPlayerNametagColor ( thePlayer ) -- add outputChatBox(chat.."..name.."#ffffff"..message, getRootElement(), r, g, b, true) end addCommandHandler("Local", globalMessage) a new one try this.
  17. this is the new one try this. function globalMessage(thePlayer, cmd, ...) local message = table.concat ( { ... }, " " ) local chat = "#FF0000[Local]" local name = getPlayerName(thePlayer) local r,g,b = getPlayerNametagColor ( thePlayer ) -- add outputChatBox("..chat.. "..name..": #ffffff"..message, getRootElement(), r, g, b, true) end addCommandHandler("Local", globalMessage)
  18. function globalMessage(thePlayer, cmd, ...) local message = table.concat ( { ... }, " " ) local chat = "#FF0000[Local]" local name = getPlayerName(thePlayer) local r,g,b = getPlayerNametagColor ( thePlayer ) -- add outputChatBox("..chat.. "..name..": #ffffff"..message, getRootElement(), r, g, b, true) end addCommandHandler("Local", globalMessage)
  19. tagplayername has changed to red too function globalMessage(thePlayer, cmd, ...) local message = table.concat ( { ... }, " " ) local chat = "#FF0000[Local]" local name = getPlayerName(thePlayer) local r,g,b = getPlayerNametagColor ( thePlayer ) -- add outputChatBox("..chat.. "..name..": #ffffff"..message, getRootElement(), r, g, b, true) end addCommandHandler("Local", globalMessage) try now i wont leave you till i solve it
  20. function globalMessage(thePlayer, cmd, ...) local message = table.concat ( { ... }, " " ) local chat = "[Local]" local name = getPlayerName(thePlayer) local r,g,b = getPlayerNametagColor ( thePlayer ) -- add outputChatBox("#FF0000[Local] "..name..": #ffffff"..message, getRootElement(), r, g, b, true) end addCommandHandler("Local", globalMessage) try this one maybe it could work
  21. The only thing that is possible is to let the local be the same color as the player color, but random color no
×
×
  • Create New...