mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-31 10:18:54 +00:00
Proper string formatting, no more hardcoded $ signs
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user