if (strcmp("/drift1", cmdtext, true, 10) == 0){//You missed this SetPlayerPos(playerid, 0.0, 0.0, 0.0); //Make sure you change the co-ordinates! SendClientMessage(playerid, COLOR_WHITE, "You're at drift 1!"); return 1;}//You also missed this!