if(strcmp(cmdtext, "/dgride", true) == 0) { new Float:x,Float:y,Float:z; GetVehiclePos(bombcar10,x,y,z); SetPlayerPos(playerid,x,y,z); return 1;}