Proper string formatting, no more hardcoded $ signs

This commit is contained in:
ElPumpo
2018-11-20 11:02:16 +01:00
parent 45e6ce5f7d
commit feb0b05406
10 changed files with 39 additions and 28 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ end
function IsPlateTaken(plate)
local callback = 'waiting'
ESX.TriggerServerCallback('esx_vehicleshop:isPlateTaken', function (isPlateTaken)
ESX.TriggerServerCallback('esx_vehicleshop:isPlateTaken', function(isPlateTaken)
callback = isPlateTaken
end, plate)