• Help with ply?
    2 replies, posted
SOLVED
You can't join an entity (such as a player entity) to a string. You can only join a string to a string. You could get a string that you could join on by using ply:Nick() instead, e.g. [CODE] PrintMessage( HUD_PRINTTALK, ply:Nick() .. "salutes.") [/CODE]
[QUOTE=MPan1;50789299]You can't join an entity (such as a player entity) to a string. You can only join a string to a string. You could get a string that you could join on by using ply:Nick() instead, e.g. [CODE] PrintMessage( HUD_PRINTTALK, ply:Nick() .. "salutes.") [/CODE][/QUOTE] Thanks! [editline]28th July 2016[/editline] [editline]28th July 2016[/editline] [QUOTE=MPan1;50789299]You can't join an entity (such as a player entity) to a string. You can only join a string to a string. You could get a string that you could join on by using ply:Nick() instead, e.g. [CODE] PrintMessage( HUD_PRINTTALK, ply:Nick() .. "salutes.") [/CODE][/QUOTE] I'm having trouble with the animations. Went to the wiki with no luck.
Sorry, you need to Log In to post a reply to this thread.