8 lines
193 B
Lua
8 lines
193 B
Lua
function AddTextEntry(key, value)
|
|
Citizen.InvokeNative(GetHashKey("ADD_TEXT_ENTRY"), key, value)
|
|
end
|
|
|
|
Citizen.CreateThread(function()
|
|
AddTextEntry('FE_THDR_GTAO', '~w~Elite Gaming RP')
|
|
end)
|