VORPCORE / vorp_character-lua

character creation for RedM Vorp core framework
GNU General Public License v2.0
11 stars 48 forks source link

Fix wrong name script crash #43

Closed HonorAlterium closed 10 months ago

HonorAlterium commented 10 months ago

Fix code that causes the script to crash when entering a first and last name without separating them with a space.

outsider31000 commented 10 months ago

why is it return nil ? image

HonorAlterium commented 10 months ago

I'll check again right now!

outsider31000 commented 10 months ago

you have to return missingname

HonorAlterium commented 10 months ago

Yes, you are right, I will correct it immediately

HonorAlterium commented 10 months ago

Now return TriggerEvent("vorp:TipRight", T.Inputs.missingname, 4000) instead of nil