Hello. I want help in my functions. I want get name: xxx,xxx1,xxx2... and show in text.
Get name and show:
I try:
I realy don't know.
I want to see:
or
...
This text is only example ...
Any help ? I realy want to get name and display.
Rep+ for help !
PHP:
local config =
{
["xxx"] = {1000, 1000, 7},
["xxx1"] = {2000, 2000, 8},
["xxx2"] = {3000, 3000, 8},
["xxx3"] = {4000, 4000, 7}
}
Get name and show:
PHP:
doPlayerSendCancel(cid, "The name is " .. what here write .. ".")
PHP:
doPlayerSendCancel(cid, "The name is " .. config .. ".")
I want to see:
PHP:
The name is xxx.
PHP:
The name is xxx1.
This text is only example ...
Any help ? I realy want to get name and display.
Rep+ for help !
Last edited: