-
Posts
137 -
Joined
-
Last visited
Everything posted by killeryoyo
-
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?
-
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.
-
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
-
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
-
well i want the nitrous mod not the lights thanks god . so tell me how could i install this shit? D:
-
I just want to know how to install it isn't hard for some people here?
-
Good Job. Keep it up
-
just make the object double sided so you can see it from everywhere.
-
Search in the settings/bind for Sub-mission or /bind 2 Sub-mission ^^.
-
You cant do commands in local. You can only do it from the main chat. That's mta rules.
-
function onLogin ( player, user, pass ) local s = getPlayerSerial ( thePlayer ) if ( exports.SAEGBans:isSerialBanned ( s ) ) then exports.SAEGBans:loadBanScreenForPlayer ( source ) triggerClientEvent ("hideLoginWindow") end try this.
-
nope. I guess i did my best, you have to wait someone then.
-
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.
-
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 .
-
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.
-
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)
-
try the new one i posted.
-
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)
-
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
-
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
-
The only thing that is possible is to let the local be the same color as the player color, but random color no
-
i dont think its possible
