Initial commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
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)
|
||||
Reference in New Issue
Block a user