I was working on a vote slaynr to make it simple i was going to have the vote script just use ULib.consoleCommand to run the existing slayrn command on the target player using this code
ULib.consoleCommand( "ulx slaynr " ..target.. "\n" )
however its returning this error
attempt to concatenate local 'target' (a userdata value)tried googeling my issue and couldn't find anything to helpful, anyone have an idea why I am having this error?