04.01.2018, 14:05
I see no mistakes but this:
playerid = smstarget;
makes no sense i think you meant:
smstarget = playerid;
so change it to that and try.
playerid = smstarget;
makes no sense i think you meant:
smstarget = playerid;
so change it to that and try.