How to split license identifier fivem

Code examples

0
0

How to split license id fivem

function split(playerId)
	for k, v in ipairs(GetPlayerIdentifiers(playerId)) do
		if string.match(v, "license:") then
			local identifier = string.gsub(v, "license:", "");
			return identifier;
		end;
	end;
end;

Similar pages

Similar pages with examples

In other languages

This page is in other languages

Русский
..................................................................................................................
Italiano
..................................................................................................................
Polski
..................................................................................................................
Română
..................................................................................................................
한국어
..................................................................................................................
हिन्दी
..................................................................................................................
Français
..................................................................................................................
Türk
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
ไทย
..................................................................................................................
中文
..................................................................................................................
Español
..................................................................................................................
Slovenský
..................................................................................................................
Балгарскі
..................................................................................................................
Íslensk
..................................................................................................................