Aide a config teamradio

  • Initiateur de la discussion GamesCrackFR
  • Date de début
  • Initiateur de la discussion
GamesCrackFR

GamesCrackFR

Geek suprême
Messages
192
Score réaction
3
Points
115
Bonsoir je voudrais s'avoir si quelqu'un peut m'aider a config ce script svp Merci
https://scriptfodder.com/scripts/view/810/team-radio-radio-device-for-darkrp
 
Thibault Camora

Thibault Camora

Geek suprême
Messages
424
Score réaction
40
Points
130
Un peut plus d'information je veux bien t'aidé mais tu veux faire quoi en particulier ?
 
  • Initiateur de la discussion
GamesCrackFR

GamesCrackFR

Geek suprême
Messages
192
Score réaction
3
Points
115
Ben bien le parametre avec les metier
 
G

Gorgata9

Geek suprême
Messages
468
Score réaction
34
Points
125
Salu, regarde ce tuto :
 
  • Initiateur de la discussion
GamesCrackFR

GamesCrackFR

Geek suprême
Messages
192
Score réaction
3
Points
115
Oaui mais il a oublier un truc normalement dans les metier il faut mettre hasradio = true un truc comme ca
 
Thibault Camora

Thibault Camora

Geek suprême
Messages
424
Score réaction
40
Points
130
Je crois que hasradio = true c'est pour la global non ?
 
  • Initiateur de la discussion
GamesCrackFR

GamesCrackFR

Geek suprême
Messages
192
Score réaction
3
Points
115
je c'est plus c'esty accès conplex a conprendre mais le truc c'est que j'ai cette errreur

[ERROR] addons/teamsradion/lua/radio/client/cl_teamradio.lua:94: attempt to inde
x a nil value
1. fn - addons/teamsradion/lua/radio/client/cl_teamradio.lua:94
2. unknown - addons/ulib/lua/ulib/shared/hook.lua:110

et a la ligne qu'il dise donc la 94 y sa :

if LocalPlayer():getJobTable().hasRadio then
 
Thibault Camora

Thibault Camora

Geek suprême
Messages
424
Score réaction
40
Points
130
Ta quoi après car ta ligne veut dire Si le le joueur prend le Job ... then (alors)

Donc qu'es qu'il y a après ?
 
  • Initiateur de la discussion
GamesCrackFR

GamesCrackFR

Geek suprême
Messages
192
Score réaction
3
Points
115
voila la focntion :

hook.Add("HUDPaint", "painttalkers", function()
if LocalPlayer():getJobTable().hasRadio then
surface.SetFont("radiotitle")
if LocalPlayer():GetNWBool( "deviceIsOn" ) then
if LocalPlayer():GetNWInt( "channelID" ) == nil or LocalPlayer():GetNWInt( "channelID" ) == 0 then
draw.WordBox( 5, ScrW() - surface.GetTextSize(TeamRadio_lang.inchannel.. " global channel") - 20 * 3 , 10, TeamRadio_lang.inchannel.. " global channel", "radiotitle", TeamRadio.Config.TextBoxColor, TeamRadio.Config.TextColor )
else
draw.WordBox( 5, ScrW() - surface.GetTextSize(TeamRadio_lang.inchannel .. TeamRadio.radioChannel[LocalPlayer():GetNWInt( "channelID" )].channelName .." channel") - 20 * 3, 10, TeamRadio_lang.inchannel .. TeamRadio.radioChannel[LocalPlayer():GetNWInt( "channelID" )].channelName .." channel", "radiotitle", TeamRadio.Config.TextBoxColor, TeamRadio.Config.TextColor )
end
else
draw.WordBox( 5, ScrW() - surface.GetTextSize(TeamRadio_lang.hasradio) - 20 * 3, 10, TeamRadio_lang.hasradio, "radiotitle", TeamRadio.Config.TextBoxColor, TeamRadio.Config.TextColor ) end
end



end)
 
Thibault Camora

Thibault Camora

Geek suprême
Messages
424
Score réaction
40
Points
130
Remplace par ça le truc était mal fait :

Code:
hook.Add("HUDPaint", "painttalkers", function() if LocalPlayer():getJobTable() and LocalPlayer():getJobTable().hasRadio then surface.SetFont("radiotitle") if LocalPlayer():GetNWBool( "deviceIsOn" ) then if LocalPlayer():GetNWInt( "channelID" ) == nil or LocalPlayer():GetNWInt( "channelID" ) == 0 then draw.WordBox( 5, ScrW() - surface.GetTextSize(TeamRadio_lang.inchannel.. " global channel") - 20 * 3 , 10, TeamRadio_lang.inchannel.. " global channel", "radiotitle", TeamRadio.Config.TextBoxColor, TeamRadio.Config.TextColor ) else draw.WordBox( 5, ScrW() - surface.GetTextSize(TeamRadio_lang.inchannel .. TeamRadio.radioChannel[LocalPlayer():GetNWInt( "channelID" )].channelName .." channel") - 20 * 3, 10, TeamRadio_lang.inchannel .. TeamRadio.radioChannel[LocalPlayer():GetNWInt( "channelID" )].channelName .." channel", "radiotitle", TeamRadio.Config.TextBoxColor, TeamRadio.Config.TextColor ) end else draw.WordBox( 5, ScrW() - surface.GetTextSize(TeamRadio_lang.hasradio) - 20 * 3, 10, TeamRadio_lang.hasradio, "radiotitle", TeamRadio.Config.TextBoxColor, TeamRadio.Config.TextColor ) end end
end)
 
  • Initiateur de la discussion
GamesCrackFR

GamesCrackFR

Geek suprême
Messages
192
Score réaction
3
Points
115
Ok j essaye et je te dis sa merci
 
  • Initiateur de la discussion
GamesCrackFR

GamesCrackFR

Geek suprême
Messages
192
Score réaction
3
Points
115
Maintenant il me mes ca comme erreur :

[ERROR] addons/teamsradion/lua/radio/client/cl_teamradio.lua:108: ')' expected (
to close '(' at line 93) near 'hook'
1. unknown - addons/teamsradion/lua/radio/client/cl_teamradio.lua:0
 
¤

¤FiFou¤

Geek
Messages
459
Score réaction
89
Points
95
jobs = { } -- Channel jobs
il faut mettre quoi a cettre phrase LA TEAM , le nom du métier, la commande du métier ?
 
¤

¤FiFou¤

Geek
Messages
459
Score réaction
89
Points
95
?
 
G

Gorgata9

Geek suprême
Messages
468
Score réaction
34
Points
125
¤FiFou¤ à dit:
jobs = { } -- Channel jobs
il faut mettre quoi a cettre phrase LA TEAM , le nom du métier, la commande du métier ?
Il faut mettre la commande du métier.
 
¤

¤FiFou¤

Geek
Messages
459
Score réaction
89
Points
95
ok merci
 
G

Gorgata9

Geek suprême
Messages
468
Score réaction
34
Points
125
Thibault Camora à dit:
Je crois que hasradio = true c'est pour la global non ?
Non, c'est pas pour le global mais juste pour les jobs sélectionné
 
  • Initiateur de la discussion
GamesCrackFR

GamesCrackFR

Geek suprême
Messages
192
Score réaction
3
Points
115
Gorgota a tu skype ?
 
G

Gorgata9

Geek suprême
Messages
468
Score réaction
34
Points
125
  • Initiateur de la discussion
GamesCrackFR

GamesCrackFR

Geek suprême
Messages
192
Score réaction
3
Points
115
tu a un ts ?
 
G

Gorgata9

Geek suprême
Messages
468
Score réaction
34
Points
125
GamesCrackFR à dit:
Oui j'ai un ts : teamspeak2.mtxserv.fr:10323
Préviens moi quand tu te connectes comme ça je peux savoir.
 
  • Initiateur de la discussion
GamesCrackFR

GamesCrackFR

Geek suprême
Messages
192
Score réaction
3
Points
115
vers 4h ou maintenant
 
G

Gorgata9

Geek suprême
Messages
468
Score réaction
34
Points
125
  • Initiateur de la discussion
GamesCrackFR

GamesCrackFR

Geek suprême
Messages
192
Score réaction
3
Points
115
Tu sauras co vers quel ce soir moi je pourrais pour 20h00 je pense
 
G

Gorgata9

Geek suprême
Messages
468
Score réaction
34
Points
125
GamesCrackFR à dit:
Tu sauras co vers quel ce soir moi je pourrais pour 20h00 je pense
Si tu veux demain, je serai libre mais je sais pas à quelle heure.
 
  • Initiateur de la discussion
GamesCrackFR

GamesCrackFR

Geek suprême
Messages
192
Score réaction
3
Points
115
ok
 
G

Gorgata9

Geek suprême
Messages
468
Score réaction
34
Points
125
GamesCrackFR à dit:
Salut, si tu veux je suis dispo, sur ce ts : teamspeak2.mtxserv.fr:10323
 
  • Initiateur de la discussion
GamesCrackFR

GamesCrackFR

Geek suprême
Messages
192
Score réaction
3
Points
115
tu te reco quand
 
G

Gorgata9

Geek suprême
Messages
468
Score réaction
34
Points
125
  • Initiateur de la discussion
GamesCrackFR

GamesCrackFR

Geek suprême
Messages
192
Score réaction
3
Points
115
moi je suis connecter
 
Discord d'entraide
Rejoignz-nous sur Discord