So, I have tried quite a few things already to get this to work. I am obviously missing something since it is not. I am using this in a pointshop item so that when someone buy this particular item it prints to console their Nickname and their SteamID.
[CODE]print(.. ply:Nick() ", " .. ply:SteamID() .. "Some Text Here")[/CODE]
[code]
print(ply:Nick()..", "..ply:SteamID().." Some Text Here.")
[/code]
Make sure ply is real
[QUOTE=Lolcats;46705670][code]
print(ply:Nick()..", "..ply:SteamID().." Some Text Here.")
[/code]
Make sure ply is real[/QUOTE]
I already declared ply as the local player. Also that fixed the problem I was having, thank you.
[QUOTE=skatehawk11;46705699]You have a ".." with nothing before it.[/QUOTE]
I noticed my problem with the solution from Lolcats and will keep that in mind next time I use concatenations.
Sorry, you need to Log In to post a reply to this thread.