Improved restarting script, language improvements, typo fixes and final commit v1.0.3

This commit is contained in:
ElPumpo
2018-04-19 19:03:00 +02:00
parent 21ee72ce9f
commit af88d9b519
4 changed files with 60 additions and 19 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ RegisterNUICallback('escape', function(data, cb)
if hasIdentity == true then
EnableGui(false)
else
TriggerEvent("chatMessage", "^1[IDENTITY]", {255, 255, 0}, "You must create your first identity in order to play.")
TriggerEvent("chatMessage", "^1[IDENTITY]", {255, 255, 0}, "You must create your first character in order to play.")
end
end)