- Initiateur de la discussion
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,
erCost = 300
} )
rPrint.RegisterPrinterType("Silver", {
Price = 5000,
PrintRate = 15,
DestroyPayout = 500,
Color = Color( 150, 150, 150, 255 ),
RechargeCost = 300,
erCost = 500
} )
rPrint.RegisterPrinterType("Gold", {
Price = 10000,
PrintRate = 20,
DestroyPayout = 750,
Color = Color( 255, 255, 135, 255 ),
RechargeCost = 500,
erCost = 1000
} )
rPrint.RegisterPrinterType("*vip*Gold", {
Price = 15000,
PrintRate = 30,
DestroyPayout = 750,
Color = Color( 255, 255, 135, 255 ),
RechargeCost = 500,
erCost = 1000
customCheck = function(ply) returnply:GetNWString("usergroup") != "NomDuGradeVIP" or ply:GetNWString("usergroup") != "vip" end
})
rPrint.RegisterPrinterType("Bronze", {
Price = 2500,
PrintRate = 10,
DestroyPayout = 250,
Color = Color( 205, 135, 65, 255 ),
RechargeCost = 200,
erCost = 300
} )
rPrint.RegisterPrinterType("Silver", {
Price = 5000,
PrintRate = 15,
DestroyPayout = 500,
Color = Color( 150, 150, 150, 255 ),
RechargeCost = 300,
erCost = 500
} )
rPrint.RegisterPrinterType("Gold", {
Price = 10000,
PrintRate = 20,
DestroyPayout = 750,
Color = Color( 255, 255, 135, 255 ),
RechargeCost = 500,
erCost = 1000
} )
rPrint.RegisterPrinterType("*vip*Gold", {
Price = 15000,
PrintRate = 30,
DestroyPayout = 750,
Color = Color( 255, 255, 135, 255 ),
RechargeCost = 500,
erCost = 1000
customCheck = function(ply) returnply:GetNWString("usergroup") != "NomDuGradeVIP" or ply:GetNWString("usergroup") != "vip" end
})