Shuubaru Posted June 16, 2016 Share Posted June 16, 2016 (edited) Hi, did this code for a custom box pickup, this is created for a death player. This all works fine. coded deleted to prevent steal I don't have any problem with the whole script except one thing. I stored the playername on the first function (the creator of the colshape), but when I try to retrieve it using "getElementData (sphere, "creatorName")" I get this error at line 32: "Bad argument @ 'getElementData' [Expected element at argument 1]" How can I fix it? is there another way of get the creator name? Edit: fixed, read comment below. Edited June 16, 2016 by Guest Link to comment
Shuubaru Posted June 16, 2016 Author Share Posted June 16, 2016 I found the error, I was destroying the element before to get it on the outputChatBox. Really stupid Link to comment
Recommended Posts