rprint

  • Initiateur de la discussion
loui

loui

Geek
Messages
231
Score réaction
5
Points
65
Bonjour, j'ai un code pour le rprint pour un vip mais quan je le met il apparaissent pas dans le entité je vous met le code en desous merci d'avance pour l'aide que vous m'aporterai.




rPrint.RegisterPrinterType("Bronze", {
Price = 2500,

PrintRate = 10,
DestroyPayout = 250,
Color = Color( 205, 135, 65, 255 ),
RechargeCost = 200,
CoolerCost = 300
} )

rPrint.RegisterPrinterType("Silver", {
Price = 5000,

PrintRate = 15,
DestroyPayout = 500,
Color = Color( 150, 150, 150, 255 ),
RechargeCost = 300,
CoolerCost = 500
} )

rPrint.RegisterPrinterType("Gold", {
Price = 10000,

PrintRate = 20,
DestroyPayout = 750,
Color = Color( 255, 255, 135, 255 ),
RechargeCost = 500,
CoolerCost = 1000
} )

rPrint.RegisterPrinterType("*vip*Gold", {
Price = 15000,

PrintRate = 30,
DestroyPayout = 750,
Color = Color( 255, 255, 135, 255 ),
RechargeCost = 500,
CoolerCost = 1000
customCheck = function(ply) returnply:GetNWString("usergroup") != "NomDuGradeVIP" or ply:GetNWString("usergroup") != "vip" end
})
 
kirikoumalou

kirikoumalou

Lucas Pastel
Messages
1 057
Score réaction
200
Points
260
customCheck = function(ply) ply:GetNWString("usergroup") != "NomDuGradeVIP" or ply:GetNWString("usergroup") != "vip" end
 
  • Initiateur de la discussion
loui

loui

Geek
Messages
231
Score réaction
5
Points
65
merci une erreur d'inatention
 
  • Initiateur de la discussion
loui

loui

Geek
Messages
231
Score réaction
5
Points
65
il n'apparait tjr pas dans f4 menu
 
Alain LeThug

Alain LeThug

Psychopathe
Messages
1 012
Score réaction
211
Points
280
Tu l'as bien mis dans le :
entities.lua
 
Discord d'entraide
Rejoignz-nous sur Discord