if (strcmp("/ls-stunt",cmdtext,true)==0)
{
SetPlayerPos(playerid, Xcoord, Ycoord, Zcoord);
return 1;
}
You made a little wrong in the scripting, fixed that right away. But also it looks like you screwed up those coordinates, try getting new ones and try using the code i made for you.